aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2014-11-28 17:16:24 -0500
committerIlia Mirkin <[email protected]>2014-11-29 12:15:43 -0500
commit3338bfcf498aa93a256aaadaee25951d4864f78f (patch)
tree806e7a3c7b4fa71895b79947c0662aecb6ef3c03 /src/gallium/drivers/freedreno/a3xx/fd3_emit.h
parent3de9fa8ff47bd6b186f9d57511cb9fe08618f62f (diff)
freedreno/a3xx: fd3_util -> fd3_format
All the "util" helpers are actually format-related Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a3xx/fd3_emit.h')
-rw-r--r--src/gallium/drivers/freedreno/a3xx/fd3_emit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_emit.h b/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
index a397c8705a3..c1bd61ae0a8 100644
--- a/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
+++ b/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
@@ -32,7 +32,7 @@
#include "pipe/p_context.h"
#include "freedreno_context.h"
-#include "fd3_util.h"
+#include "fd3_format.h"
#include "fd3_program.h"
#include "ir3_shader.h"