summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/EXT_texture_array.xml
Commit message (Collapse)AuthorAgeFilesLines
* glapi: mv code generation to subdirGeorge Sapountzis2010-02-241-42/+0
| | | | This just moves files, code generation Makefile will be fixed in next commit for easier review.
* ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXTIan Romanick2009-11-171-0/+1
| | | | Also regenerate the GLX protocol files from this change.
* mesa: fix up some GLAPI XMLRobert Ellison2009-08-031-0/+41
- Added specifications for the extensions GL_APPLE_flush_buffer_range and GL_APPLE_texture_range - EXT_framebuffer_object.xml strangely held specifications for both the GL_EXT_framebuffer_object extension and the GL_EXT_texture_array extension. Split out the GL_EXT_texture_array data into its own file.