History log of /external/deqp/framework/common/tcuAstcUtil.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9a626f2c8cf33897ed371ef321669efc574de142 04-Aug-2016 Pyry Haulos <phaulos@google.com> Disallow decoding ASTC sRGB formats in HDR mode

sRGB is not supported in HDR mode
/external/deqp/framework/common/tcuAstcUtil.cpp
59afcbc7dc4baa51fbd5b4c6dfda576d8c590cad 04-Aug-2016 Pyry Haulos <phaulos@google.com> Fix out-of-bounds memory accesses in ASTC decoder

interpolateWeights() was accessing weights outside weight grid bounds.
This resulted in valgrind errors even though values did not contribute
to result colors due to having zero-valued weights.
/external/deqp/framework/common/tcuAstcUtil.cpp
efb83e1354edd463650ad0404b18e9a7efc307e4 20-Jan-2016 Pyry Haulos <phaulos@google.com> Move ASTC utilities to tcuAstcUtil.hpp/cpp (tcu::astc)

* Move decompression code from tcuCompressedTexture.cpp

* Move ASTC data gen utilities from es3fASTCDecompressionCases.cpp

* Add a few new utilities for generating random blocks and verifying
validity of ASTC blocks

* Add basic internal tests for ASTC utilities

Change-Id: I2cf0393eaa026543af03b8d77670b64b048d0311
/external/deqp/framework/common/tcuAstcUtil.cpp