summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/Makefile
Commit message (Expand)AuthorAgeFilesLines
* mesa: add ARB_framebuffer_object.xml to API_XMLBrian Paul2009-01-221-0/+1
* Follow along GL/glx -> glx renaming in xserverDan Nicholson2008-05-211-2/+2
* Add remaining glapi generated server headers.Kristian Høgsberg2008-05-211-12/+35
* Revert "glapi: Generate xserver glapi sources in the mesa tree"Kristian Høgsberg2008-05-211-13/+18
* Never fail `make clean'Dan Nicholson2008-05-071-2/+2
* glapi: Generate xserver glapi sources in the mesa treeDan Nicholson2008-02-171-18/+13
* glapi: Correct prerequisites for gl_and_glX_API.xmlDan Nicholson2008-02-121-2/+2
* glapi: Use make automatic variables to clean up the commandsDan Nicholson2008-02-121-46/+50
* glapi: Use variable for indent and flagsDan Nicholson2008-02-121-9/+7
* Hack indent flags for indirect_reqsize.h to eliminate extra diffs.Ian Romanick2007-01-041-1/+1
* Add missing files to server generation list.Ian Romanick2007-01-041-1/+9
* Fix bug #4681.Ian Romanick2006-10-111-1/+1
* Keep indentation consistent with indent.Ian Romanick2006-10-041-5/+7
* Add dependencies for all API XML files.Ian Romanick2006-08-281-2/+6
* New script and API description file to enable generate of GLX protocolIan Romanick2006-08-231-3/+7
* regenerate SPARC assembly dispatch (bug 6484)Brian Paul2006-04-071-0/+5
* Fixes to silence warnings in code generated by glapi scripts.Kristian Høgsberg2006-03-291-1/+3
* Generate server-side GLX protocol decode functions using the 'make server'Ian Romanick2006-03-061-0/+25
* Add rules and target to build src/mesa/x86-64/glapi_x86-64.S.Ian Romanick2005-08-091-0/+4
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-1/+4
* Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul2005-07-011-3/+3
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-0/+4
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-14/+2
* generate enums.c file (Zack Rusin)Brian Paul2005-02-221-0/+4
* Refactor the code to emit multiple-inclusion protection toIan Romanick2005-01-281-1/+1
* The 'mode' setting of a function within an 'enum' element is now used.Ian Romanick2005-01-271-2/+2
* Move all the code for generating "size" related functions to its ownIan Romanick2005-01-241-4/+4
* Correct some of the dependencies and clean things up a bit.Ian Romanick2005-01-241-23/+30
* Use GLX protocol code generated by glX_proto_send.py.Ian Romanick2004-12-201-8/+30
* put glapi_x86.S into the x86/ directoryBrian Paul2004-10-021-3/+3
* Makefile for python-generated files (Ian Romanick)Brian Paul2004-08-251-0/+38