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 <[email protected]>
> 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 isl has an API for that, update the
> > code to use it.
> >
> > Reviewed-by: Nanley Chery <[email protected]>
> > Reviewed-by: Anuj Phogat <[email protected]>
> > ---
> >  src/intel/blorp/blorp_blit.c | 3 +--
> >  src/intel/vulkan/anv_blorp.c | 3 +--
> >  src/intel/vulkan/anv_image.c | 2 +-
> >  3 files changed, 3 insertions(+), 5 deletions(-)
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to