summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glX_proto_recv.py
Commit message (Collapse)AuthorAgeFilesLines
* 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/+561
target. The environment variable XORG_BASE must be set to point to the base of the X.org server sources where the files are to be placed. The 7.0.0 server release already contains files generated by these scripts. The scripts should have been committed months ago. Sorry for the lag. :(