Re: [Mesa-dev] [PATCH 2/8] intel/isl: Add support to emit clear value address.

2018-01-09 Thread Nanley Chery
On Mon, Jan 08, 2018 at 04:00:37PM -0800, Jason Ekstrand wrote: > On Mon, Jan 8, 2018 at 2:29 PM, Nanley Chery wrote: > > > On Fri, Dec 15, 2017 at 02:53:29PM -0800, Rafael Antognolli wrote: > > > gen10 can emit the clear color by setting it on a buffer somewhere, and > > > then adding only the a

Re: [Mesa-dev] [PATCH 2/8] intel/isl: Add support to emit clear value address.

2018-01-08 Thread Jason Ekstrand
On Mon, Jan 8, 2018 at 2:29 PM, Nanley Chery wrote: > On Fri, Dec 15, 2017 at 02:53:29PM -0800, Rafael Antognolli wrote: > > gen10 can emit the clear color by setting it on a buffer somewhere, and > > then adding only the address to the surface state. > > > > This commit add support for that on i

Re: [Mesa-dev] [PATCH 2/8] intel/isl: Add support to emit clear value address.

2018-01-08 Thread Nanley Chery
On Fri, Dec 15, 2017 at 02:53:29PM -0800, Rafael Antognolli wrote: > gen10 can emit the clear color by setting it on a buffer somewhere, and > then adding only the address to the surface state. > > This commit add support for that on isl_surf_fill_state, and if that is > requested, skip setting th

[Mesa-dev] [PATCH 2/8] intel/isl: Add support to emit clear value address.

2017-12-15 Thread Rafael Antognolli
gen10 can emit the clear color by setting it on a buffer somewhere, and then adding only the address to the surface state. This commit add support for that on isl_surf_fill_state, and if that is requested, skip setting the clear value itself. Signed-off-by: Rafael Antognolli --- src/intel/isl/i