suyu/src/video_core/renderer_opengl
ReinUsesLisp 6481d91e4a gl_buffer_cache: Copy to buffers created as STREAM_READ before downloading
After marking buffers as resident, Nvidia's driver seems to take a
slow path. To workaround this issue, copy to a STREAM_READ buffer and
then call GetNamedBufferSubData on it.

This is a temporary solution until we have asynchronous flushing.
2020-06-26 16:58:40 -03:00
..
2020-06-25 19:12:56 +10:00
2020-04-22 11:36:24 -04:00
2020-02-14 17:38:27 -03:00