index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
glapi
/
Makefile
Age
Commit message (
Expand
)
Author
2008-05-21
Follow along GL/glx -> glx renaming in xserver
Dan Nicholson
2008-05-21
Add remaining glapi generated server headers.
Kristian Høgsberg
2008-05-21
Revert "glapi: Generate xserver glapi sources in the mesa tree"
Kristian Høgsberg
2008-05-07
Never fail `make clean'
Dan Nicholson
2008-02-17
glapi: Generate xserver glapi sources in the mesa tree
Dan Nicholson
2008-02-12
glapi: Correct prerequisites for gl_and_glX_API.xml
Dan Nicholson
2008-02-12
glapi: Use make automatic variables to clean up the commands
Dan Nicholson
2008-02-12
glapi: Use variable for indent and flags
Dan Nicholson
2007-01-04
Hack indent flags for indirect_reqsize.h to eliminate extra diffs.
Ian Romanick
2007-01-04
Add missing files to server generation list.
Ian Romanick
2006-10-11
Fix bug #4681.
Ian Romanick
2006-10-04
Keep indentation consistent with indent.
Ian Romanick
2006-08-28
Add dependencies for all API XML files.
Ian Romanick
2006-08-23
New script and API description file to enable generate of GLX protocol
Ian Romanick
2006-04-07
regenerate SPARC assembly dispatch (bug 6484)
Brian Paul
2006-03-29
Fixes to silence warnings in code generated by glapi scripts.
Kristian Høgsberg
2006-03-06
Generate server-side GLX protocol decode functions using the 'make server'
Ian Romanick
2005-08-09
Add rules and target to build src/mesa/x86-64/glapi_x86-64.S.
Ian Romanick
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-01
Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and
Brian Paul
2005-06-30
Replace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick
2005-06-21
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-02-22
generate enums.c file (Zack Rusin)
Brian Paul
2005-01-28
Refactor the code to emit multiple-inclusion protection to
Ian Romanick
2005-01-27
The 'mode' setting of a function within an 'enum' element is now used.
Ian Romanick
2005-01-24
Move all the code for generating "size" related functions to its own
Ian Romanick
2005-01-24
Correct some of the dependencies and clean things up a bit.
Ian Romanick
2004-12-20
Use GLX protocol code generated by glX_proto_send.py.
Ian Romanick
2004-10-02
put glapi_x86.S into the x86/ directory
Brian Paul
2004-08-25
Makefile for python-generated files (Ian Romanick)
Brian Paul