Re: [Mesa-dev] [PATCH 1/3] isl: Return surface creation success from aux helpers

2017-02-21 Thread Chad Versace
On Mon 20 Feb 2017, Jason Ekstrand wrote: > The isl_surf_init call that each of these helpers make can, in theory, > fail. We should propagate that up to the caller rather than just > silently ignoring it. > > Reviewed-by: Topi Pohjolainen > --- >

[Mesa-dev] [PATCH 1/3] isl: Return surface creation success from aux helpers

2017-02-20 Thread Jason Ekstrand
The isl_surf_init call that each of these helpers make can, in theory, fail. We should propagate that up to the caller rather than just silently ignoring it. Reviewed-by: Topi Pohjolainen --- src/intel/isl/isl.c | 72