Re-org of register files for vertex/fragment programs. Will be easier to
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 17 Aug 2003 17:11:50 +0000 (17:11 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 17 Aug 2003 17:11:50 +0000 (17:11 +0000)
commitf2dd273322cc9ec0cfe80a609f9a1e5db5931e2e
treeedc2da6b3b703c474fc12003e4c38505cb8ef2a5
parent4f12be02491713d6998fa43e3efc19daf2faffeb
Re-org of register files for vertex/fragment programs.  Will be easier to
hook in global state references, etc. for ARB programs.
13 files changed:
src/mesa/main/arbprogram.c
src/mesa/main/arbvertparse.h
src/mesa/main/context.c
src/mesa/main/macros.h
src/mesa/main/mtypes.h
src/mesa/main/nvfragparse.c
src/mesa/main/nvfragprog.h
src/mesa/main/nvvertexec.c
src/mesa/main/nvvertexec.h
src/mesa/main/nvvertparse.c
src/mesa/main/nvvertprog.h
src/mesa/swrast/s_nvfragprog.c
src/mesa/tnl/t_vb_program.c