Age | Commit message (Collapse) | Author |
|
Use new _mesa_init_fp/vp_instruction() function to initialize instructions.
|
|
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.
|
|
place them sensibly.
|
|
representations by switching to packed structures for registers and
instructions.
|
|
Basically, this lets you put a "PRINT 'mesage', register;" statement in a
vertex program to aid in debugging.
|
|
|