commit | 9f219c7047b51561f6f69274d445e6a6ec41c5f8 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Mon Jun 27 09:44:15 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Jul 30 09:23:42 2016 -0400 |
tree | 9222818fd1f2d961640e0ae1752659ee58926268 | |
parent | f02a64dbdd2ec147167ad60357bd46d8d964290a [diff] |
freedreno: add batch-cache and batch reordering Note that I originally also had a entry-point that would construct a key and do lookup from a pipe_surface. I ended up not needing that (yet?) but it is easy-enough to re-introduce later if we need it for the blit path. For now, not enabled by default, but can be enabled (on a3xx/a4xx) with FD_MESA_DEBUG=reorder. Signed-off-by: Rob Clark <robdclark@gmail.com>