Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Experimental PRINT instruction for NV_vertex_program. | Brian Paul | 2004-12-16 | 1 | -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 target | Michal Krol | 2004-10-21 | 1 | -15/+1 |
| | |||||
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | 2004-08-25 | 1 | -0/+1 |
| | | | | 1015696) | ||||
* | Reorder some code so we don't upset program state when there's a parsing error. | Brian Paul | 2004-03-30 | 1 | -9/+10 |
| | | | | Be sure to assign program.Base.String pointer. | ||||
* | Initial changes after moving from src/mesa/main/. | Michal Krol | 2004-03-04 | 1 | -0/+229 |
Needs testing - it havent been even compiled yet. |