summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/nvvertprog.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-38/+37
| | | | | representations by switching to packed structures for registers and instructions.
* Experimental PRINT instruction for NV_vertex_program.Brian Paul2004-12-161-3/+6
| | | | | Basically, this lets you put a "PRINT 'mesage', register;" statement in a vertex program to aid in debugging.
* Moved from src/mesa/mainMichal Krol2004-03-291-0/+107