summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/gl_genexec.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-04glapi: add KHR_no_error support to dispatch table generationTimothy Arceri1-2/+10
2017-03-10mapi/gen: remove shebang from python scriptsEmil Velikov1-1/+0
2017-02-22mesa: Separate INTEL_performance_query frontendRobert Bragg1-0/+1
2016-08-30mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin1-0/+1
2016-08-24mesa: Rename "texturebarrier" source files to "barrier".Francisco Jerez1-1/+1
2016-02-08mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul1-0/+1
2015-09-16mesa: move GL_APPLE_object_purgeable functions to new fileBrian Paul1-0/+1
2015-05-28glapi: Store exec table version info outside the XMLIan Romanick1-11/+43
2015-05-22glapy: gl_genexec.py: use a main functionDylan Baker1-1/+6
2015-05-22glapi: gl_genexec.py: use argparse instead of getoptDylan Baker1-17/+12
2015-05-06glapi: Add positional argument specifier.Vinson Lee1-1/+1
2015-05-04glapi/es3.1: Add support for GLES versions > 3.0Ian Romanick1-2/+2
2015-04-16glapi: add GL_ARB_program_interface_query skeletonTapani Pälli1-0/+1
2014-08-11mesa: Add GL API support for ARB_copy_imageJason Ekstrand1-0/+1
2014-02-21mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut1-0/+1
2014-02-05mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry1-0/+1
2014-02-02mesa: move glGenerateMipmap() code into new genmipmap.c fileBrian Paul1-0/+1
2014-02-02mesa: move glBlitFramebuffer code into new blit.c fileBrian Paul1-0/+1
2014-01-15mesa: Implement the GL entry points defined by ARB_shader_image_load_store.Francisco Jerez1-0/+1
2013-12-13mesa: Add API definitions for ARB_texture_viewCourtney Goeltzenleuchter1-0/+1
2013-10-26implement NV_vdpau_interop v7Christian König1-0/+1
2013-09-26mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke1-0/+1
2013-09-04glapi: Setup autogeneration infrastructure for KHR_debugTimothy Arceri1-0/+1
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul1-0/+3
2013-04-17glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul1-1/+0
2013-01-15mesa: Add dispatch and extension XML for GL_ARB_internalformat_queryIan Romanick1-0/+1
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-12glapi: Stop handling XML annotation exec="{es,check,loopback}".Paul Berry1-3/+0
2012-11-12glapi: Remove handling of mesa_name XML attribute.Paul Berry1-1/+1
2012-11-06glapi/gen: Add code generation script for _mesa_create_exec_table().Paul Berry1-0/+222