Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-19 | minor formatting fix | Brian Paul | |
2004-12-16 | Experimental 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-21 | remove redundant check of parsed program target | Michal Krol | |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | |
1015696) | |||
2004-03-30 | Reorder 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-04 | Initial changes after moving from src/mesa/main/. | Michal Krol | |
Needs testing - it havent been even compiled yet. |