Add infrastructure for t_vertex.c codegen. Add an example driver
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 30 Jun 2004 11:48:21 +0000 (11:48 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 30 Jun 2004 11:48:21 +0000 (11:48 +0000)
commit009aa3ef5ea6bc13c903d6f902b7039adef8fc74
tree5a5cf488e21fc1445732af4d86a0f8622c343023
parent8e77da1cd7d63af5e7ffcf7ea220cdaf1bdc8162
Add infrastructure for t_vertex.c codegen.  Add an example driver
for this which spits out C code for the generated functions.
src/mesa/glapi/glapi.c
src/mesa/sources
src/mesa/tnl/t_context.h
src/mesa/tnl/t_vertex.c
src/mesa/tnl/t_vertex.h
src/mesa/tnl/t_vertex_c.c [new file with mode: 0644]
src/mesa/tnl/t_vertex_codegen.c [new file with mode: 0644]