Skip to content

Commit 466c58d

Browse files
Romain GuyAndroid Git Automerger
authored andcommitted
am f3c2eb7: am d6344d7: Merge "Work around a possible driver bug Bug #7296475" into jb-mr1-dev
* commit 'f3c2eb79e4660692d85cc531c2825bff65270242': Work around a possible driver bug Bug #7296475
2 parents c283140 + f3c2eb7 commit 466c58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/hwui/Caches.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ bool Caches::enableScissor() {
418418
if (!scissorEnabled) {
419419
glEnable(GL_SCISSOR_TEST);
420420
scissorEnabled = true;
421+
resetScissor();
421422
return true;
422423
}
423424
return false;

0 commit comments

Comments
 (0)