summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2013-11-26 20:05:49 +0100
committerdegasus <wickmarkus@web.de>2013-11-26 20:05:49 +0100
commit95aeedec19db25f7de3bd37cc7281f6f70e0ab58 (patch)
tree25b01d2211647816910ff94135a7a905ac09bac4 /Source/Core/InputCommon/ControllerInterface/Android
parentdb9c586356d402d3bf8ce70ece54526f8fcd9fc3 (diff)
OpenGL: readback efb2ram with different strides at once
This is done with a pixel buffer object. We still have to stall the GPU, but we only do it once per efb2ram call. As the cpu can't access the vram, it has to queue a memcpy for the gpu and wait for the gpu to finish this copy. We did this for every cache line which is just stupid. Now we copy the complete texture into a pbo and readback this at once. So we don't have to wait for lots of round-trip-times.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android')
0 files changed, 0 insertions, 0 deletions