projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7319b19
)
i965: Enable normal clipping on SNB.
author
Eric Anholt
<eric@anholt.net>
Mon, 22 Mar 2010 16:04:25 +0000
(09:04 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/gen6_clip_state.c
b/src/mesa/drivers/dri/i965/gen6_clip_state.c
index 06f8145e32dae20b4e8bb7bdc96e1af5dbedefdb..acc4b7f1019130814826b166c3ee5ac50d15822b 100644
(file)
--- a/
src/mesa/drivers/dri/i965/gen6_clip_state.c
+++ b/
src/mesa/drivers/dri/i965/gen6_clip_state.c
@@
-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);