diff options
author | Ilia Mirkin <[email protected]> | 2014-11-28 17:16:24 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-11-29 12:15:43 -0500 |
commit | 3338bfcf498aa93a256aaadaee25951d4864f78f (patch) | |
tree | 806e7a3c7b4fa71895b79947c0662aecb6ef3c03 /src/gallium/drivers/freedreno/a3xx/fd3_emit.h | |
parent | 3de9fa8ff47bd6b186f9d57511cb9fe08618f62f (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.h | 2 |
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" |