util: Move format_rgb9e5.h to src/util
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 3 Aug 2016 16:16:12 +0000 (09:16 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 5 Aug 2016 16:06:31 +0000 (09:06 -0700)
commit6c665cdfc5d9eca2136f87e10eb80a6c59d5156f
treec1c1256de89f2785008258f74ab206c6a21d2865
parent591869e92100fdc8663e869c7bcda338875d4265
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>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
src/gallium/auxiliary/util/u_format_other.c
src/gallium/auxiliary/util/u_format_rgb9e5.h [deleted file]
src/mesa/main/format_pack.py
src/mesa/main/format_unpack.py
src/mesa/main/mipmap.c
src/mesa/main/texstore.c
src/mesa/swrast/s_texfetch.c
src/util/Makefile.sources
src/util/format_rgb9e5.h [new file with mode: 0644]