summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/Makefile
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-10-02 01:23:46 +0000
committerIan Romanick <idr@us.ibm.com>2004-10-02 01:23:46 +0000
commit5b73371e05e48d1b835579b8db81b12df203ce67 (patch)
tree01e2afb1681134c2ca6858898fffe7764ebe0fc4 /src/mesa/drivers/dri/unichrome/Makefile
parent7ff3c9e4fc46e8fe2efc7ce2fe53255777f7b858 (diff)
Cut out all of the old texture environment code and rewrote it from
scratch. There were just too many cut-and-paste errors in the code, and it was too hard to follow. This fixes Mesa bugzilla #1508. #1509 is probably also fixed, but I'd like to do some more testing before I close that particular bug. Additionally, this cuts almost 4,600 lines of code from the driver.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/Makefile')
-rw-r--r--src/mesa/drivers/dri/unichrome/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/unichrome/Makefile b/src/mesa/drivers/dri/unichrome/Makefile
index 1d43e5d8b9..baf1fe47b7 100644
--- a/src/mesa/drivers/dri/unichrome/Makefile
+++ b/src/mesa/drivers/dri/unichrome/Makefile
@@ -30,6 +30,7 @@ DRIVER_SOURCES = \
via_texstate.c \
via_tris.c \
via_vb.c \
+ via_texcombine.c \
xf86drmVIA.c
C_SOURCES = \