mesa: Make handle_bind_buffer_gen() non-static
authorFredrik Höglund <fredrik@kde.org>
Fri, 1 Nov 2013 18:09:58 +0000 (19:09 +0100)
committerFredrik Höglund <fredrik@kde.org>
Thu, 7 Nov 2013 15:20:45 +0000 (16:20 +0100)
commitccb6286707faf85babb337561cf139769f1035fe
tree6e05f3869e194bc1f57f94716b5755909d0e2058
parent12cbe995edbbf2791459579918486413965d4bf0
mesa: Make handle_bind_buffer_gen() non-static

...and rename it to _mesa_bind_buffer_gen().

This is so the function can be called from _mesa_BindVertexBuffer().

This patch also adds a caller parameter so we can report the right
entry point in error messages.

Based on a patch by Eric Anholt.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/bufferobj.c
src/mesa/main/bufferobj.h