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

Commit d6344d76 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Work around a possible driver bug Bug #7296475" into jb-mr1-dev

parents b52b6bf1 50ae66a5
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;