Make the vertex program source register Index field a signed int since
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 22 Jul 2005 02:53:38 +0000 (02:53 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 22 Jul 2005 02:53:38 +0000 (02:53 +0000)
commit61e694f270d8a4a03a3245b5e6eea805915ed74b
tree1a0d95f224b5493df55b67f909d28561f367ca36
parentdb251d72c84256267cd1f7c062071a7143455048
Make the vertex program source register Index field a signed int since
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.
src/mesa/main/mtypes.h
src/mesa/shader/nvvertparse.c
src/mesa/shader/nvvertprog.h
src/mesa/tnl/t_vp_build.c