aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/nvvertparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Added PRINT instruction for GL_NV_fragment_program.Brian Paul2004-12-181-1/+1
|
* Experimental PRINT instruction for NV_vertex_program.Brian Paul2004-12-161-2/+112
| | | | | Basically, this lets you put a "PRINT 'mesage', register;" statement in a vertex program to aid in debugging.
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul2004-08-251-0/+1
| | | | 1015696)
* disable some debug codeBrian Paul2004-06-291-2/+2
|
* Fix up some assorted issues with initialization of vertex program registers.Brian Paul2004-04-211-0/+1
| | | | | Some need to be set per-vertex, other per-primitive. Cleared that up. Only need to init temp/result registers if executing an NV vertex program.
* Moved from src/mesa/mainMichal Krol2004-03-291-0/+1496