mesa: Enable EXT_compressed_ETC1_RGB8_sub_texture
authorPlamena Manolova <plamena.manolova@intel.com>
Tue, 24 Jan 2017 12:39:06 +0000 (12:39 +0000)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 2 Feb 2017 12:28:31 +0000 (12:28 +0000)
commit96123dbad9f0de74e9b08d08df9e2e75cbfcd745
treeafa028e4b83bc08bd10958e66cf123b08e4f25b9
parent6ee4665a774fa423ab53df9d59dc72227e6dec6a
mesa: Enable EXT_compressed_ETC1_RGB8_sub_texture

Since we already have the functionality in place and games
like Game of Thrones seem to depend on this extension, I
think it makes sense to enable it by making it part of
the extension string even though it's still a draft:

https://www.khronos.org/registry/gles/extensions/EXT/EXT_compressed_ETC1_RGB8_sub_texture.txt

Note: OES_compressed_ETC1_RGB8_sub_texture seems to be listed
in gl2ext.h, but there's no documentation for it in the KHR
registry

Signed-off-by: Plamena Manolova <plamena.manolova@intel.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/extensions_table.h
src/mesa/main/teximage.c