On Wed 15 Mar 2017, Jason Ekstrand wrote:
> They should probably assert that isl_surf_init succeeds instead.
Good point. I'll fix that.
>
> On Mon, Mar 13, 2017 at 3:28 PM, Chad Versace
> wrote:
>
> > All callers of isl_surf_init() that set 'min_row_pitch' wanted to
> > request an *exact* row
They should probably assert that isl_surf_init succeeds instead.
On Mon, Mar 13, 2017 at 3:28 PM, Chad Versace
wrote:
> All callers of isl_surf_init() that set 'min_row_pitch' wanted to
> request an *exact* row pitch, as evidenced by nearby asserts, but isl
> lacked API for doing so. Now that is
All callers of isl_surf_init() that set 'min_row_pitch' wanted to
request an *exact* row pitch, as evidenced by nearby asserts, but isl
lacked API for doing so. Now that isl has an API for that, update the
code to use it.
Reviewed-by: Nanley Chery
Reviewed-by: Anuj Phogat
---
src/intel/blorp/bl