summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/program.c
Commit message (Expand)AuthorAgeFilesLines
* these are now in the shader/ directory tooBrian Paul2004-03-301-1271/+0
* check for null paramListBrian Paul2004-02-261-0/+10
* Remove debugKeith Whitwell2004-02-141-2/+0
* Make it easier for drivers to create "subclasses" of the existingKeith Whitwell2004-02-141-40/+62
* added device driver hooks for BindProgram, NewProgram, DeleteProgramBrian Paul2004-01-231-7/+15
* Don't set extra bits in FLUSH_VERTICES, fix several state bugs.Keith Whitwell2004-01-231-2/+1
* added some missing FLUSH_VERTICES callsBrian Paul2004-01-171-1/+4
* glDeleteProgramsARB() failed for fragment programs (bug 876160)Brian Paul2004-01-131-5/+6
* fix assorted g++ warningsBrian Paul2003-11-251-1/+1
* added a few missing GLAPIENTRYs to make MinGW compile againDaniel Borca2003-10-231-3/+3
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-1/+1
* add switch defaults to silence warningsBrian Paul2003-10-101-0/+6
* Add extra cases and enums for _mesa_fetch_state(), and set the length ofKarl Rasche2003-09-231-3/+74
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-4/+5
* Add casts to prevent signed/unsigned compare compiler warnings.Karl Schultz2003-09-181-2/+2
* fix typoBrian Paul2003-09-051-1/+1
* move GL_MESA_program_debug code into program.cBrian Paul2003-09-051-0/+225
* fix fog.End errorBrian Paul2003-09-021-1/+1
* Moved some shared vertex/fragment program code into new program.c file.Brian Paul2003-08-311-0/+927