GrClip no longer translates its clips (to better mimic SkClipStack's behavior)
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 31 Jul 2012 12:18:16 +0000 (12:18 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 31 Jul 2012 12:18:16 +0000 (12:18 +0000)
commitf8d904a7eed435b9de68fd2eef6d7f3c59fcc9cc
treebe009cf03b833cd6e0400bf4bc5ef65de203daf6
parentc23a63b9e24ac2384466bc4f24ad10f010f25c75
GrClip no longer translates its clips (to better mimic SkClipStack's behavior)

http://codereview.appspot.com/6445052/

git-svn-id: http://skia.googlecode.com/svn/trunk@4848 2bbb7eff-a529-9590-31e7-b0007b416f81
include/gpu/GrClip.h
src/gpu/GrClip.cpp
src/gpu/GrClipMaskManager.cpp
src/gpu/GrClipMaskManager.h
src/gpu/GrTextContext.cpp
src/gpu/SkGpuDevice.cpp
tests/ClipCacheTest.cpp