util: Move format_r11g11b10f.h to src/util
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 3 Aug 2016 16:22:13 +0000 (09:22 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 5 Aug 2016 16:06:57 +0000 (09:06 -0700)
commitf29fd7897adc920ef816840a3f4fc25dcd65228b
treeb2f289d2e39034200875b1cf12fad05f0b80fd17
parent6c665cdfc5d9eca2136f87e10eb80a6c59d5156f
util: Move format_r11g11b10f.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/util/u_format_other.c
src/gallium/auxiliary/util/u_format_r11g11b10f.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/mesa/vbo/vbo_attrib_tmp.h
src/util/Makefile.sources
src/util/format_r11g11b10f.h [new file with mode: 0644]