summaryrefslogtreecommitdiff
path: root/src/mesa/main/program.h
AgeCommit message (Expand)Author
2004-01-23added device driver hooks for BindProgram, NewProgram, DeleteProgramBrian Paul
2004-01-22Minor tweaks to help out at a driver level.Keith Whitwell
2003-11-25fix assorted g++ warningsBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-09-23Add extra cases and enums for _mesa_fetch_state(), and set the length ofKarl Rasche
2003-09-05move GL_MESA_program_debug code into program.cBrian Paul
2003-09-04move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul