Mesa (master): i965: Fix PIPE_CONTOL typo.

Kenneth Graunke kwg at kemper.freedesktop.org
Wed Nov 18 00:34:55 UTC 2015


Module: Mesa
Branch: master
Commit: 27b1d344384ef89faf6d321bf4625d08ba6ff3bf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27b1d344384ef89faf6d321bf4625d08ba6ff3bf

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Tue Nov 17 16:31:14 2015 -0800

i965: Fix PIPE_CONTOL typo.

PIPE_CONTOL!!!

---

 src/mesa/drivers/dri/i965/gen7_urb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/gen7_urb.c b/src/mesa/drivers/dri/i965/gen7_urb.c
index 6916217..161de77 100644
--- 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_CONTROL command with the CS Stall bit set must be programmed
     *     in the ring after this instruction.
     *
     * No such restriction exists for Haswell or Baytrail.




More information about the mesa-commit mailing list