mesa: add GL_AMD_compressed_ATC_texture support
authorJonathan Marek <jonathan@marek.ca>
Tue, 5 Feb 2019 16:36:59 +0000 (11:36 -0500)
committerRob Clark <robdclark@gmail.com>
Tue, 23 Apr 2019 17:11:56 +0000 (17:11 +0000)
commit73c1d7e8c9cda09165546d836048e4a2cef89e0d
tree13b380103c6ed583018c346521545bff5f3674f8
parent951d60f8cdc886adff09201ff65002e3ee1a4c61
mesa: add GL_AMD_compressed_ATC_texture support

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
12 files changed:
src/mapi/glapi/gen/es_EXT.xml
src/mesa/main/extensions_table.h
src/mesa/main/format_info.py
src/mesa/main/formats.c
src/mesa/main/formats.csv
src/mesa/main/formats.h
src/mesa/main/glformats.c
src/mesa/main/glheader.h
src/mesa/main/mtypes.h
src/mesa/main/texcompress.c
src/mesa/main/teximage.c
src/mesa/swrast/s_texfetch.c