History log of /external/deqp/framework/common/tcuTextureUtil.hpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
25977694b814e285649d6a60c148cb3b5a04ef30 14-Oct-2015 Pyry Haulos <phaulos@google.com> Add a few utils for tcu::TextureFormat

* tcu::isValid(TextureFormat) can be used to check if format is
supported by tcuTexture.

* tcu::isAccessValid() can be used to check if getPixel/setPixel access
type is supported for TextureFormat.

* Added tcu::getPixelSize() and deprecated
TextureFormat::getPixelSize().

Change-Id: Ibed3c130d238fb61bb8572678bd6c94ba9457cf9
/external/deqp/framework/common/tcuTextureUtil.hpp
a99421e9ede7fac9c1ea832038e2b6dfe4231845 01-May-2015 Mika Isojärvi <misojarvi@google.com> Optimize sRGB8 lookups by using lut.

Change-Id: I8e77ed3d6572130658b67f8b1dcccad68583d2e6
/external/deqp/framework/common/tcuTextureUtil.hpp
43b3c7468cee6a00bb75470ed5386b2c54b88874 08-Aug-2015 Mika Isojärvi <misojarvi@google.com> Add has{Depth/Stencil)Component() utilities for TextureFormat.

Change-Id: Idbe5636ee882eb4917b740d9b8ff8e2e77b8ddb9
(cherry picked from commit 0644e3c835273f5c26836ef94f6fed8811d37944)
/external/deqp/framework/common/tcuTextureUtil.hpp
4356bb5b4e9a1559ecea41265ee242d37aacaa38 18-Aug-2015 Mika Isojärvi <misojarvi@google.com> Add texture format range functions with correct types

Change-Id: I1a6891659406d5a4913de3bab6494f858cd68e19
(cherry picked from commit b0efcb495999162fadf75e9630a712ed1643a244)
/external/deqp/framework/common/tcuTextureUtil.hpp
222c1cfbf44db3a0bd251ef230e55c3602e518cc 31-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Improve texture border color handling.

- Apply border color only to active channels.
- Clamp border color to format range as specified in GL.
- Support int and uint border colors.
- Convert border color of sRGB formats to linear.
- Support border color in texture compare verifier.

Change-Id: Id191c605e61aa513a1aa65c3009dabda72c81163
/external/deqp/framework/common/tcuTextureUtil.hpp
5fbeb1a3e8159ec6c7ba74d5dcceeb3aa371f40d 25-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Merge "Move getEffectiveTextureView() to tcuTextureUtil."
09037a4653649d707449463dfe9817a78ccf7d2f 01-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Handle stencil textures as one-channel int textures.

- Make sampling from stencil texture return stencil value in R channel.
This makes stencil textures behave as in GL.
- Fix tests assuming component w is always stencil.

Change-Id: Ibc12949435330e0ac52a469b2fe8f3eab57d9e67
/external/deqp/framework/common/tcuTextureUtil.hpp
0d61ad28c122cede72a061c4b8346a176b245b69 24-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Move getEffectiveTextureView() to tcuTextureUtil.

Change-Id: Ia3a1ff2da118c99b2c83d4ccf77eb325d03a85ca
/external/deqp/framework/common/tcuTextureUtil.hpp
41920d7e0d1833907249009d156f6eb2361df97e 21-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Add utilities to split combined-depth-stencil accesses.

Change-Id: I2fed3761217fd55d0273e01a951867804a15a5b9
/external/deqp/framework/common/tcuTextureUtil.hpp
9092506a6b960a486095e44d04dda9b5bfb0a4fe 21-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Merge "Support not tightly packed pixel buffer accesses in tcuTextureUtil."
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/tcuTextureUtil.hpp
66ff4f4209ef24ee7216925c15c4acc5ced88c3e 10-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Add getTextureFormatChannelMask.

Change-Id: I282ff43e628c9400a572163baa0e90bde30d460a
/external/deqp/framework/common/tcuTextureUtil.hpp
93df37596ea66700965094b3aa2830cf4f2ca5aa 24-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Add DE_WARN_UNUSED_TYPE.

- Add DE_WARN_UNUSED_TYPE macro.
- Mark most commonly used types that have non-trivial ctor/dtor pair
but no intended side-effects with DE_WARN_UNUSED_TYPE.

Change-Id: I9af5c29fcacbec0d9bed0185b60552cb4bccf667
/external/deqp/framework/common/tcuTextureUtil.hpp
89a729134d6a1880d2b59426dfe14d615381e314 06-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Expose isSRGB publicly to avoid duplication.

Change-Id: I4244748cdd043a6c6b395a7b9a2e07200a9c6139
/external/deqp/framework/common/tcuTextureUtil.hpp
cd7a989d6ad7df86bd4288eabbe66720625c4607 18-Feb-2015 Mika Isojärvi <misojarvi@google.com> Add unsigned int variant of tcu::clear().

Change-Id: I6db9311c349cee04bc10a600c9e25c1ea2b72d82
/external/deqp/framework/common/tcuTextureUtil.hpp
2925635ad62614cb6c5f824c22e31e8ca6bbb03e 09-Jan-2015 Mika Isojärvi <misojarvi@google.com> Expose RGB999E5 packing function from tcu::Texture.

Make packRGB999E5 function available outside of tcuTexture.cpp.

Change-Id: Id714766d9d7269875c8afe8842976677e2935f23
/external/deqp/framework/common/tcuTextureUtil.hpp
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/tcuTextureUtil.hpp
ade588f3b2b1b6d007b9681e95434dc4a4bd46ca 24-Sep-2014 Jarkko Pöyry <jpoyry@google.com> Update dEQP.

Migrate drawElements Quality Program changes from an internal repository.

Bug: 17388917

Change-Id: I754f2b4b5b077fadff210dbd8d008eeca1d5a794
/external/deqp/framework/common/tcuTextureUtil.hpp
8852c82a1ffa4760985c17cc6875d5d521daf343 11-Sep-2014 Jarkko Poyry <jpoyry@google.com> Update dEQP.

Migrate drawElements Quality Program changes from an internal repository.

Bug: 17388917

Change-Id: I21e3f7bc75813f0510025d697d91a2554dc995d4
/external/deqp/framework/common/tcuTextureUtil.hpp
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/tcuTextureUtil.hpp