gallium/util: add LATC support
authorMarek Olšák <maraeo@gmail.com>
Mon, 7 Mar 2011 01:21:58 +0000 (02:21 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 8 Mar 2011 22:52:37 +0000 (23:52 +0100)
commit23f92c20d721aa373d91a949586fd93a92d9f275
treeb9b362dd13ad463e87a7e8e2af0457550105dd7e
parent69f16accd0aa3b8d414092a5e52ccc99649da01a
gallium/util: add LATC support

Again, a lot of code is shared with RGTC.

The layout is UTIL_FORMAT_LAYOUT_RGTC, because LATC is just swizzled RGTC.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/util/u_format.csv
src/gallium/auxiliary/util/u_format_latc.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_format_latc.h [new file with mode: 0644]
src/gallium/auxiliary/util/u_format_rgtc.c
src/gallium/auxiliary/util/u_format_rgtc.h
src/gallium/auxiliary/util/u_format_table.py
src/gallium/include/pipe/p_format.h