gallium: Move sRGB <-> RGB handling to libmesautil
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 24 Jul 2014 18:17:53 +0000 (11:17 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Aug 2014 18:07:15 +0000 (11:07 -0700)
commit992e1ea8e4290cf14d59f89415bfd13e0920aad7
tree1e3ce418960e77e5926e8e76d0f4bd9244e38caa
parentefa0aa8ffc63e8fdd23335e67ca76eb358cfd1ac
gallium: Move sRGB <-> RGB handling to libmesautil

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
22 files changed:
src/gallium/Automake.inc
src/gallium/auxiliary/Makefile.am
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/util/u_format_pack.py
src/gallium/auxiliary/util/u_format_s3tc.c
src/gallium/auxiliary/util/u_format_srgb.h [deleted file]
src/gallium/auxiliary/util/u_format_srgb.py [deleted file]
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/nouveau/Makefile.am
src/gallium/drivers/nouveau/nv50/nv50_state.c
src/gallium/targets/graw-gdi/SConscript
src/gallium/targets/graw-null/SConscript
src/gallium/targets/graw-xlib/SConscript
src/gallium/targets/pipe-loader/Makefile.am
src/gallium/tests/graw/SConscript
src/gallium/tests/unit/SConscript
src/util/Makefile.am
src/util/Makefile.sources
src/util/SConscript
src/util/format_srgb.h [new file with mode: 0644]
src/util/format_srgb.py [new file with mode: 0644]