summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/pixel.c
Commit message (Collapse)AuthorAgeFilesLines
* Pixel oriented render functions are now generated by theIan Romanick2005-01-071-25/+6
| | | | | | 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.
* constify a few arrays.Adam Jackson2004-11-031-3/+3
|
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+462
by adding 'glx/x11' to SRC_DIRS in your build config.