Re: [Mesa-dev] [PATCH v3 07/13] intel/blorp: Add suport for fast clear address.

2018-02-26 Thread Jason Ekstrand
On Wed, Feb 21, 2018 at 1:45 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 > --- >

Re: [Mesa-dev] [PATCH v3 07/13] intel/blorp: Add suport for fast clear address.

2018-02-26 Thread Jordan Justen
On 2018-02-21 13:45:16, 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 > --- > src/intel/blorp/blorp_genX_exec.h | 12 +--- > 1

[Mesa-dev] [PATCH v3 07/13] intel/blorp: Add suport for fast clear address.

2018-02-21 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