Skip to content

Commit

Permalink
GL: Temporarily disable emulatePrimitiveRestartFixedIndex.
Browse files Browse the repository at this point in the history
This workaround appears to cause problems on Mac ASAN builds.
Disabling it while investigating the root cause.

BUG=1017337
BUG=angleproject:3997

Change-Id: I16a2f07f8fc69ec4d5ab40a5bf521c43f6854a49
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1879873
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Commit-Queue: Geoff Lang <geofflang@chromium.org>
  • Loading branch information
vonture authored and Commit Bot committed Oct 25, 2019
1 parent 68945f1 commit 4db9614
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libANGLE/renderer/gl/renderergl_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1575,10 +1575,6 @@ void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *feature

ANGLE_FEATURE_CONDITION(features, rgbDXT1TexturesSampleZeroAlpha, IsApple());

ANGLE_FEATURE_CONDITION(
features, emulatePrimitiveRestartFixedIndex,
!functions->isAtLeastGL(gl::Version(4, 3)) && !functions->isAtLeastGLES(gl::Version(3, 0)));

ANGLE_FEATURE_CONDITION(features, unfoldShortCircuits, IsApple());

ANGLE_FEATURE_CONDITION(features, removeDynamicIndexingOfSwizzledVector,
Expand Down

0 comments on commit 4db9614

Please sign in to comment.