On Fri, Apr 14, 2017 at 5:12 PM, Ilia Mirkin <[email protected]> wrote: > On Fri, Apr 14, 2017 at 11:06 AM, Marek Olšák <[email protected]> wrote: >> diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h >> index d62ab4e..79f7538 100644 >> --- a/src/mesa/vbo/vbo.h >> +++ b/src/mesa/vbo/vbo.h > > Should also be possible to remove vbo_sizeof_ib_type from here right?
vbo_sizeof_ib_type is used to get index_size at the beginning of indexed draw calls. However, it's not used in other places anymore. Marek _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
