aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/Android.common.mk
diff options
context:
space:
mode:
authorBruce Cherniak <[email protected]>2017-07-12 15:04:47 -0500
committerTim Rowley <[email protected]>2017-07-12 16:56:40 -0500
commit02735e6cf8821f83e04fb78cd24960a4903ce118 (patch)
tree0407f33c257975811333cb82e9de6627748efff9 /src/gallium/Android.common.mk
parent1520a06607b58cdcadcf888594b0c2f269ba68b2 (diff)
swr: Add path to draw directly from client memory without copy.
If size of client memory copy is too large, don't copy. The draw will access user-buffer directly and then block. This is faster and more efficient than queuing many large client draws. Applications that still use large client arrays benefit from this. VMD is an example. The threshold for this path defaults to 32KB. This value can be overridden by setting environment variable SWR_CLIENT_COPY_LIMIT. v2: Use #define for default value, rather than hard-coded constant. Reviewed-by: Tim Rowley <[email protected]>
Diffstat (limited to 'src/gallium/Android.common.mk')
0 files changed, 0 insertions, 0 deletions