Every single frame, we were calling the flush_damage handler in the renderer. For GLES2 with subimage, this wasn't too bad as we'd never call glTexSubImage2D, but without it, we'd upload the entire frame through glTexImage2D every time. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
parent
8097274ce6
commit
c31f3dd679
Loading…
Reference in new issue