summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2010-01-31 17:43:54 +0100
committerFrancisco Jerez <currojerez@riseup.net>2010-01-31 17:46:36 +0100
commit8b5c67145a9c29cd4c82f411f15e57723d76d0c0 (patch)
tree349888c572c1d285814f2d780e33884e0011b14b
parent2630a1553d560ce2c7391bc103d4a543f7d3d0da (diff)
nv10/exa: Fix build after the last nouveau_class.h changes.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
-rw-r--r--src/nv10_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv10_exa.c b/src/nv10_exa.c
index adf276a..48c4175 100644
--- a/src/nv10_exa.c
+++ b/src/nv10_exa.c
@@ -864,7 +864,7 @@ NVAccelInitNV10TCL(ScrnInfoPtr pScrn)
OUT_RING (chan, 0);
BEGIN_RING(chan, celsius, NV10TCL_LIGHT_MODEL, 1);
OUT_RING (chan, 0);
- BEGIN_RING(chan, celsius, NV10TCL_COLOR_CONTROL, 1);
+ BEGIN_RING(chan, celsius, NV10TCL_SEPARATE_SPECULAR_ENABLE, 1);
OUT_RING (chan, 0);
BEGIN_RING(chan, celsius, NV10TCL_ENABLED_LIGHTS, 1);
OUT_RING (chan, 0);