Fix issues with non-tightly packed images.
authorJarkko Pöyry <jpoyry@google.com>
Mon, 11 May 2015 23:42:02 +0000 (16:42 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Tue, 12 May 2015 00:02:06 +0000 (17:02 -0700)
commit5f69470fe8597d811df06deb940cc5b54529fb4e
treec6bfde84a20ead34d60efe756229c607de49af96
parentd8478225bb37c964522f4abaf890d3533795345a
Fix issues with non-tightly packed images.

- Add logging fast-path pixel pitch check.
- Fix MultisamplePixelBufferAccess with non-tightly packed images.
- Add estimatePixelValueRange() fast-paths for all normalized formats.

Change-Id: If5b334de2658b7c714fe56bb561892b5a736e3b0
framework/common/tcuTestLog.cpp
framework/common/tcuTextureUtil.cpp
framework/referencerenderer/rrMultisamplePixelBufferAccess.cpp