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