summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/APIspec.xml
Commit message (Expand)AuthorAgeFilesLines
* mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapperIan Romanick2012-08-291-27/+0
* mesa/es: Validate glEnable cap in Mesa code rather than the ES wrapperIan Romanick2012-08-291-177/+0
* mesa/es: Validate glHint target in Mesa code rather than the ES wrapperIan Romanick2012-08-291-13/+0
* mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wr...Ian Romanick2012-08-291-16/+0
* mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapperIan Romanick2012-08-291-8/+0
* mesa/es: Validate primitive modes in Mesa code rather than the ES wrapperIan Romanick2012-08-291-40/+0
* mesa/es: Validate blend function enums in Mesa code rather than the ES wrapperIan Romanick2012-08-291-111/+0
* mesa/es: Validate glClear mask in Mesa code rather than the ES wrapperIan Romanick2012-08-291-11/+0
* mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather th...Ian Romanick2012-08-291-22/+0
* mesa/es: Validate glGetRenderbufferParameter pname in Mesa code rather than t...Ian Romanick2012-08-291-28/+0
* mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rath...Ian Romanick2012-08-291-15/+0
* mesa/es: Validate glGenerateMipmap target in Mesa code rather than the ES wra...Ian Romanick2012-08-291-7/+0
* mesa/es: Validate glFramebufferTexture2D textarget in Mesa code rather than t...Ian Romanick2012-08-291-16/+0
* mesa/es: Validate glGetBufferParameteriv pname in Mesa code rather than the E...Ian Romanick2012-08-241-7/+0
* mesa/es: Validate glMapBuffer access in Mesa code rather than the ES wrapperIan Romanick2012-08-241-4/+0
* mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapperIan Romanick2012-08-241-6/+0
* mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapperIan Romanick2012-08-241-35/+0
* mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-8/+0
* mesa/es: Remove redundant vertex pointer size validationIan Romanick2012-08-241-6/+0
* mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapperIan Romanick2012-08-241-6/+0
* mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-8/+0
* mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-8/+0
* mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapperIan Romanick2012-08-241-4/+0
* mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-7/+0
* mesa/es: Remove redundant vertex attrib pointer type validationIan Romanick2012-08-241-22/+0
* mesa/es: Remove redundant vertex attrib pointer size validationIan Romanick2012-08-241-7/+0
* mesa/es: Validate glCreateShader targets in Mesa code rather than the ES wrapperIan Romanick2012-08-241-5/+0
* mesa/es: Validate glGetProgramiv pnames in Mesa code rather than the ES wrapperIan Romanick2012-08-241-15/+0
* 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