summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/nvfragparse.h
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-0/+8
| | | | debugging extension.
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-0/+45
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.