aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_genexec.py
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-1/+0
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.cMathias Fröhlich2018-11-011-2/+2
* python: Use the print functionMathieu Bridon2018-07-061-5/+7
* mesa: add support for nvidia conservative rasterization extensionsRhys Perry2018-04-301-0/+1
* mesa: add GL_ARB_gl_spirv boilerplateNicolai Hähnle2017-12-121-0/+1
* mapi: add EXT_external_objects and EXT_external_objects_fdAndres Rodriguez2017-08-061-0/+1
* mapi: add GL_ARB_bindless_texture entry pointsSamuel Pitoiset2017-06-141-0/+1
* glapi: add KHR_no_error support to dispatch table generationTimothy Arceri2017-05-041-2/+10
* mapi/gen: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* mesa: Separate INTEL_performance_query frontendRobert Bragg2017-02-221-0/+1
* mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin2016-08-301-0/+1
* mesa: Rename "texturebarrier" source files to "barrier".Francisco Jerez2016-08-241-1/+1
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-0/+1
* mesa: move GL_APPLE_object_purgeable functions to new fileBrian Paul2015-09-161-0/+1
* glapi: Store exec table version info outside the XMLIan Romanick2015-05-281-11/+43
* glapy: gl_genexec.py: use a main functionDylan Baker2015-05-221-1/+6
* glapi: gl_genexec.py: use argparse instead of getoptDylan Baker2015-05-221-17/+12
* glapi: Add positional argument specifier.Vinson Lee2015-05-061-1/+1
* glapi/es3.1: Add support for GLES versions > 3.0Ian Romanick2015-05-041-2/+2
* glapi: add GL_ARB_program_interface_query skeletonTapani Pälli2015-04-161-0/+1
* mesa: Add GL API support for ARB_copy_imageJason Ekstrand2014-08-111-0/+1
* mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut2014-02-211-0/+1
* mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry2014-02-051-0/+1
* mesa: move glGenerateMipmap() code into new genmipmap.c fileBrian Paul2014-02-021-0/+1
* mesa: move glBlitFramebuffer code into new blit.c fileBrian Paul2014-02-021-0/+1
* mesa: Implement the GL entry points defined by ARB_shader_image_load_store.Francisco Jerez2014-01-151-0/+1
* mesa: Add API definitions for ARB_texture_viewCourtney Goeltzenleuchter2013-12-131-0/+1
* implement NV_vdpau_interop v7Christian König2013-10-261-0/+1
* mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke2013-09-261-0/+1
* glapi: Setup autogeneration infrastructure for KHR_debugTimothy Arceri2013-09-041-0/+1
* mesa: simplify dispatch for glDraw* functionsBrian Paul2013-05-021-0/+3
* glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul2013-04-171-1/+0
* mesa: Add dispatch and extension XML for GL_ARB_internalformat_queryIan Romanick2013-01-151-0/+1
* mesa: assert if driver did not compute the versionJordan Justen2012-12-161-0/+1
* mesa: separate exec allocation from initializationJordan Justen2012-12-161-12/+8
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* glapi: Stop handling XML annotation exec="{es,check,loopback}".Paul Berry2012-11-121-3/+0
* glapi: Remove handling of mesa_name XML attribute.Paul Berry2012-11-121-1/+1
* glapi/gen: Add code generation script for _mesa_create_exec_table().Paul Berry2012-11-061-0/+222