Re: [Mesa-dev] [PATCH 03/32] i965/blorp: Do flushes around depth resolves

2017-07-20 Thread Jason Ekstrand
On Thu, Jul 20, 2017 at 2:38 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Wed, Jul 19, 2017 at 02:01:29PM -0700, Jason Ekstrand wrote: > > It turns out that if you have rendering in-flight with CCS_E enabled and > > you go to do a depth resolve without flushing, the CCS data may

Re: [Mesa-dev] [PATCH 03/32] i965/blorp: Do flushes around depth resolves

2017-07-20 Thread Pohjolainen, Topi
On Wed, Jul 19, 2017 at 02:01:29PM -0700, Jason Ekstrand wrote: > It turns out that if you have rendering in-flight with CCS_E enabled and > you go to do a depth resolve without flushing, the CCS data may never > hit the memory. > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 150 > ++

[Mesa-dev] [PATCH 03/32] i965/blorp: Do flushes around depth resolves

2017-07-19 Thread Jason Ekstrand
It turns out that if you have rendering in-flight with CCS_E enabled and you go to do a depth resolve without flushing, the CCS data may never hit the memory. --- src/mesa/drivers/dri/i965/brw_blorp.c | 150 -- 1 file changed, 72 insertions(+), 78 deletions(-) diff