| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
use 64-bit pointers and 32-bit longs. So, operations like casting pointers
to unsigned long and back to pointer won't work. glheader.h now
includes files to define uintptr_t, which should instead be used for
this sort of operation. It is an integer type that is the same size
as a pointer.
|
|
|
|
|
| |
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.
|
|
|
|
| |
1015696)
|
| |
|
|
|
|
|
| |
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.
|
|
|