diff options
author | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 00:53:01 +0000 |
---|---|---|
committer | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 00:53:01 +0000 |
commit | 55e4b3b013a4b7080323676cd8336de036e1677d (patch) | |
tree | 9c70e19a4201ada937273dd67b8c55fd34a660f1 /gpu | |
parent | 3c8c7950cdffcef505c92a8601002469981beeba (diff) | |
download | chromium_src-55e4b3b013a4b7080323676cd8336de036e1677d.zip chromium_src-55e4b3b013a4b7080323676cd8336de036e1677d.tar.gz chromium_src-55e4b3b013a4b7080323676cd8336de036e1677d.tar.bz2 |
cc: Clamp texture coordinates in all tile shaders
Since we can draw quads with a texel:pixel ratio < 1, linear
filtering can cause us to blend texels in that don't have
valid content if we don't clamp texture sampling to the middle
of boundary texels.
Clamping was already done for the anti-aliasing tile shaders.
This patch adds clamping to all tile shaders.
BUG=170722
NOTRY=True
Review URL: https://codereview.chromium.org/12086036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
0 files changed, 0 insertions, 0 deletions