summaryrefslogtreecommitdiff
path: root/assembler/brw_structs.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-08-22 11:54:19 -0700
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:20 +0000
commit6c98c8d578ab5feb65a9f6827a7e1bad11468575 (patch)
treea49707d31d95ef2e5d2d804fc8f9c9417acf2141 /assembler/brw_structs.h
parent22a1063cc014437bee07bdaff2c38c2e843d12d2 (diff)
Get the wm program to parse.
Diffstat (limited to 'assembler/brw_structs.h')
-rw-r--r--assembler/brw_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/assembler/brw_structs.h b/assembler/brw_structs.h
index b9e3059a..a5acbe3d 100644
--- a/assembler/brw_structs.h
+++ b/assembler/brw_structs.h
@@ -1053,7 +1053,7 @@ struct brw_instruction
GLuint predicate_control:4;
GLuint predicate_inverse:1;
GLuint execution_size:3;
- GLuint destreg__conditonalmod:4; /* destreg - send, conditionalmod - others */
+ GLuint destreg__conditionalmod:4; /* destreg - send, conditionalmod - others */
GLuint pad0:2;
GLuint debug_control:1;
GLuint saturate:1;