Avoid accessing border color directly in tcuTexture.
authorJarkko Pöyry <jpoyry@google.com>
Fri, 17 Apr 2015 22:21:36 +0000 (15:21 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Tue, 21 Apr 2015 00:28:33 +0000 (17:28 -0700)
commit22941823a995126908aae341c87f2def77514ee7
tree281cd48dbe3d4584004abc8a2af0ffdb04197f0c
parent26589830f015d2d401ca0e97fcf7e461223b086f
Avoid accessing border color directly in tcuTexture.

- Use lookupBorder to lookup border color.
- Fix assertion failure on 2d array texture gather with border
  clamp wrap mode.

Change-Id: If28dee16b743154c7ee0794d45da9d12bccc4fd1
framework/common/tcuTexture.cpp