commit | ccb6286707faf85babb337561cf139769f1035fe | [log] [tgz] |
---|---|---|
author | Fredrik Höglund <fredrik@kde.org> | Fri Nov 01 19:09:58 2013 +0100 |
committer | Fredrik Höglund <fredrik@kde.org> | Thu Nov 07 16:20:45 2013 +0100 |
tree | 6e05f3869e194bc1f57f94716b5755909d0e2058 | |
parent | 12cbe995edbbf2791459579918486413965d4bf0 [diff] |
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>