History log of /external/deqp/framework/common/tcuCompressedTexture.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99a291878d319e67e68a4738782003c17be7a054 22-Jan-2016 Pyry Haulos <phaulos@google.com> Remove invalid check from tcu::CompressedTexture

No real 3D ASTC block formats are supported, but sliced 3D textures work
as expected.
/external/deqp/framework/common/tcuCompressedTexture.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/tcuCompressedTexture.cpp
005c13cbf468f16afead2ec784ce2c68eca99f97 13-Jun-2015 Mika Isojärvi <misojarvi@google.com> Fix uninitialized values in astc decompression

Change-Id: I2553d5108828c435271d5d2629bb60d0fee1663f
/external/deqp/framework/common/tcuCompressedTexture.cpp
8a9067322d4c5131405e6706faa7422ee4454149 22-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix regression in compressed texture decoding.

Bug: 21396289
Change-Id: I015967c3ef8e3c9093aec5dd8ebfa5debcd5fe94
/external/deqp/framework/common/tcuCompressedTexture.cpp
09307280328f7fe333960a53cddf8c2962af5536 20-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix -Wconversion warnings in framework/common.

Bug: 21161908
Change-Id: I62a1a2223f3441e88f8a737855aa5075a3c5a3f1
/external/deqp/framework/common/tcuCompressedTexture.cpp
6c307165131fb7249bb044fc79ff0c2747263b3d 02-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Support not tightly packed pixel buffer accesses in tcuTextureUtil.

- Fix assumptions that pixel size == pixel stride.
- Remove copyRawPixels. It was only useful for format reinterpreting
data copies but there was not code using it for that.

Change-Id: I2743c5f197d7cf2bc4ef76e3ebe8b9dd6577c28e
/external/deqp/framework/common/tcuCompressedTexture.cpp
e2bf5f5b2620951f377bb2a4c1358e358c8f3a07 02-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Avoid UB in getBits if numBits were 32.

Change-Id: I27659231c90c8240d0072a7bfa6df5248823e8fa
/external/deqp/framework/common/tcuCompressedTexture.cpp
5f78b1323b6ef28d8b9cdce6fefcbbb61a0477a9 03-Feb-2015 Pyry Haulos <phaulos@google.com> Fix couple of trivial warnings reported by MSVC

Change-Id: I971ead9d6280aa16b7dc4c8970c7ba48e3d1ba30
/external/deqp/framework/common/tcuCompressedTexture.cpp
becd5d53015521acf7536ba754de326d8b1da2f3 04-Nov-2014 Mika Isojärvi <misojarvi@google.com> Add support for compressed 3D/2D array textures.

Add support for 3D and 2D array textures to tcu::CompressedTexture.
Also cleaned up the tcuCompressedTexture.hpp/.cpp.

Change-Id: I407e04f72d4dbc4e705d26600fbf03607a6c4ea2
/external/deqp/framework/common/tcuCompressedTexture.cpp
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/framework/common/tcuCompressedTexture.cpp