vbo: do not call _mesa_max_buffer_index in debug builds
authorMarek Olšák <maraeo@gmail.com>
Thu, 4 Aug 2011 05:38:13 +0000 (07:38 +0200)
committerMarek Olšák <maraeo@gmail.com>
Fri, 5 Aug 2011 05:05:24 +0000 (07:05 +0200)
commitc251d83d916336f95109363e919920a024947230
tree248becdd8489d1554f46a07e5635e8a8fb9f3374
parent547212d963c70161915c46d64e8020617199fb8d
vbo: do not call _mesa_max_buffer_index in debug builds

That code drops performance in Unigine Heaven and Tropics
by a factor of 10. That's too crazy even for a debug build.

NOTE: This is a candidate for the 7.11 branch.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/vbo/vbo_exec_array.c