Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include negate information in disassembly output. | Keith Whitwell | 2005-05-04 | 1 | -6/+12 |
| | |||||
* | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | 2005-04-21 | 1 | -117/+91 |
| | | | | | representations by switching to packed structures for registers and instructions. | ||||
* | minor formatting fix | Brian Paul | 2005-01-19 | 1 | -2/+2 |
| | |||||
* | 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. |