i965: Fix typo in Gen6 "DWord Scattered Write" message define.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 13 May 2011 15:20:01 +0000 (08:20 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 13 May 2011 15:35:13 +0000 (08:35 -0700)
It's DWORD, not DWORLD.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_defines.h

index effcb6c..56321f8 100644 (file)
 #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