projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c531d40
)
i965: Fix PIPE_CONTOL typo.
author
Kenneth Graunke
<kenneth@whitecape.org>
Wed, 18 Nov 2015 00:31:14 +0000
(16:31 -0800)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Wed, 18 Nov 2015 00:33:48 +0000
(16:33 -0800)
PIPE_CONTOL!!!
src/mesa/drivers/dri/i965/gen7_urb.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/gen7_urb.c
b/src/mesa/drivers/dri/i965/gen7_urb.c
index 69162171c4ec184ad52952f8f29e98c26beab78f..161de77e1565f295cedfe564f44ea6b72f25b521 100644
(file)
--- a/
src/mesa/drivers/dri/i965/gen7_urb.c
+++ b/
src/mesa/drivers/dri/i965/gen7_urb.c
@@
-118,7
+118,7
@@
gen7_emit_push_constant_state(struct brw_context *brw, unsigned vs_size,
/* From p292 of the Ivy Bridge PRM (11.2.4 3DSTATE_PUSH_CONSTANT_ALLOC_PS):
*
- * A PIPE_CONTOL command with the CS Stall bit set must be programmed
+ * A PIPE_CONT
R
OL command with the CS Stall bit set must be programmed
* in the ring after this instruction.
*
* No such restriction exists for Haswell or Baytrail.