OSDN Git Service

Another vertex program checkpoint: clean-up of vertex attribute storage
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 6 Jan 2002 03:54:12 +0000 (03:54 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 6 Jan 2002 03:54:12 +0000 (03:54 +0000)
commit363049160da54f4aafe88f99bb2140a9bfed142b
treef189ec97cdd323e6e38958d9dc4b62c778c9868e
parente2053d16901732f4947c702cdc5ef72993d8d130
Another vertex program checkpoint: clean-up of vertex attribute storage
in vertex_buffer.   Improved vertex program pipeline stage such that
output registers can be processed in a loop.  Getting closer to where
we need to be in order to implement performance optimizations...
src/mesa/main/mtypes.h
src/mesa/swrast_setup/ss_vbtmp.h
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_context.h
src/mesa/tnl/t_imm_elt.c
src/mesa/tnl/t_imm_exec.c
src/mesa/tnl/t_imm_fixup.c
src/mesa/tnl/t_vb_fog.c
src/mesa/tnl/t_vb_points.c
src/mesa/tnl/t_vb_program.c