summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-05-27 19:11:56 +0200
committerMarek Olšák <maraeo@gmail.com>2010-05-27 20:56:32 +0200
commit90e5a37d128efaca9e89434ab103826ee82cb911 (patch)
treeda54ea88f6fcaad45f2f8061fcaa4724237ceb34 /src/gallium/drivers/r300/Makefile
parent8bd3a4c1aa564f63d4fae8903df792bed5efe8a1 (diff)
r300g/swtcl: fix secondary color and back-face color outputs
These piglit tests have been fixed: - bgra-sec-color-pointer - glsl-routing See comments at the beginning of r300_vs_draw.c WPOS is implemented too but it doesn't work yet. I'm still working on it.
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r--src/gallium/drivers/r300/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile
index d3cd6bef96..6bb82e5ed0 100644
--- a/src/gallium/drivers/r300/Makefile
+++ b/src/gallium/drivers/r300/Makefile
@@ -21,6 +21,7 @@ C_SOURCES = \
r300_state_derived.c \
r300_state_invariant.c \
r300_vs.c \
+ r300_vs_draw.c \
r300_texture.c \
r300_tgsi_to_rc.c \
r300_transfer.c