• Stefan Dösinger's avatar
    wined3d: Give GL_ARB_map_buffer_range another try. · 68b15bc5
    Stefan Dösinger authored
    Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that caused major
    performance problems. If the user is using an older driver we now drop the VBO instead of using
    doublebuffered loading, which means that we fall back to the current behavior(no dynamic VBO) as
    needed. Dynamic VBOs are needed on Nvidia drivers for GL_ARB_instanced_arrays.
    68b15bc5
buffer.c 48.3 KB