From 5b73371e05e48d1b835579b8db81b12df203ce67 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sat, 2 Oct 2004 01:23:46 +0000 Subject: 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. --- src/mesa/drivers/dri/unichrome/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/drivers/dri/unichrome/Makefile') 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 = \ -- cgit v1.2.3