Instead of turning clipping off during AA, clip to the offscreen tile when
authortomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 19 Jul 2011 15:44:00 +0000 (15:44 +0000)
committertomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 19 Jul 2011 15:44:00 +0000 (15:44 +0000)
commit237a461ec96918eef9bd9f61d4d63fc43968b3e8
treed4235a6ef51b005368bc5cd60091e600941c9828
parent2ba30c0182f4a4ffd1d97e14712b69f6630c44cf
Instead of turning clipping off during AA, clip to the offscreen tile when
we're writing to it, then restore the onscreen clip when copying it back
to screen. Speeds up rendering of web pages with paths >> tile size.

git-svn-id: http://skia.googlecode.com/svn/trunk@1899 2bbb7eff-a529-9590-31e7-b0007b416f81
gpu/src/GrContext.cpp