[Mesa-dev] [PATCH] intel/nir: Lowering image loads and stores trashes all metadata

Caio Marcelo de Oliveira Filho caio.oliveira at intel.com
Thu Aug 30 18:41:15 UTC 2018


Jason Ekstrand <jason at jlekstrand.net> writes:

> This fixes the GL_ARB_fragment_shader_interlock piglit test on gen8
> platforms where the lack of metadata dirtying was causing another pass
> to accidentally delete a much needed loop.
>
> Cc: Kenneth Graunke <kenneth at whitecape.org>
> https://bugs.freedesktop.org/show_bug.cgi?id=107745
> Fixes: 37f7983bcca1 "intel/compiler: Do image load/store lowering..."
> ---
>  src/intel/compiler/brw_nir_lower_image_load_store.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira at intel.com>


More information about the mesa-dev mailing list