mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 04:28:17 +02:00
jay: fix FS reading too many sysvals
caught in dEQP-GLES31.functional.texture.texture_buffer.modify.bufferdata.offset_1_alignments simd32 Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41808>
This commit is contained in:
parent
64acab1d69
commit
de5aedfad9
1 changed files with 6 additions and 0 deletions
|
|
@ -350,6 +350,12 @@ jay_process_nir(const struct intel_device_info *devinfo,
|
|||
NIR_PASS(_, nir, brw_nir_lower_alpha_to_coverage);
|
||||
}
|
||||
|
||||
/* We want to run the standard opt loop after lowering but before
|
||||
* gathering prog data, so we have accurate information about which system
|
||||
* values are actually used (vs DCE'd away).
|
||||
*/
|
||||
brw_nir_optimize(pt);
|
||||
|
||||
// TODO
|
||||
// NIR_PASS(_, nir, brw_nir_move_interpolation_to_top);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue