Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Experimental PRINT instruction for NV_vertex_program. | Brian Paul | 2004-12-16 | 1 | -2/+16 |
| | | | | | Basically, this lets you put a "PRINT 'mesage', register;" statement in a vertex program to aid in debugging. | ||||
* | tweaks to the LIT instructions | Brian Paul | 2004-12-15 | 1 | -9/+4 |
| | |||||
* | update some type names | Brian Paul | 2004-11-26 | 1 | -6/+6 |
| | |||||
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | 2004-08-25 | 1 | -4/+4 |
| | | | | 1015696) | ||||
* | fix another bug in get_register_pointer() | Brian Paul | 2004-06-29 | 1 | -1/+3 |
| | |||||
* | the get_register_pointer() function was pretty well broken in a few ways | Brian Paul | 2004-06-29 | 1 | -16/+9 |
| | |||||
* | Fix up some assorted issues with initialization of vertex program registers. | Brian Paul | 2004-04-21 | 1 | -83/+91 |
| | | | | | Some need to be set per-vertex, other per-primitive. Cleared that up. Only need to init temp/result registers if executing an NV vertex program. | ||||
* | Moved from src/mesa/main | Michal Krol | 2004-03-29 | 1 | -0/+839 |