Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pixel oriented render functions are now generated by the | Ian Romanick | 2005-01-07 | 1 | -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 Jackson | 2004-11-03 | 1 | -3/+3 |
| | |||||
* | Import the GLX client side library, formerly from xc/lib/GL/glx. Build it | Adam Jackson | 2004-10-25 | 1 | -0/+462 |
by adding 'glx/x11' to SRC_DIRS in your build config. |