summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2013-05-26 20:36:35 -0400
committerRob Clark <[email protected]>2013-06-08 13:15:51 -0400
commit4af1dcbb7d5431ae75cc39568c99d7a20231f081 (patch)
treeefaabfa4fd8b137483b2386a1b3fcc91f9fcd9a9 /src/gallium/drivers/trace
parent2855f3f7bcd9b36a275e942c9c7d0eb8e485c16f (diff)
freedreno: gmem bypass
The GPU (at least a3xx, but I think also a2xx) can render directly to memory, bypassing tiling. Although it can't do this if blend, depth, and a few other features of the pipeline are enabled. This direct memory mode can be faster for some sorts of operations, such as simple blits. In particular, this significantly speeds up XA by avoiding to pull the entire dest pixmap into GMEM, render tiles, and write it all back out again. This should also speed up resource copy-region and blit. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/trace')
0 files changed, 0 insertions, 0 deletions