Reduce the size of mesa's internal fragment and vertex program
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 21 Apr 2005 14:46:57 +0000 (14:46 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 21 Apr 2005 14:46:57 +0000 (14:46 +0000)
commit7c26b61f9366a397e353d7b7f1f1d1f6d0dcd0c7
tree0e08540aaf4b7f1a4511f132fbdf03960f43d5fa
parent88b69d799800bfec061943204de1627989f42fad
Reduce the size of mesa's internal fragment and vertex program
representations by switching to packed structures for registers and
instructions.
15 files changed:
src/mesa/drivers/dri/i915/i915_fragprog.c
src/mesa/main/mtypes.h
src/mesa/shader/arbfragparse.c
src/mesa/shader/arbprogparse.c
src/mesa/shader/arbvertparse.c
src/mesa/shader/arbvertparse.h
src/mesa/shader/grammar.c
src/mesa/shader/nvfragparse.c
src/mesa/shader/nvfragprog.h
src/mesa/shader/nvvertexec.c
src/mesa/shader/nvvertparse.c
src/mesa/shader/nvvertprog.h
src/mesa/shader/program.c
src/mesa/shader/program.h
src/mesa/swrast/s_nvfragprog.c