Unify vertex/fragment program instuctions.
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 5 Nov 2005 17:10:45 +0000 (17:10 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 5 Nov 2005 17:10:45 +0000 (17:10 +0000)
commit7e807510d8c3e88ee7ae6c697393201cf08f992f
treee9b016baa0c63f333efd586619568731dc3db747
parent73347516be1a515380af1a71cbeaec51001a46dc
Unify vertex/fragment program instuctions.
Based on patch by Ian (#4967) but also unify instruction opcodes.
31 files changed:
src/mesa/drivers/dri/i915/i915_fragprog.c
src/mesa/drivers/dri/r300/r300_fragprog.c
src/mesa/drivers/dri/r300/r300_fragprog.h
src/mesa/drivers/dri/r300/r300_shader.c
src/mesa/drivers/dri/r300/r300_vertexprog.c
src/mesa/drivers/glide/fxtris.c
src/mesa/main/mtypes.h
src/mesa/main/texenvprogram.c
src/mesa/shader/arbfragparse.c
src/mesa/shader/arbfragparse.h
src/mesa/shader/arbprogparse.c
src/mesa/shader/arbprogparse.h
src/mesa/shader/arbprogram.c
src/mesa/shader/arbvertparse.c
src/mesa/shader/arbvertparse.h
src/mesa/shader/nvfragparse.c
src/mesa/shader/nvfragprog.h [deleted file]
src/mesa/shader/nvprogram.c
src/mesa/shader/nvvertexec.c
src/mesa/shader/nvvertparse.c
src/mesa/shader/nvvertparse.h
src/mesa/shader/nvvertprog.h [deleted file]
src/mesa/shader/program.c
src/mesa/shader/program_instruction.h [new file with mode: 0644]
src/mesa/swrast/s_fragprog_to_c.c
src/mesa/swrast/s_nvfragprog.c
src/mesa/swrast/s_tcc.c
src/mesa/tnl/t_vb_arbprogram.c
src/mesa/tnl/t_vb_arbprogram.h
src/mesa/tnl/t_vb_program.c
src/mesa/tnl/t_vp_build.c