asahi: lower texture instructions with epilogs
for eMRT Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29179>
This commit is contained in:
committed by
Marge Bot
parent
f4991baa89
commit
e04779ad4b
@@ -400,6 +400,7 @@ agx_nir_fs_epilog(nir_builder *b, const void *key_)
|
||||
unsigned rt_spill = key->link.rt_spill_base;
|
||||
NIR_PASS(_, b->shader, agx_nir_lower_tilebuffer, &tib, colormasks, &rt_spill,
|
||||
&force_translucent);
|
||||
NIR_PASS(_, b->shader, agx_nir_lower_texture);
|
||||
NIR_PASS(_, b->shader, agx_nir_lower_multisampled_image_store);
|
||||
|
||||
/* If the API shader runs once per sample, then the epilog runs once per
|
||||
|
||||
Reference in New Issue
Block a user