Revision 12e9f2d6c981497eb86a6e81263a91eb1ddfbcb7 authored by Eric Anholt on 04 November 2016, 01:53:10 UTC, committed by popcornmix on 08 January 2017, 11:42:05 UTC
The validation for it ends up being quite simple, but I hadn't got
around to it before merging the driver.  For backwards compatibility,
we also need to add a flag so that the userspace GL driver can easily
tell if the kernel will allow ETC1 textures (on an old kernel, it will
continue to convert to RGBA8)

Signed-off-by: Eric Anholt <eric@anholt.net>
(cherry picked from commit 7154d76fedf549607afbc0d13db9aaf02da5cebf)
1 parent 9a96575
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top