Mesa (master): i965: Fix typo in Gen6 "DWord Scattered Write" message define.

Kenneth Graunke kwg at kemper.freedesktop.org
Fri May 13 07:39:19 UTC 2011


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Fri May 13 08:20:01 2011 -0700

i965: Fix typo in Gen6 "DWord Scattered Write" message define.

It's DWORD, not DWORLD.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/brw_defines.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
index effcb6c..56321f8 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -760,7 +760,7 @@
 #define GEN6_DATAPORT_WRITE_MESSAGE_OWORD_BLOCK_WRITE               8
 #define GEN6_DATAPORT_WRITE_MESSAGE_OWORD_DUAL_BLOCK_WRITE          9
 #define GEN6_DATAPORT_WRITE_MESSAGE_MEDIA_BLOCK_WRITE               10
-#define GEN6_DATAPORT_WRITE_MESSAGE_DWORLD_SCATTERED_WRITE          11
+#define GEN6_DATAPORT_WRITE_MESSAGE_DWORD_SCATTERED_WRITE           11
 #define GEN6_DATAPORT_WRITE_MESSAGE_RENDER_TARGET_WRITE             12
 #define GEN6_DATAPORT_WRITE_MESSAGE_STREAMED_VB_WRITE               13
 #define GEN6_DATAPORT_WRITE_MESSAGE_RENDER_TARGET_UNORM_WRITE       14




More information about the mesa-commit mailing list