Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include glxclient.h to silence missing prototypes warning | Brian Paul | 2006-06-12 | 1 | -0/+1 |
| | |||||
* | Added a couple missing proxy types. | Ian Romanick | 2005-01-11 | 1 | -0/+3 |
| | |||||
* | Pixel oriented render functions are now generated by the | Ian Romanick | 2005-01-07 | 1 | -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 using | Ian Romanick | 2004-12-01 | 1 | -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 Romanick | 2004-12-01 | 1 | -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 it | Adam Jackson | 2004-10-25 | 1 | -0/+522 |
by adding 'glx/x11' to SRC_DIRS in your build config. |