summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-08-03 09:16:12 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-08-05 09:06:31 -0700
commit6c665cdfc5d9eca2136f87e10eb80a6c59d5156f (patch)
treec1c1256de89f2785008258f74ab206c6a21d2865 /src/util/Makefile.sources
parent591869e92100fdc8663e869c7bcda338875d4265 (diff)
downloadexternal_mesa3d-6c665cdfc5d9eca2136f87e10eb80a6c59d5156f.zip
external_mesa3d-6c665cdfc5d9eca2136f87e10eb80a6c59d5156f.tar.gz
external_mesa3d-6c665cdfc5d9eca2136f87e10eb80a6c59d5156f.tar.bz2
util: Move format_rgb9e5.h to src/util
It's used from both mesa main and gallium. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index aec41c3..6bf0143 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -4,6 +4,7 @@ MESA_UTIL_FILES := \
bitset.h \
debug.c \
debug.h \
+ format_rgb9e5.h \
format_srgb.h \
half_float.c \
half_float.h \