Re: [Mesa-dev] [PATCH v2 3/3] anv/cmd_buffer: Enable stencil-only HZ clears

2016-11-18 Thread Nanley Chery
On Thu, Nov 17, 2016 at 10:06:12PM -0800, Jason Ekstrand wrote: > On Wed, Oct 19, 2016 at 10:47 AM, Nanley Chery > wrote: > > > The HZ sequence modifies less state than the blorp path and requires > > less CPU time to generate the necessary packets. > > > > Signed-off-by: Nanley Chery > > --- >

Re: [Mesa-dev] [PATCH v2 3/3] anv/cmd_buffer: Enable stencil-only HZ clears

2016-11-17 Thread Jason Ekstrand
On Wed, Oct 19, 2016 at 10:47 AM, Nanley Chery wrote: > The HZ sequence modifies less state than the blorp path and requires > less CPU time to generate the necessary packets. > > Signed-off-by: Nanley Chery > --- > > v2: Don't combine the depth alignment if statements > > src/intel/vulkan/gen8

[Mesa-dev] [PATCH v2 3/3] anv/cmd_buffer: Enable stencil-only HZ clears

2016-10-19 Thread Nanley Chery
The HZ sequence modifies less state than the blorp path and requires less CPU time to generate the necessary packets. Signed-off-by: Nanley Chery --- v2: Don't combine the depth alignment if statements src/intel/vulkan/gen8_cmd_buffer.c | 46 +++--- 1 file chang