https://bugs.freedesktop.org/show_bug.cgi?id=29652
--- Comment #2 from Jon Severinsson jon@severinsson.net 2010-08-24 03:53:05 PDT --- Created an attachment (id=38122) View: https://bugs.freedesktop.org/attachment.cgi?id=38122 Review: https://bugs.freedesktop.org/review?bug=29652&attachment=38122
r600: Partially revert e62e5b0 "r600: add support for draw_elements_base_vertex"
Looking deeper at the problem, it turned out that the problem was only the changes to the index bounds checking in r700DrawPrims. This patch reverts those changes, but leaves the rest of e62e5b0, which solves this bug, and *should* keep draw_elements_base_vertex working (though I haven't figured out how to test that).