Cut out all of the old texture environment code and rewrote it from
authorIan Romanick <idr@us.ibm.com>
Sat, 2 Oct 2004 01:23:46 +0000 (01:23 +0000)
committerIan Romanick <idr@us.ibm.com>
Sat, 2 Oct 2004 01:23:46 +0000 (01:23 +0000)
commit5b73371e05e48d1b835579b8db81b12df203ce67
tree01e2afb1681134c2ca6858898fffe7764ebe0fc4
parent7ff3c9e4fc46e8fe2efc7ce2fe53255777f7b858
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
src/mesa/drivers/dri/unichrome/via_context.h
src/mesa/drivers/dri/unichrome/via_state.c
src/mesa/drivers/dri/unichrome/via_texcombine.c [new file with mode: 0644]