summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/Makefile
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-01-22glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul
2010-01-21Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu
2009-12-31mesa: added dispatch for GL_NV_conditional_render extensionBrian Paul
2009-12-29mesa: regenerate API files related to GL_EXT_draw_buffers2Brian Paul
2009-11-17Add missing XML files to API_XMLIan Romanick
2009-10-23glapi: Move dispatch marcos to glapidispatch.h.Chia-I Wu
2009-10-23mesa/dri: Remove extension_helper.h.Chia-I Wu
2009-10-23mesa/main: Add support for remap table.Chia-I Wu
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-09-03ARB sync: Add base infrastructure for GL_ARB_syncIan Romanick
2009-08-14Infrastructure for GL_ARB_seamless_cube_mapIan Romanick
2009-06-19glapi: add new information for GL_ARB_vertex_array_objectBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-08glapi: hook in ARB_map_buffer_range.xmlBrian Paul
2009-06-02glapi: include ARB_copy_buffer.xmlBrian Paul
2009-05-28mesa: GL API changes for GL_EXT_provoking_vertexBrian Paul
2009-01-22mesa: add ARB_framebuffer_object.xml to API_XMLBrian Paul
2008-05-21Follow along GL/glx -> glx renaming in xserverDan Nicholson
2008-05-21Add remaining glapi generated server headers.Kristian Høgsberg
2008-05-21Revert "glapi: Generate xserver glapi sources in the mesa tree"Kristian Høgsberg
2008-05-07Never fail `make clean'Dan Nicholson
2008-02-17glapi: Generate xserver glapi sources in the mesa treeDan Nicholson
2008-02-12glapi: Correct prerequisites for gl_and_glX_API.xmlDan Nicholson
2008-02-12glapi: Use make automatic variables to clean up the commandsDan Nicholson
2008-02-12glapi: Use variable for indent and flagsDan Nicholson
2007-01-04Hack indent flags for indirect_reqsize.h to eliminate extra diffs.Ian Romanick
2007-01-04Add missing files to server generation list.Ian Romanick
2006-10-11Fix bug #4681.Ian Romanick
2006-10-04Keep indentation consistent with indent.Ian Romanick
2006-08-28Add dependencies for all API XML files.Ian Romanick
2006-08-23New script and API description file to enable generate of GLX protocolIan Romanick
2006-04-07regenerate SPARC assembly dispatch (bug 6484)Brian Paul
2006-03-29Fixes to silence warnings in code generated by glapi scripts.Kristian Høgsberg
2006-03-06Generate server-side GLX protocol decode functions using the 'make server'Ian Romanick
2005-08-09Add rules and target to build src/mesa/x86-64/glapi_x86-64.S.Ian Romanick
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-07-01Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-02-22generate enums.c file (Zack Rusin)Brian Paul
2005-01-28Refactor the code to emit multiple-inclusion protection toIan Romanick
2005-01-27The 'mode' setting of a function within an 'enum' element is now used.Ian Romanick
2005-01-24Move all the code for generating "size" related functions to its ownIan Romanick
2005-01-24Correct some of the dependencies and clean things up a bit.Ian Romanick
2004-12-20Use GLX protocol code generated by glX_proto_send.py.Ian Romanick
2004-10-02put glapi_x86.S into the x86/ directoryBrian Paul
2004-08-25Makefile for python-generated files (Ian Romanick)Brian Paul