commit | 42dd0f94417d2aeb12d6497f81b3a993270104c4 | [log] [tgz] |
---|---|---|
author | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jul 14 15:29:57 2011 +0000 |
committer | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jul 14 15:29:57 2011 +0000 |
tree | 472c1ba4190e32db2d4c72ad4946891451b537f9 | |
parent | 84223118f7073a28f42c11ad08595e07c0ceb933 [diff] |
Fix clipping problem in GPU-based blur. The FBOs used for the fast Gaussian blur were being clipped to the size of the output window, causing the blurred primitive to be truncated if the FBO was larger than the output window. Clip them to the srcRect instead, and restore when done. Review URL: http://codereview.appspot.com/4695057/ git-svn-id: http://skia.googlecode.com/svn/trunk@1859 2bbb7eff-a529-9590-31e7-b0007b416f81