util: move shared rgtc code to util (v2)
authorDave Airlie <airlied@redhat.com>
Tue, 16 Sep 2014 05:33:29 +0000 (15:33 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 17 Sep 2014 01:27:25 +0000 (11:27 +1000)
commitebcb2ee989b9839e52f2789a457fb806d1fad1e7
tree83055feaa7244c725cc4a829074599a2124e1bde
parent2b6711cc5fbb06620f46d3a42823bf03b58e9e34
util: move shared rgtc code to util (v2)

This was being shared using a ../../ get out of gallium into
mesa, and I swore when I did it I'd fix things when we got a util
dir, we did, so I have.

v2: move RGTC_DEBUG define

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/util/u_format_latc.c
src/gallium/auxiliary/util/u_format_rgtc.c
src/mesa/main/texcompress_rgtc.c
src/mesa/main/texcompress_rgtc_tmp.h [deleted file]
src/util/Makefile.sources
src/util/rgtc.c [new file with mode: 0644]
src/util/rgtc.h [new file with mode: 0644]
src/util/texcompress_rgtc_tmp.h [new file with mode: 0644]