diff options
author | Ian Romanick <[email protected]> | 2004-10-02 01:23:46 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-10-02 01:23:46 +0000 |
commit | 5b73371e05e48d1b835579b8db81b12df203ce67 (patch) | |
tree | 01e2afb1681134c2ca6858898fffe7764ebe0fc4 /src/mesa/drivers/dri/unichrome/Makefile | |
parent | 7ff3c9e4fc46e8fe2efc7ce2fe53255777f7b858 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/unichrome/Makefile b/src/mesa/drivers/dri/unichrome/Makefile index 1d43e5d8b90..baf1fe47b7e 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 = \ |