Skip to content

Commit db5582b

Browse files
bsalomonSkia Commit-Bot
authored andcommitted
Revert "Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver"
This reverts commit 952f088. Reason for revert: Removing temporary perf experiment hack Original change's description: > Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver > > Force ES2 level shading language on ANGLE. > > Will be reverted. Only affects Skia tool builds. > > Bug: skia:10644 > Change-Id: Ic52d6afae7f784b173725a9353d5f43f2da3ca72 > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/313703 > Commit-Queue: Brian Salomon <[email protected]> > Reviewed-by: Greg Daniel <[email protected]> [email protected],[email protected] # Not skipping CQ checks because original CL landed > 1 day ago. Bug: skia:10644 Change-Id: I5ba23c7479d6f7162a3b75e947787943866fb52f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/314176 Reviewed-by: Brian Salomon <[email protected]> Commit-Queue: Brian Salomon <[email protected]>
1 parent ea9ab82 commit db5582b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/gpu/gl/GrGLContext.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ std::unique_ptr<GrGLContext> GrGLContext::Make(sk_sp<const GrGLInterface> interf
8484
GrGLGetDriverInfo(interface->fStandard, args.fVendor, renderer, ver,
8585
&args.fDriver, &args.fDriverVersion);
8686

87-
#if GR_TEST_UTILS
88-
// REVERT ME. Temporary hack to see affect on performance.
89-
if (args.fDriver == kANGLE_GrGLDriver) {
90-
args.fGLSLGeneration = k110_GrGLSLGeneration;
91-
}
92-
#endif
93-
9487
args.fContextOptions = &options;
9588
args.fInterface = std::move(interface);
9689

0 commit comments

Comments
 (0)