disable passing discards through GrIODB.
R=robertphillips@google.com Review URL: https://codereview.chromium.org/219563003 git-svn-id: http://skia.googlecode.com/svn/trunk@13994 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
8ddc26b68c
commit
5c6b03cff7
@ -645,7 +645,7 @@ void GrInOrderDrawBuffer::flush() {
|
||||
++currClip;
|
||||
break;
|
||||
case kClear_Cmd:
|
||||
if (GrColor_ILLEGAL == fClears[currClear].fColor) {
|
||||
if (false && GrColor_ILLEGAL == fClears[currClear].fColor) {
|
||||
fDstGpu->discard(fClears[currClear].fRenderTarget);
|
||||
} else {
|
||||
fDstGpu->clear(&fClears[currClear].fRect,
|
||||
|
Loading…
Reference in New Issue
Block a user