Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae8046f2 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 466c58d4: am f3c2eb79: am d6344d76: Merge "Work around a possible driver...

am 466c58d4: am f3c2eb79: am d6344d76: Merge "Work around a possible driver bug Bug #7296475" into jb-mr1-dev

* commit '466c58d4':
  Work around a possible driver bug Bug #7296475
parents f1817f97 466c58d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -418,6 +418,7 @@ bool Caches::enableScissor() {
    if (!scissorEnabled) {
        glEnable(GL_SCISSOR_TEST);
        scissorEnabled = true;
        resetScissor();
        return true;
    }
    return false;