Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-22 | Make the vertex program source register Index field a signed int since | Brian Paul | |
relative addressing can be negative. Change some GLuint indexes to GLint in the t_vp_build.c file. Added PROGRAM_UNDEFINED token for initializing the register File field to avoid a gcc 4.0 warning. | |||
2005-06-07 | Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to | Keith Whitwell | |
place them sensibly. | |||
2005-04-21 | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | |
representations by switching to packed structures for registers and instructions. | |||
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-03-29 | Moved from src/mesa/main | Michal Krol | |