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_texture.c | |
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_texture.c')
-rw-r--r-- | src/gallium/drivers/freedreno/a3xx/fd3_texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_texture.c b/src/gallium/drivers/freedreno/a3xx/fd3_texture.c index 39befef7672..5dda82de148 100644 --- a/src/gallium/drivers/freedreno/a3xx/fd3_texture.c +++ b/src/gallium/drivers/freedreno/a3xx/fd3_texture.c @@ -33,7 +33,7 @@ #include "util/u_format.h" #include "fd3_texture.h" -#include "fd3_util.h" +#include "fd3_format.h" static enum a3xx_tex_clamp tex_clamp(unsigned wrap, bool clamp_to_edge) |