summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/glprototypes
AgeCommit message (Expand)AuthorFilesLines
2016-03-31gl: add support for building against GLES3 headersMatthew Waters1-6/+13
2016-03-31glshader: add glBindFragDataLocationMatthew Waters1-0/+10
2016-03-22gl/proto: sync operations are available on GLES 3.0Matthew Waters1-1/+1
2016-01-29glprototypes: fix parameter type of glGenBuffersWang Xin-yu (王昕宇)1-1/+1
2016-01-15gl: add compatibility definition of GLint64Matthew Waters1-0/+3
2016-01-15gl: add a gstglquery object for arbitrary GL queriesMatthew Waters3-1/+66
2015-12-28gl: Add \0 terminators for the Apple sync extensionSebastian Dröge1-2/+2
2015-12-08glproto: include function definitions for GL_APPLE_syncMatthew Waters1-3/+3
2015-09-28gl: add some debugging prototypesMatthew Waters1-1/+28
2015-08-15opengl: Change GLclampd to doubleSebastian Dröge1-1/+1
2015-08-15opengl: add missing ClearDepth prototypeMartin Kelly1-0/+2
2015-06-23gl: Include texParameterf in the GL function tableJohn Ludwig1-0/+4
2015-06-12gl/prototypes: add some buffer function prototypesMatthew Waters3-1/+51
2015-05-27gl: add and use gst_gl_internal_format_rgbaJulien Isorce1-1/+0
2015-02-06glproto/vao: only supported in core for ES 3.0+Matthew Waters1-1/+1
2015-01-27glprototypes: add some (un)map buffer variants for GL/GLESMatthew Waters1-1/+11
2014-11-28gl: fixup compat definition for GLuint64 for OS XMatthew Waters1-1/+1
2014-11-28gl: add compat definition for GLuint64 for androidMatthew Waters1-0/+3
2014-11-28gl: add a sync meta for synchronizing across GL contextsMatthew Waters2-1/+3
2014-11-28glprototypes: add sync function definitionsMatthew Waters3-1/+50
2014-10-28glprototypes: add vertex attribute array definitionsMatthew Waters3-1/+40
2014-09-22gl/debug: desktop GL does not have the KHR suffixesMatthew Waters1-2/+2
2014-08-21gl: add prototype definition for KHR_debugMatthew Waters1-0/+90
2014-08-20gl: add prototypes for KHR_debug/ARB_debug_outputMatthew Waters3-1/+21
2014-06-26gl: update gles2 compatability headerMatthew Waters1-16/+0
2014-06-22gl: move gles2 compat header to glprototypesMatthew Waters2-1/+69
2014-05-30glfeature: remove GST_GL_API_GLES3Matthew Waters8-56/+131
2014-03-23gl: and update the MakefileMatthew Waters2-18/+15
2014-03-23gl: reorganize the extension headers by function rather than apiMatthew Waters14-450/+394
2014-03-18gl: fix the use of always-defined macrosРуслан Ижбулатов1-4/+4
2014-03-15[902/906] context: implement glGetStringi handling for GL core contexts/GLES3Matthew Waters1-0/+9
2014-03-15[883/906] api: provide from_string()Matthew Waters4-9/+9
2014-03-15[861/906] glprototypes: Add missing glScalef declareWang Xin-yu (王昕宇)1-0/+2
2014-03-15[798/906] build: install needed headerMatthew Waters1-1/+2
2014-03-15[786/906] glprototypes: Add support for NV extensions for DrawBuffers and Rea...Sebastian Dröge1-3/+3
2014-03-15[775/906] configure: Check for GLeglImageOES and others againSebastian Dröge1-0/+40
2014-03-15[733/906] gl: Major header and include cleanupSebastian Dröge2-38/+16
2014-03-15[730/906] glcompat: Properly check for GLchar and other typesSebastian Dröge1-4/+4
2014-03-15[680/906] overlay: tentative port to new GstGLFuncs APIMatthew Waters1-0/+2
2014-03-15[671/906] win32: #include GL/glext.h on windowsMatthew Waters1-0/+38
2014-03-15[652/906] bumper: port to non-GLEW + arraysMatthew Waters1-0/+7
2014-03-15[647/906] remove dependecy on glewMatthew Waters3-0/+58
2014-03-15[646/906] some gl header fixes/additionsMatthew Waters5-10/+35
2014-03-15[635/906] fixup compile errorsMatthew Waters1-4/+4
2014-03-15[625/906] add vtable for opengl functionsMatthew Waters12-0/+1262