aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/x11/compsize.c
Commit message (Collapse)AuthorAgeFilesLines
* include glxclient.h to silence missing prototypes warningBrian Paul2006-06-121-0/+1
|
* Added a couple missing proxy types.Ian Romanick2005-01-111-0/+3
|
* Pixel oriented render functions are now generated by theIan Romanick2005-01-071-2/+17
| | | | | | glX_proto_send.py script. This eliminates ~600 lines of non-generated code. With proper compiler optimization settings, it also decreases the size of libGL.so by about 3KB.
* Use indirect_size.c and indirect_size.h generated by usingIan Romanick2004-12-011-350/+0
| | | | | src/mesa/glapi/glX_proto_send.py with the '-m size_c' and '-m size_h' options.
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-011-3/+3
| | | | | Convert GL 1.4 / ARB_point_parameter function names to EXT_point_parameter / NV_point_sprite names.
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+522
by adding 'glx/x11' to SRC_DIRS in your build config.