summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbprogram.h
AgeCommit message (Expand)Author
2010-07-28mesa: Remove unnecessary header.Vinson Lee
2010-06-23Merge branch 'shader-file-reorg'Brian Paul
2010-06-10mesa: move arbprogram.[ch] to main/Brian Paul
2004-03-29Moved to src/mesa/shaderMichal Krol
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-09-05move GL_MESA_program_debug code into program.cBrian Paul
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul
2003-07-22Restore more code lost during last big merge.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-05-28glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-04-21alias ARB/NV program functions where possibleBrian Paul
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul