summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-06-27 15:05:31 -0700
committerEric Anholt <eric@anholt.net>2019-11-14 10:47:20 -0800
commit882ca6dfb0f3d17e0f8bc917307d915ab1718069 (patch)
tree652b9932fc1182d4d191d7970fcd10c3687fbd3b /src/gallium/auxiliary/Makefile.sources
parentac78ca4b39ce6e927f824b928d17f30c1d9273ce (diff)
downloadmesa-882ca6dfb0f3d17e0f8bc917307d915ab1718069.tar.gz
util: Move gallium's PIPE_FORMAT utils to /util/format/
To make PIPE_FORMATs usable from non-gallium parts of Mesa, I want to move their helpers out of gallium. Since u_format used util_copy_rect(), I moved that in there, too. I've put it in a separate directory in util/ because it's a big chunk of related code, and it's not clear to me whether we might want it as a separate library from libmesa_util at some point. Closes: #1905 Acked-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources23
1 files changed, 1 insertions, 22 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 8961ae2a1e0..2cc7e8a3fc7 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -244,26 +244,6 @@ C_SOURCES := \
util/u_dump.h \
util/u_dump_state.c \
util/u_fifo.h \
- util/u_format.c \
- util/u_format.h \
- util/u_format_bptc.c \
- util/u_format_bptc.h \
- util/u_format_etc.c \
- util/u_format_etc.h \
- util/u_format_latc.c \
- util/u_format_latc.h \
- util/u_format_other.c \
- util/u_format_other.h \
- util/u_format_rgtc.c \
- util/u_format_rgtc.h \
- util/u_format_s3tc.c \
- util/u_format_s3tc.h \
- util/u_format_tests.c \
- util/u_format_tests.h \
- util/u_format_yuv.c \
- util/u_format_yuv.h \
- util/u_format_zs.c \
- util/u_format_zs.h \
util/u_framebuffer.c \
util/u_framebuffer.h \
util/u_gen_mipmap.c \
@@ -396,8 +376,7 @@ VL_STUB_SOURCES := \
GENERATED_SOURCES := \
indices/u_indices_gen.c \
- indices/u_unfilled_gen.c \
- util/u_format_table.c
+ indices/u_unfilled_gen.c
GALLIVM_SOURCES := \
gallivm/lp_bld_arit.c \