Re: [Mesa-dev] [PATCH 4/8] intel/blorp: Add suport for fast clear address.

2018-01-08 Thread Rafael Antognolli
On Mon, Jan 08, 2018 at 04:06:53PM -0800, Jason Ekstrand wrote: > On Fri, Dec 15, 2017 at 2:53 PM, Rafael Antognolli > > wrote: > > On gen10+, if surface->clear_color_addr is present, use it directly > intead of copying it to the surface state. > > Signed-off-by: Rafael Antognolli

Re: [Mesa-dev] [PATCH 4/8] intel/blorp: Add suport for fast clear address.

2018-01-08 Thread Jason Ekstrand
On Fri, Dec 15, 2017 at 2:53 PM, Rafael Antognolli < rafael.antogno...@intel.com> wrote: > On gen10+, if surface->clear_color_addr is present, use it directly > intead of copying it to the surface state. > > Signed-off-by: Rafael Antognolli > --- > src/intel/blorp/blorp_genX_exec.h | 12

[Mesa-dev] [PATCH 4/8] intel/blorp: Add suport for fast clear address.

2017-12-15 Thread Rafael Antognolli
On gen10+, if surface->clear_color_addr is present, use it directly intead of copying it to the surface state. Signed-off-by: Rafael Antognolli --- src/intel/blorp/blorp_genX_exec.h | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/intel/blorp/blorp_genX_exec.h