summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbvertparse.c
AgeCommit message (Collapse)Author
2005-05-04Include negate information in disassembly output.Keith Whitwell
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell
representations by switching to packed structures for registers and instructions.
2005-01-19minor formatting fixBrian Paul
2004-12-16Experimental PRINT instruction for NV_vertex_program.Brian Paul
Basically, this lets you put a "PRINT 'mesage', register;" statement in a vertex program to aid in debugging.
2004-10-21remove redundant check of parsed program targetMichal Krol
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul
1015696)
2004-03-30Reorder some code so we don't upset program state when there's a parsing error.Brian Paul
Be sure to assign program.Base.String pointer.
2004-03-04Initial changes after moving from src/mesa/main/.Michal Krol
Needs testing - it havent been even compiled yet.