From 9f219c7047b51561f6f69274d445e6a6ec41c5f8 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Mon, 27 Jun 2016 09:44:15 -0400 Subject: 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 --- src/gallium/drivers/freedreno/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/freedreno/Makefile.sources') diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources index 4ba8c9dd19a..92d9186597c 100644 --- a/src/gallium/drivers/freedreno/Makefile.sources +++ b/src/gallium/drivers/freedreno/Makefile.sources @@ -4,6 +4,8 @@ C_SOURCES := \ disasm.h \ freedreno_batch.c \ freedreno_batch.h \ + freedreno_batch_cache.c \ + freedreno_batch_cache.h \ freedreno_context.c \ freedreno_context.h \ freedreno_draw.c \ -- cgit v1.2.3