| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi: mv code generation to subdir | George Sapountzis | 2010-02-24 | 1 | -158/+0 |
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -10/+10 |
* | glapi: split the no-op dispatch code into new glapi_nop.c file | Brian Paul | 2010-01-22 | 1 | -0/+1 |
* | Do not include glapi/dispatch.h outside Mesa core. | Chia-I Wu | 2010-01-21 | 1 | -1/+0 |
* | mesa: added dispatch for GL_NV_conditional_render extension | Brian Paul | 2009-12-31 | 1 | -1/+2 |
* | mesa: regenerate API files related to GL_EXT_draw_buffers2 | Brian Paul | 2009-12-29 | 1 | -0/+1 |
* | Add missing XML files to API_XML | Ian Romanick | 2009-11-17 | 1 | -2/+5 |
* | glapi: Move dispatch marcos to glapidispatch.h. | Chia-I Wu | 2009-10-23 | 1 | -2/+3 |
* | mesa/dri: Remove extension_helper.h. | Chia-I Wu | 2009-10-23 | 1 | -5/+0 |
* | mesa/main: Add support for remap table. | Chia-I Wu | 2009-10-23 | 1 | -0/+4 |
* | mesa: Add support for ARB_depth_clamp. | Eric Anholt | 2009-09-08 | 1 | -0/+1 |
* | ARB sync: Add base infrastructure for GL_ARB_sync | Ian Romanick | 2009-09-03 | 1 | -0/+1 |
* | Infrastructure for GL_ARB_seamless_cube_map | Ian Romanick | 2009-08-14 | 1 | -0/+1 |
* | glapi: add new information for GL_ARB_vertex_array_object | Brian Paul | 2009-06-19 | 1 | -0/+1 |
* | Merge branch 'ext-provoking-vertex' | Brian Paul | 2009-06-19 | 1 | -1/+2 |
|\ |
|
| * | mesa: GL API changes for GL_EXT_provoking_vertex | Brian Paul | 2009-05-28 | 1 | -1/+2 |
* | | glapi: hook in ARB_map_buffer_range.xml | Brian Paul | 2009-06-08 | 1 | -0/+1 |
* | | glapi: include ARB_copy_buffer.xml | Brian Paul | 2009-06-02 | 1 | -0/+1 |
|/ |
|
* | mesa: add ARB_framebuffer_object.xml to API_XML | Brian Paul | 2009-01-22 | 1 | -0/+1 |
* | Follow along GL/glx -> glx renaming in xserver | Dan Nicholson | 2008-05-21 | 1 | -2/+2 |
* | Add remaining glapi generated server headers. | Kristian Høgsberg | 2008-05-21 | 1 | -12/+35 |
* | Revert "glapi: Generate xserver glapi sources in the mesa tree" | Kristian Høgsberg | 2008-05-21 | 1 | -13/+18 |
* | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 1 | -2/+2 |
* | glapi: Generate xserver glapi sources in the mesa tree | Dan Nicholson | 2008-02-17 | 1 | -18/+13 |
* | glapi: Correct prerequisites for gl_and_glX_API.xml | Dan Nicholson | 2008-02-12 | 1 | -2/+2 |
* | glapi: Use make automatic variables to clean up the commands | Dan Nicholson | 2008-02-12 | 1 | -46/+50 |
* | glapi: Use variable for indent and flags | Dan Nicholson | 2008-02-12 | 1 | -9/+7 |
* | Hack indent flags for indirect_reqsize.h to eliminate extra diffs. | Ian Romanick | 2007-01-04 | 1 | -1/+1 |
* | Add missing files to server generation list. | Ian Romanick | 2007-01-04 | 1 | -1/+9 |
* | Fix bug #4681. | Ian Romanick | 2006-10-11 | 1 | -1/+1 |
* | Keep indentation consistent with indent. | Ian Romanick | 2006-10-04 | 1 | -5/+7 |
* | Add dependencies for all API XML files. | Ian Romanick | 2006-08-28 | 1 | -2/+6 |
* | New script and API description file to enable generate of GLX protocol | Ian Romanick | 2006-08-23 | 1 | -3/+7 |
* | regenerate SPARC assembly dispatch (bug 6484) | Brian Paul | 2006-04-07 | 1 | -0/+5 |
* | Fixes to silence warnings in code generated by glapi scripts. | Kristian Høgsberg | 2006-03-29 | 1 | -1/+3 |
* | Generate server-side GLX protocol decode functions using the 'make server' | Ian Romanick | 2006-03-06 | 1 | -0/+25 |
* | Add rules and target to build src/mesa/x86-64/glapi_x86-64.S. | Ian Romanick | 2005-08-09 | 1 | -0/+4 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 1 | -1/+4 |
* | Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and | Brian Paul | 2005-07-01 | 1 | -3/+3 |
* | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick | 2005-06-30 | 1 | -0/+4 |
* | Mammoth update to the Python code generator scripts that live in | Ian Romanick | 2005-06-21 | 1 | -14/+2 |
* | generate enums.c file (Zack Rusin) | Brian Paul | 2005-02-22 | 1 | -0/+4 |
* | Refactor the code to emit multiple-inclusion protection to | Ian Romanick | 2005-01-28 | 1 | -1/+1 |
* | The 'mode' setting of a function within an 'enum' element is now used. | Ian Romanick | 2005-01-27 | 1 | -2/+2 |
* | Move all the code for generating "size" related functions to its own | Ian Romanick | 2005-01-24 | 1 | -4/+4 |
* | Correct some of the dependencies and clean things up a bit. | Ian Romanick | 2005-01-24 | 1 | -23/+30 |
* | Use GLX protocol code generated by glX_proto_send.py. | Ian Romanick | 2004-12-20 | 1 | -8/+30 |
* | put glapi_x86.S into the x86/ directory | Brian Paul | 2004-10-02 | 1 | -3/+3 |
* | Makefile for python-generated files (Ian Romanick) | Brian Paul | 2004-08-25 | 1 | -0/+38 |