summaryrefslogtreecommitdiffstats
path: root/Android.common.mk
diff options
context:
space:
mode:
authorThomas Hellstrom <[email protected]>2019-04-02 12:36:34 +0200
committerThomas Hellstrom <[email protected]>2019-05-02 09:51:00 +0200
commit978d66e4d5b8032d7bfa1a70c00f57efc2a6e443 (patch)
treefc7b3251e17f803e846046fda84773c53ca22341 /Android.common.mk
parent5961189f4e6d345651b04c547fbd1439379c6f33 (diff)
svga: Avoid bouncing buffer data in malloced buffers
Some constant- and texture upload buffer data may bounce in malloced buffers before being transferred to hardware buffers. In the case of texture upload buffers this seems to be an oversight. In the case of constant buffers, code comments indicate that we want to avoid mapping hardware buffers for reading when copying out of buffers that need modification before being passed to hardware. In this case we avoid data bouncing for upload manager buffers but make sure buffers that we read out from stay in malloced memory. Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'Android.common.mk')
0 files changed, 0 insertions, 0 deletions