Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-25 | define __builtin_expect for non-gcc compilers in two more glx files | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2008-11-11 | Don't mess with emacs tab width. | Kristian Høgsberg | |
2008-10-13 | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_program.c | RALOVICH, Kristóf | |
2008-10-13 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | |
2008-09-18 | glx: remove #include "glheader.h" lines | Brian Paul | |
Was only used to get the PUBLIC/USED macros. Also, replace "GL_FALSE" with "False" in a couple places. | |||
2008-09-13 | glx: fix 64-bit datatype issue | Guillaume Melquiond | |
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. |