summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/APIspec.xml
Commit message (Expand)AuthorAgeFilesLines
* mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather ...Ian Romanick2012-08-231-5/+0
* mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather tha...Ian Romanick2012-08-231-18/+0
* mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ...Ian Romanick2012-08-231-8/+0
* mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ...Ian Romanick2012-08-231-133/+0
* mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code ra...Ian Romanick2012-08-231-203/+0
* mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapperIan Romanick2012-08-231-8/+0
* mesa/es: Validate glGetTexParameter pnames in Mesa code rather than the ES wr...Ian Romanick2012-08-231-16/+0
* mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapperIan Romanick2012-08-231-23/+0
* mesa/es: Remove redundant glBindTexture target validationIan Romanick2012-08-231-8/+0
* mesa/es: Validate tex image targets in Mesa code rather than the ES wrapperIan Romanick2012-08-231-116/+0
* mesa/es: Validate EGLImageTargetTexture2DOES target in Mesa code rather than ...Ian Romanick2012-08-231-5/+0
* mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapperIan Romanick2012-08-231-16/+0
* mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapperIan Romanick2012-08-231-12/+2
* APIspec: Remove cruft about AMD_compressed_???_textureIan Romanick2012-08-201-15/+0
* mesa/es: Remove redundant glFramebufferTexture3D textarget validationIan Romanick2012-08-201-4/+0
* mesa/es: Remove redundant glGetShaderiv pname validationIan Romanick2012-08-201-8/+0
* mesa/es: Remove redundant glCompressedTexImage border validationIan Romanick2012-08-201-4/+0
* mesa/es: Remove redundant glPointSizePointer type validationIan Romanick2012-08-201-5/+0
* mesa/es: Remove redundant glGetBufferPointer pname validationIan Romanick2012-08-201-4/+0
* mesa/es: Remove redundant glGetVertexAttribPointer pname validationIan Romanick2012-08-201-4/+0
* mesa/es: Remove redundant element type validationIan Romanick2012-08-201-12/+0
* mesa/es: Remove redundant glGetShaderPrecisionFormat shader type validationIan Romanick2012-08-201-14/+0
* mesa/es: Remove redundant depth func validationIan Romanick2012-08-201-11/+0
* mesa/es: Remove redundant stencil op fail/zfail/zpass validationIan Romanick2012-08-201-72/+0
* mesa/es: Remove redundant shade model mode validationIan Romanick2012-08-201-5/+0
* mesa/es: Remove redundant light pname and light validationIan Romanick2012-08-201-58/+0
* mesa/es: Remove redundant hint mode validationIan Romanick2012-08-201-6/+0
* mesa/es: Remove redundant separate stencil face validationIan Romanick2012-08-201-12/+0
* mesa/es: Remove redundant stencil function validationIan Romanick2012-08-201-22/+0
* mesa/es: Remove redundant logic op operand validationIan Romanick2012-08-201-19/+0
* mesa/es: Remove redundant alpha function validationIan Romanick2012-08-201-10/+0
* mesa/es: Remove redundant separate stencil mask face validationIan Romanick2012-08-201-6/+0
* mesa/es: Remove redundant front-face mode validationIan Romanick2012-08-201-5/+0
* mesa/es: Remove redundant face culling mode validationIan Romanick2012-08-201-6/+0
* mesa/es: Remove redundant blend equation mode validationIan Romanick2012-08-201-36/+0
* mesa/es: Remove redundant texture target validationIan Romanick2012-08-201-12/+0
* mesa/es: Rearrange placement of GL_TEXTURE_MAX_ANISOTROPY_EXT in APIspecIan Romanick2012-08-201-5/+1
* mesa/es: Remove redundant min/mag filter validationIan Romanick2012-08-201-21/+4
* mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne2012-07-041-0/+1
* Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."Marek Olšák2012-07-041-1/+0
* mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne2012-07-031-0/+1
* glapi: add const qualifier to glShaderSourceARB() parameterBrian Paul2012-06-271-1/+1
* gles2: Add GL_NV_read_buffer extensionKristian Høgsberg2012-06-181-0/+13
* Add support for GL_EXT_unpack_subimage on GLES2Neil Roberts2012-03-271-5/+21
* gles: Enable the GL_EXT_read_format_bgra extensionBenjamin Franzke2012-03-271-0/+2
* gles1: Enable GL_EXT_texture_format_BGRA8888 in APIspecBenjamin Franzke2012-03-271-0/+1
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-0/+2
* mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+9
* mesa: Remove unnecessary and incorrect TexEnv parameter validation.Kenneth Graunke2011-10-251-6/+0
* mesa/es: Allow GL_CLIP_PLANE0+6 and GL_CLIP_PLANE0+7.Kenneth Graunke2011-10-061-8/+6