i965: Enable normal clipping on SNB.
authorEric Anholt <eric@anholt.net>
Mon, 22 Mar 2010 16:04:25 +0000 (09:04 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 22 Mar 2010 22:04:47 +0000 (15:04 -0700)
Rejecting all doesn't seem to be helping get the pipeline lit up.

src/mesa/drivers/dri/i965/gen6_clip_state.c

index 06f8145e32dae20b4e8bb7bdc96e1af5dbedefdb..acc4b7f1019130814826b166c3ee5ac50d15822b 100644 (file)
@@ -55,7 +55,7 @@ upload_clip_state(struct brw_context *brw)
    OUT_BATCH(GEN6_CLIP_STATISTICS_ENABLE);
    OUT_BATCH(GEN6_CLIP_ENABLE |
             GEN6_CLIP_API_OGL |
-            GEN6_CLIP_MODE_REJECT_ALL | /* XXX: debug: get VS working */
+            GEN6_CLIP_MODE_NORMAL |
             GEN6_CLIP_XY_TEST |
             depth_clamp |
             provoking);