summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2014-11-28 17:16:24 -0500
committerIlia Mirkin <imirkin@alum.mit.edu>2014-11-29 12:15:43 -0500
commit3338bfcf498aa93a256aaadaee25951d4864f78f (patch)
tree806e7a3c7b4fa71895b79947c0662aecb6ef3c03 /src/gallium/drivers/freedreno/Makefile.sources
parent3de9fa8ff47bd6b186f9d57511cb9fe08618f62f (diff)
freedreno/a3xx: fd3_util -> fd3_format
All the "util" helpers are actually format-related Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r--src/gallium/drivers/freedreno/Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources
index 19bb8f9cd24..81019dbfbfa 100644
--- a/src/gallium/drivers/freedreno/Makefile.sources
+++ b/src/gallium/drivers/freedreno/Makefile.sources
@@ -72,6 +72,8 @@ a3xx_SOURCES := \
a3xx/fd3_draw.h \
a3xx/fd3_emit.c \
a3xx/fd3_emit.h \
+ a3xx/fd3_format.c \
+ a3xx/fd3_format.h \
a3xx/fd3_gmem.c \
a3xx/fd3_gmem.h \
a3xx/fd3_program.c \
@@ -84,8 +86,6 @@ a3xx_SOURCES := \
a3xx/fd3_screen.h \
a3xx/fd3_texture.c \
a3xx/fd3_texture.h \
- a3xx/fd3_util.c \
- a3xx/fd3_util.h \
a3xx/fd3_zsa.c \
a3xx/fd3_zsa.h