Reviewed-by: Marek Olšák <[email protected]> Marek
On Mon, May 21, 2018 at 2:23 AM, Dave Airlie <[email protected]> wrote: > ping? > > On 10 May 2018 at 10:05, Dave Airlie <[email protected]> wrote: > > From: Dave Airlie <[email protected]> > > > > This fixes 4 out of 5 cases in: > > arb_framebuffer_no_attachments-atomic on cayman. > > --- > > src/gallium/auxiliary/tgsi/tgsi_scan.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.c > b/src/gallium/auxiliary/tgsi/tgsi_scan.c > > index 18488d776e9..aeccb05b56b 100644 > > --- a/src/gallium/auxiliary/tgsi/tgsi_scan.c > > +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.c > > @@ -50,7 +50,8 @@ is_memory_file(unsigned file) > > return file == TGSI_FILE_SAMPLER || > > file == TGSI_FILE_SAMPLER_VIEW || > > file == TGSI_FILE_IMAGE || > > - file == TGSI_FILE_BUFFER; > > + file == TGSI_FILE_BUFFER || > > + file == TGSI_FILE_HW_ATOMIC; > > } > > > > > > -- > > 2.14.3 > > > > _______________________________________________ > > mesa-dev mailing list > > [email protected] > > https://lists.freedesktop.org/mailman/listinfo/mesa-dev > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev >
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
