Version
4.0-693
Branch
StreamBuffers
Date
9 years, 2 months ago
Windows x64 Windows x86 Mac OS X
Commit
be1fee6d7476459a4c1fa09e1cb5b42dc005da54
Change author
degasus
Change description
OpenGL: change StreamBuffer in a streaming way

This is a bit slower on map_and_* because of flushing and _very_ much slower on buffer(sub)?data because of a new memcpy.
But this design allow us to decode directly into a gpu buffer, eg vertexloader will profit :)