summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbvertparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Experimental PRINT instruction for NV_vertex_program.Brian Paul2004-12-161-0/+7
| | | | | Basically, this lets you put a "PRINT 'mesage', register;" statement in a vertex program to aid in debugging.
* remove redundant check of parsed program targetMichal Krol2004-10-211-15/+1
|
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul2004-08-251-0/+1
| | | | 1015696)
* Reorder some code so we don't upset program state when there's a parsing error.Brian Paul2004-03-301-9/+10
| | | | Be sure to assign program.Base.String pointer.
* Initial changes after moving from src/mesa/main/.Michal Krol2004-03-041-0/+229
Needs testing - it havent been even compiled yet.