History log of /external/deqp/framework/opengl/gluTextureUtil.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
edf980303ee60f2697c628a432f82d910d3a60a4 28-Jun-2016 Akos Dirner <adirner.uszeged@partner.samsung.com> Add missing sample1DArray type to glu::DataType and to the related shader and texture util functions.

Change-Id: I8007a30c158957d726a46e0087cfa4e94949764c
/external/deqp/framework/opengl/gluTextureUtil.cpp
12fea2ef01511716e0387c3e3dd8c4ba6ade0cc2 13-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Use de::ArrayBuffer in glu::TextureBuffer.

- Use de::ArrayBuffer to make valgrind runs report incorrect use.
- Fix incorrect index when printing expected value in mapped memory
content verification.
- Remove bufferData for consistency with other glu::Texture-types.
- Add de::ArrayBuffer(ptr, len) std::vector-like ctor.
- Throw NotSupported if MAX_TEXTURE_BUFFER_SIZE is 0.

Bug: 20667734
Change-Id: I574f0952b1bd97803cd52564b2ee9967ecde105a
/external/deqp/framework/opengl/gluTextureUtil.cpp
45b7dbbfe93d87336754e8c06380953ec003aeaf 24-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Add getDefaultGatherOffsets() to texture utils.

Change-Id: Idffc3f4a6b03c227d16d28125a7c8551ad1ad335
/external/deqp/framework/opengl/gluTextureUtil.cpp
08abab445908d076888f3f61f3264a826bcd665c 15-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Support getting transfer format for BGRA textures.

Change-Id: I3de348f27d061c91f3c54384b8bccd868137ea0a
/external/deqp/framework/opengl/gluTextureUtil.cpp
8bf16f28be688a52f616aa830f95a94c53144cc3 17-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Support GL_EXT_texture_sRGB_R(G)8 extension in glw.

Change-Id: Ieaf5422beb8dafe277cca230744540200eff7846
/external/deqp/framework/opengl/gluTextureUtil.cpp
9548cd053c5f3ec63e9fae7a05917a4fa8c3067c 25-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Merge "Move isCompressedFormat from CopyImageTests to gluTextureUtil."
834954305bcda8cf3eab410710fdd5e18bf81ecf 25-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Do not allow mapGLSampler to be called with invalid mag filter.

Change-Id: Icda07b66068316e376b628de8f332fbc41c218bc
/external/deqp/framework/opengl/gluTextureUtil.cpp
238d2aee289b3bc19b059ddbfc9e83892be1d8a6 24-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Move isCompressedFormat from CopyImageTests to gluTextureUtil.

Change-Id: Ieeaf23f844f47e538f422fe180403ad9a6e473a6
/external/deqp/framework/opengl/gluTextureUtil.cpp
cef125b5c1b4789026e246b3bc104be97d53bcae 09-Jan-2015 Mika Isojärvi <misojarvi@google.com> Merge "Add function to map GL compressed tex format to tcu."
b0f5bf50aa6a56357da18ee3147612fbaca19ab8 09-Jan-2015 Mika Isojärvi <misojarvi@google.com> Add function to map GL compressed tex format to tcu.

Add function that can map OpenGL compressed texture formats to tcu
compressed texture format.

Change-Id: I0867e1e0445821b0a956e695bedf9acb6667da42
/external/deqp/framework/opengl/gluTextureUtil.cpp
07b89ce0885a4a9e02b7057d45a4260d24740ba9 09-Jan-2015 Mika Isojärvi <misojarvi@google.com> Expose function for mapping GL cubemap face to tcu::CubeFace

Expose and rename function to map GL cubemap face target to tcu::CubeFace.

Change-Id: Ie2a3220c496255dfde18968128edaf20c90d22a1
/external/deqp/framework/opengl/gluTextureUtil.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/opengl/gluTextureUtil.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/opengl/gluTextureUtil.cpp