Support not tightly packed pixel buffer accesses in tcuTextureUtil.
authorJarkko Pöyry <jpoyry@google.com>
Wed, 1 Apr 2015 22:42:35 +0000 (15:42 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Tue, 21 Apr 2015 00:24:38 +0000 (17:24 -0700)
commit6c307165131fb7249bb044fc79ff0c2747263b3d
tree7f12f8a556740ba8ddf72260a221241ff78df22a
parent26589830f015d2d401ca0e97fcf7e461223b086f
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
framework/common/tcuCompressedTexture.cpp
framework/common/tcuTexture.hpp
framework/common/tcuTextureUtil.cpp
framework/common/tcuTextureUtil.hpp