Re: [Mesa-dev] [PATCH 2/3] radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)

2019-04-25 Thread Dylan Baker
Awesome, thanks. Quoting Marek Olšák (2019-04-25 14:50:52) > Thanks. It looks good. > > Marek > > On Thu, Apr 25, 2019, 5:17 PM Dylan Baker wrote: > > Hi Marek, > > I've tried to apply this to 19.0, I had to pull "radeonsi: add > si_debug_options > for convenient

Re: [Mesa-dev] [PATCH 2/3] radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)

2019-04-25 Thread Marek Olšák
Thanks. It looks good. Marek On Thu, Apr 25, 2019, 5:17 PM Dylan Baker wrote: > Hi Marek, > > I've tried to apply this to 19.0, I had to pull "radeonsi: add > si_debug_options > for convenient adding/removing of options", which is fine, but this patch > also > assumes your si compute-queue

Re: [Mesa-dev] [PATCH 2/3] radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)

2019-04-25 Thread Dylan Baker
Hi Marek, I've tried to apply this to 19.0, I had to pull "radeonsi: add si_debug_options for convenient adding/removing of options", which is fine, but this patch also assumes your si compute-queue only patches, which aren't present in 19.0. I've made a small change to get it compiling, but I'm

[Mesa-dev] [PATCH 2/3] radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)

2019-04-18 Thread Marek Olšák
From: Marek Olšák Needed to track context rolls caused by streamout and ACQUIRE_MEM. ACQUIRE_MEM can occur outside of draw calls. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110355 v2: squashed patches and done more rework Cc: 19.0 --- src/gallium/drivers/radeonsi/si_pipe.c