Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-26 | Remove CVS keywords. | José Fonseca | |
2006-06-12 | include glxclient.h to silence missing prototypes warning | Brian Paul | |
2005-01-11 | Added a couple missing proxy types. | Ian Romanick | |
2005-01-07 | Pixel oriented render functions are now generated by the | Ian Romanick | |
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. | |||
2004-12-01 | Use indirect_size.c and indirect_size.h generated by using | Ian Romanick | |
src/mesa/glapi/glX_proto_send.py with the '-m size_c' and '-m size_h' options. | |||
2004-12-01 | Make the transition to script-genereated GLX code easier. | Ian Romanick | |
Convert GL 1.4 / ARB_point_parameter function names to EXT_point_parameter / NV_point_sprite names. | |||
2004-10-25 | Import the GLX client side library, formerly from xc/lib/GL/glx. Build it | Adam Jackson | |
by adding 'glx/x11' to SRC_DIRS in your build config. |