summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-03-29 11:05:02 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-03-29 11:05:02 +0000
commitc8100a02d28c8a424f69723778abebd950914bc6 (patch)
tree65257db12171856ef0407402020afc61d1e0e201 /src/mesa/sources
parent638ea113b962bfba322033ffc4658335a10cb865 (diff)
First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.
Enable with env var: MESA_CODEGEN=t.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index aeb8559fa2..21727aa574 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -132,6 +132,8 @@ TNL_SOURCES = \
tnl/t_vb_vertex.c \
tnl/t_vertex.c \
tnl/t_vtx_api.c \
+ tnl/t_vtx_generic.c \
+ tnl/t_vtx_x86.c \
tnl/t_vtx_eval.c \
tnl/t_vtx_exec.c
@@ -159,7 +161,8 @@ X86_SOURCES = \
x86/sse_xform2.S \
x86/sse_xform3.S \
x86/sse_xform4.S \
- x86/sse_normal.S
+ x86/sse_normal.S \
+ tnl/t_vtx_x86_gcc.S
SPARC_SOURCES = \
sparc/clip.S \