diff options
author | Pekka Paalanen <[email protected]> | 2008-11-30 20:04:28 +0200 |
---|---|---|
committer | Pekka Paalanen <[email protected]> | 2008-11-30 20:04:28 +0200 |
commit | 578af7d6f61be4ef4487cdb58108dddd91444e21 (patch) | |
tree | 28965f39e6f1625230c15a709ec109e00503e967 /src/gallium/drivers/nv10 | |
parent | 988ece3b4267367d403c5e5f40fee157dfe3d6f3 (diff) |
Nouveau: update nouveau_class.h
Fresh from renouveau.
Signed-off-by: Pekka Paalanen <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nv10')
-rw-r--r-- | src/gallium/drivers/nv10/nv10_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv10/nv10_context.c b/src/gallium/drivers/nv10/nv10_context.c index e9b61daae7f..4eb4ed9185e 100644 --- a/src/gallium/drivers/nv10/nv10_context.c +++ b/src/gallium/drivers/nv10/nv10_context.c @@ -177,7 +177,7 @@ static void nv10_init_hwctx(struct nv10_context *nv10) OUT_RING (0); BEGIN_RING(celsius, NV10TCL_CULL_FACE_ENABLE, 1); OUT_RING (0); - BEGIN_RING(celsius, NV10TCL_CLIP_PLANE_ENABLE(0), 8); + BEGIN_RING(celsius, NV10TCL_TX_GEN_S(0), 8); for (i=0;i<8;i++) { OUT_RING (0); } |