aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_shader.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2013-09-19 19:48:22 -0700
committerMatt Turner <[email protected]>2013-10-14 11:13:09 -0700
commita5ec01fb1bd4ad5418eb16cb05e6f6929d1444e8 (patch)
treeaf3874c651b231db3cd01506fbc124fee9cf40d2 /src/mesa/drivers/dri/i965/brw_shader.h
parent53904c64da308bc5b5fd98c105fb86ec38cc33a3 (diff)
i965: Don't copy prop source mods into instructions that can't take them.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_shader.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h
index 4dbd38d4a52..21a0ad66c42 100644
--- a/src/mesa/drivers/dri/i965/brw_shader.h
+++ b/src/mesa/drivers/dri/i965/brw_shader.h
@@ -44,6 +44,7 @@ public:
bool is_tex();
bool is_math();
bool is_control_flow();
+ bool can_do_source_mods();
enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */