Re: [Mesa-dev] [PATCH v4 06/18] intel/blorp: Add support for fast clear address.

2018-03-27 Thread Pohjolainen, Topi
On Thu, Mar 08, 2018 at 08:48:59AM -0800, Rafael Antognolli wrote: > On gen10+, if surface->clear_color_addr is present, use it directly > intead of copying it to the surface state. > > v4: Remove redundant #if clause for GEN <= 10 (Jason) > > Signed-off-by: Rafael Antognolli > Reviewed-by: Jaso

[Mesa-dev] [PATCH v4 06/18] intel/blorp: Add support for fast clear address.

2018-03-08 Thread Rafael Antognolli
On gen10+, if surface->clear_color_addr is present, use it directly intead of copying it to the surface state. v4: Remove redundant #if clause for GEN <= 10 (Jason) Signed-off-by: Rafael Antognolli Reviewed-by: Jason Ekstrand --- src/intel/blorp/blorp_genX_exec.h | 13 ++--- 1 file cha