On Mon 13 Mar 2017, Jason Ekstrand wrote: > On Mon, Mar 13, 2017 at 2:32 PM, Jason Ekstrand <[email protected]> > wrote: > > > On Mon, Mar 13, 2017 at 2:23 PM, Chad Versace <[email protected]> > > wrote: > > > >> No intended change in behavior. Just a refactor. > >> --- > >> src/intel/vulkan/anv_device.c | 32 ++++++-------------------------- > >> 1 file changed, 6 insertions(+), 26 deletions(-) > >>
> >> + if (vk_outarray_is_incomple(&out)) > >> + return VK_INCOMPLETE; > >> > > > > I still think I'd prefer a vk_outarray_status() helper and this would be > > "return vk_outarray_status(&out)". But meh... Ok. I'll change that to `return vk_outarray_status(&out)`. > With or without that suggestion, > > Reviewed-by: Jason Ekstrand <[email protected]> > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
