fix comments
[mesa.git] / src / mesa / shader / arbprogram.c
2006-11-04 Brian Paulfix error msg
2006-11-04 Brian Paulfix for glGetVertexAttribfvARB, bug 8883
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-05-30 Tilman Sauerbeckdon't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRA...
2006-04-11 Michal KrolMore GLSL code:
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2004-10-16 Brian Paulfix if/else bug in _mesa_ProgramEnvParameter4fARB ...
2004-10-06 Brian Paulfix GetVertexAttrib problem
2004-10-04 Brian PaulARB_fp support for GL_ARB_draw_buffers (Karl Rasche)
2004-03-10 Michal KrolMoved from src/mesa/main.