summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/nvvertprog.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul2003-07-221-0/+3
|
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-1/+1
| | | | debugging extension.
* added new GL_ARB_v_p instructionsBrian Paul2003-06-131-3/+17
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* fix typoBrian Paul2003-04-071-2/+2
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-0/+107
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.