Disable CLOD (Lod constant) state emit. The values emitted were
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 14 Apr 2005 15:53:30 +0000 (15:53 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 14 Apr 2005 15:53:30 +0000 (15:53 +0000)
commit60e2810ae45b358699e6db0ddc95e0a4c1f45338
tree8508ae4e4263c13ca855bb667d1187840e4bde13
parent99b329ca13f92bc723c3e67d35a974adac235323
Disable CLOD (Lod constant) state emit.  The values emitted were
possibly negative, hence clobbering the leading register-id byte.
Fixed the calculation of the values to prevent negative numbers being
emitted, but the code still doesn't implement texture LOD bias
correctly, so leave it disabled overall.
src/mesa/drivers/dri/unichrome/via_state.c