DescriptionUse std::map to find correct index range
Instead of iterating through every range to find the one we're looking for, instead put them all in a map and find them with that. This helps performance with index buffers that contain a bunch of different ranges.
BUG=
TEST=
Committed: http://code.google.com/p/angleproject/source/detail?r=742
Patch Set 1 #
MessagesTotal messages: 2
|