Re: [Mesa-dev] [PATCH v2] anv/blorp: Do more flushing around HiZ clears

2018-08-31 Thread Jason Ekstrand
On Fri, Aug 31, 2018 at 5:38 PM Nanley Chery wrote: > On Fri, Aug 31, 2018 at 05:15:53PM -0500, Jason Ekstrand wrote: > > We make the flush after a HiZ clear unconditional and add a flush/stall > > before the clear as well. > > > > Cc: mesa-sta...@lists.freedesktop.org > > Bugzilla:

Re: [Mesa-dev] [PATCH v2] anv/blorp: Do more flushing around HiZ clears

2018-08-31 Thread Nanley Chery
On Fri, Aug 31, 2018 at 05:15:53PM -0500, Jason Ekstrand wrote: > We make the flush after a HiZ clear unconditional and add a flush/stall > before the clear as well. > > Cc: mesa-sta...@lists.freedesktop.org > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107760 > --- >

[Mesa-dev] [PATCH v2] anv/blorp: Do more flushing around HiZ clears

2018-08-31 Thread Jason Ekstrand
We make the flush after a HiZ clear unconditional and add a flush/stall before the clear as well. Cc: mesa-sta...@lists.freedesktop.org Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107760 --- src/intel/vulkan/anv_blorp.c | 44 +++- 1 file changed, 33