i965: Add a brw_wm_prog_data::has_render_target_reads field.

State upload code should use prog_data rather than poking at shader_info
directly.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
Kenneth Graunke
2017-08-16 16:47:07 -07:00
parent 00b7d04181
commit 274afad4cd
3 changed files with 5 additions and 4 deletions

View File

@@ -614,6 +614,7 @@ struct brw_wm_prog_data {
bool uses_src_depth;
bool uses_src_w;
bool uses_sample_mask;
bool has_render_target_reads;
bool has_side_effects;
bool pulls_bary;