summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen
AgeCommit message (Expand)AuthorFilesLines
2013-04-17glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul3-8/+0
2013-04-17glapi: remove FEATURE_remap_table test (it's always defined)Brian Paul1-15/+0
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner2-2/+2
2013-03-31glapi: fix storage multisample build errorsDave Airlie1-2/+2
2013-03-31glapi: add definition of ARB_texture_storage_multisampleChris Forbes2-0/+35
2013-03-09glapi/gen: Remove duplicate PYTHON_FLAGSStefan Brüns1-7/+7
2013-03-02glapi: add ARB_texture_multisampleChris Forbes2-1/+71
2013-02-22glapi: mark static_dispatch false for DiscardFramebufferEXTTapani Pälli1-1/+2
2013-02-20gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli1-0/+13
2013-02-19glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns1-1/+3
2013-01-31glapi: Do not use backtrace on MinGW.Vinson Lee1-1/+1
2013-01-30mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller3-0/+27
2013-01-21scons: Fix dependencies of generated headers.José Fonseca1-26/+20
2013-01-15glapi: Remove duplicate ARB_base_instance from gl_API.xmlIan Romanick1-2/+0
2013-01-15mesa: Add dispatch and extension XML for GL_ARB_internalformat_queryIan Romanick3-2/+26
2013-01-13glapi/gen: remove an obsolete comment from Makefile.amAndreas Boll1-5/+0
2013-01-13Remove hacks for static MakefilesMatt Turner1-7/+4
2013-01-11glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick1-6/+3
2013-01-11glapi: Remove spurious space from end of extension nameIan Romanick1-1/+1
2013-01-11glapi: Reorder and clean up some of the includes and commentsIan Romanick1-7/+3
2013-01-10build: mapi/glapi/gen: Use BUILT_SOURCESMatt Turner1-4/+6
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10mesa: Rename and wire-up GetInteger64i_vMatt Turner1-1/+1
2013-01-10glapi: Move ARB_base_instance to the correct locationMatt Turner1-3/+5
2013-01-10glapi: Add enums for ARB_ES3_compatibilityMatt Turner3-0/+31
2012-12-16mesa: assert if driver did not compute the versionJordan Justen1-0/+1
2012-12-16mesa: separate exec allocation from initializationJordan Justen1-12/+8
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-19mesa: Mark GetBufferParameteri64v as implemented.Kenneth Graunke1-2/+1
2012-11-12glapi: Stop handling XML annotation exec="{es,check,loopback}".Paul Berry1-3/+0
2012-11-12glapi: Remove handling of mesa_name XML attribute.Paul Berry3-53/+4
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry24-1428/+1345
2012-11-09glapi: add ARB_texture_cube_map_array.Dave Airlie2-1/+19
2012-11-06dispatch: Code generate api_exec.c.Paul Berry1-0/+4
2012-11-06glapi/gen: Add code generation script for _mesa_create_exec_table().Paul Berry1-0/+222
2012-11-06glapi/gen: handle new XML attributes.Paul Berry1-2/+63
2012-11-06glapi/gen: Gather API version info across aliased functions.Paul Berry1-1/+13
2012-11-06glapi/gen: Comment fix.Paul Berry1-1/+1
2012-11-06glapi: Annotate XML with function name suffix anomalies.Paul Berry14-147/+191
2012-11-06glapi: Annotate XML with desktop="false" for GLES-only functions.Paul Berry5-57/+60
2012-11-06glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.Paul Berry3-48/+49
2012-11-06glapi: Annotate XML with exec="loopback" for loopback functions.Paul Berry2-208/+271
2012-11-06glapi: Annotate XML with exec="dynamic" for dynamic functions.Paul Berry8-132/+208
2012-11-06glapi: Annotate XML with exec="skip" for unimplemented functions.Paul Berry6-273/+310
2012-11-06glapi: Annotate XML with deprecated="3.1" for deprecated functions.Paul Berry7-548/+710
2012-11-06glapi: Mark GLX extensions as window_system="glX".Paul Berry1-3/+3
2012-11-06glapi: Use GL_ or GLX_ prefix for all category names.Paul Berry1-2/+2
2012-11-03glapi: alias ProgramParameteriARB to ProgramParameteriJordan Justen1-1/+1
2012-11-03glapi: move include for ARB_get_program_binary.xml to gl_API.xmlJordan Justen2-1/+3
2012-11-03glapi: alias FramebufferTextureARB to FramebufferTextureJordan Justen1-1/+1