summaryrefslogtreecommitdiff
path: root/glapi
AgeCommit message (Expand)AuthorFilesLines
2014-04-04arb_clear_texture: add a trivial testIlia Mirkin1-0/+41
2014-02-05bufferstorage-persistent: new test for ARB_buffer_storageMarek Olšák2-0/+24
2014-01-23glapi: Rename ARB_compute_shader "LOCAL" -> "WORK_GROUP".Paul Berry2-6/+6
2013-10-23Use simplejson if availableDylan Baker1-1/+4
2013-09-06glapi: fix parsing of extensions containing string "EGL_"Topi Pohjolainen1-1/+2
2013-07-30gl.spec: move some shared bits to EXT_gpu_shader4Chris Forbes1-32/+29
2013-07-29parse_glspec.py: PEP8 complianceDylan Baker1-37/+34
2013-06-17Add a local definition of GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS.Eric Anholt1-0/+1
2013-06-17gl2ext.h: Add a "const" annotation that was missing in the GLES variant.Eric Anholt1-2/+2
2013-06-17glapi: Add parsing of GLES2/gl2ext.h.Eric Anholt1-2/+23
2013-06-17glapi: Parse the GLES3 core header for piglit-dispatch.Eric Anholt1-1/+35
2013-06-17glapi: Fix some missing prototype parameter names in gl2ext.h.Eric Anholt1-14/+14
2013-06-17glapi: Add dispatch generation support for GLES APIs.Eric Anholt1-6/+24
2013-06-17glapi: Allow one function name to be in multiple categories.Eric Anholt1-7/+13
2013-06-17glapi: Factor out adding a function to the API.Eric Anholt1-11/+15
2013-06-17glapi: Fix a comment about category names.Eric Anholt1-2/+2
2013-06-05Include enum.spec along with enumext.spec for piglit-dispatch.Eric Anholt1-1/+3
2013-06-05Apply the same local fix to enum.spec that we did for enumext.spec.Eric Anholt1-1/+1
2013-05-14Merge branch 'glspec-upstream' into masterEric Anholt5-189/+14235
2013-05-14Import the current GLES2/3 core/extension headers.Eric Anholt2-0/+3067
2013-05-14Import the current enum.spec file.Eric Anholt1-0/+9295
2013-05-14Re-import the current gl.spec files, unmodified.Eric Anholt2-195/+1882
2013-05-13python: Convert tabs to spacesDylan Baker1-60/+60
2013-02-04piglit-dispatch: update gl.spec, gl.tm and enumext.spec from the registryChristoph Bumiller2-528/+2736
2012-12-17piglit-dispatch: Update enumext.spec from the registryIan Romanick1-33/+783
2012-07-09Fix ALL_ATTRIB_BITS in enumext.spec.Paul Berry1-1/+1
2012-07-08Update enumext.spec from the registryMarek Olšák1-9/+186
2012-03-23piglit-dispatch: Code generation scripts.Paul Berry2-0/+470
2012-03-23piglit-dispatch: Additions to OpenGL API spec files.Paul Berry1-10/+13
2012-03-23piglit-dispatch: Corrections to OpenGL API spec files.Paul Berry2-36/+3
2012-03-23piglit-dispatch: Introduce OpenGL API spec files.Paul Berry3-0/+39714