Remove old t_vertex.c codegen infrastructure, tie in new code.
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 18 May 2005 15:26:48 +0000 (15:26 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 18 May 2005 15:26:48 +0000 (15:26 +0000)
commit2b2bd08589099cb480b983835b01cc76a766a3c4
treef60f4e5dda9060ceeb6cd9bace28d73250db1921
parentdc7fc173966e314f89502473044933a099c838ae
Remove old t_vertex.c codegen infrastructure, tie in new code.
Currently disabled, can enable with MESA_EXPERIMENTAL=t.
src/mesa/sources
src/mesa/tnl/t_context.h
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_vertex.c
src/mesa/tnl/t_vertex.h
src/mesa/tnl/t_vertex_c.c [deleted file]
src/mesa/tnl/t_vertex_codegen.c [deleted file]
src/mesa/tnl/t_vertex_generic.c [new file with mode: 0644]
src/mesa/tnl/t_vertex_sse.c