diff options
| author | egdaniel <egdaniel@google.com> | 2015-02-17 11:18:38 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-02-17 11:18:38 -0800 |
| commit | 305a8897cd03612b7d087c37526a9d953723fa34 (patch) | |
| tree | 472eea719fc23817e95b2f80dc56a115b89c1655 /tests/GLProgramsTest.cpp | |
| parent | 3ad6570e94965d54871eaea8b314f560b82ca792 (diff) | |
Decrease number of allowed stages for Angle on GLProgramTest
BUG=skia:3435
Review URL: https://codereview.chromium.org/931783003
Diffstat (limited to 'tests/GLProgramsTest.cpp')
| -rw-r--r-- | tests/GLProgramsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index 3813945cc2..34da404714 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -360,7 +360,7 @@ DEF_GPUTEST(GLPrograms, reporter, factory) { #if SK_ANGLE // Some long shaders run out of temporary registers in the D3D compiler on ANGLE. if (type == GrContextFactory::kANGLE_GLContextType) { - maxStages = 3; + maxStages = 2; } #endif GrTestTarget target; |
