summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/program.h
Commit message (Expand)AuthorAgeFilesLines
* these are now in the shader/ directory tooBrian Paul2004-03-301-253/+0
* Make it easier for drivers to create "subclasses" of the existingKeith Whitwell2004-02-141-0/+13
* added device driver hooks for BindProgram, NewProgram, DeleteProgramBrian Paul2004-01-231-1/+1
* Minor tweaks to help out at a driver level.Keith Whitwell2004-01-221-2/+6
* fix assorted g++ warningsBrian Paul2003-11-251-6/+6
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-4/+4
* Add extra cases and enums for _mesa_fetch_state(), and set the length ofKarl Rasche2003-09-231-3/+14
* move GL_MESA_program_debug code into program.cBrian Paul2003-09-051-0/+14
* move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul2003-09-041-0/+4
* Moved some shared vertex/fragment program code into new program.c file.Brian Paul2003-08-311-0/+207