diff options
author | Matt Turner <[email protected]> | 2013-09-19 19:48:22 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-10-14 11:13:09 -0700 |
commit | a5ec01fb1bd4ad5418eb16cb05e6f6929d1444e8 (patch) | |
tree | af3874c651b231db3cd01506fbc124fee9cf40d2 /src/mesa/drivers/dri/i965/brw_shader.h | |
parent | 53904c64da308bc5b5fd98c105fb86ec38cc33a3 (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.h | 1 |
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_* */ |