History log of /external/deqp/modules/glshared/glsTextureBufferCase.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b2e583dfcd8aa0d4ef254f841213fcf724b2b193 19-Jun-2015 Jarkko Pöyry <jpoyry@google.com> Improve texture format pretty-printing.

- Rename PixelFormat to TextureFormat and include compressed formats.
- Add compressed3D pretty printing.
- Add compressed formats to texStorageXD.

Change-Id: Ifb24338119dae0e97e166d39c0edbc03d49e7150
/external/deqp/modules/glshared/glsTextureBufferCase.cpp
ca33fc6fd955721e2c3bd8188f049838d5d995d4 30-Jul-2015 Jarkko Pöyry <jpoyry@google.com> Merge "Use de::ArrayBuffer in glu::TextureBuffer."
c8e526bfc2141e1cb7a269483fb55dc2a8e77c11 20-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix -Wconversion warnings in glshared.

Bug: 21161908
Change-Id: I96f424112950bf3b4d50b6bddaa007358419d47c
/external/deqp/modules/glshared/glsTextureBufferCase.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/modules/glshared/glsTextureBufferCase.cpp
7a2ea3f817e3acb0bcdc4d5e66e714d541bd648f 23-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Fix valgrind warnings.

Change-Id: I457ad875af65a62cd7d836de4b07b4f272982338
/external/deqp/modules/glshared/glsTextureBufferCase.cpp
193f59811b2c0fe57808a06923b82ed00c41bd0f 24-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Remove unused variables.

Change-Id: I234eb6375d7332bc82fc2d0a8b4e754b169f9290
/external/deqp/modules/glshared/glsTextureBufferCase.cpp
ab44fc6da25bb126919615ad2ded101695251161 13-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Move tcu::ResultCollector to a separate file.

- Move tcu::ResultCollector to a separate file.
- Fix includes in tests.

Change-Id: I688d84e5de7bfa4c80b0034cdac4ea0e4fd2faa7
/external/deqp/modules/glshared/glsTextureBufferCase.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/modules/glshared/glsTextureBufferCase.cpp