Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-21 | Fix builds with compilers other than gcc 3.0 & newer | Alan Coopersmith | |
Add #include "glheader.h" for definition of __builtin_expect for compilers that don't support it. Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com> | |||
2006-06-12 | make do_vertex_attrib_enable() static | Brian Paul | |
2005-02-28 | Clean-up some warnings caused by the addition of vertex / fragment program | Ian Romanick | |
protocol support (reported by Adam Jackson). Added code to validate the 'type' parameter to the draw element functions. | |||
2005-02-25 | Add GLX protocol support for ARB_fragement_program, | Ian Romanick | |
ARB_fragment_program_shadow, ARB_vertex_program, NV_fragment_program, NV_fragment_program_option, NV_fragment_program2, NV_vertex_program, NV_vertex_program1_1, NV_vertex_program2, NV_vertex_program2_option, NV_vertex_program3, and ATI_text_fragment_shader. |