diff options
author | Francisco Jerez <[email protected]> | 2010-10-10 01:45:23 +0200 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2010-10-10 01:48:01 +0200 |
commit | 35a1893fd1993932a428f5f83051383d51c8135e (patch) | |
tree | c5320a03ff5221253c7de9553a999ce5b778eece /src/mesa/drivers/dri/nouveau/nv10_context.c | |
parent | 307df6a858dcab1bc10f3f52d9968acb3ea6d74f (diff) |
dri/nouveau: Minor cleanup.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv10_context.c')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nv10_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_context.c b/src/mesa/drivers/dri/nouveau/nv10_context.c index 41723ff190f..f0e27441947 100644 --- a/src/mesa/drivers/dri/nouveau/nv10_context.c +++ b/src/mesa/drivers/dri/nouveau/nv10_context.c @@ -305,7 +305,7 @@ nv10_hwctx_init(GLcontext *ctx) OUT_RING(chan, 1); BEGIN_RING(chan, celsius, NV10TCL_DEPTH_RANGE_NEAR, 2); - OUT_RING(chan, 0.0); + OUT_RINGf(chan, 0.0); OUT_RINGf(chan, 16777216.0); FIRE_RING(chan); |