Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7efe9e8

Browse files
csmartdalton86Skia Commit-Bot
authored andcommitted
Reland "ccpr: Unblacklist Qualcomm with msaa"
This is a reland of 3f55695 Original change's description: > ccpr: Unblacklist Qualcomm with msaa > > Bug: skia: > Change-Id: I1ab69fe87136955b01a329675f1d0affec3700ec > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/245530 > Commit-Queue: Chris Dalton <csmartdalton@google.com> > Reviewed-by: Brian Salomon <bsalomon@google.com> Bug: skia: Change-Id: Icbd0ad7546bc089c538afafed515b22b05130e47 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/248702 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
1 parent 836080f commit 7efe9e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gpu/gl/GrGLCaps.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3609,8 +3609,7 @@ void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo,
36093609
// Temporarily disable the MSAA implementation of CCPR on various platforms while we work out
36103610
// specific issues.
36113611
if (kATI_GrGLVendor == ctxInfo.vendor() || // Radeon drops stencil draws that use sample mask.
3612-
kImagination_GrGLVendor == ctxInfo.vendor() || // PowerVR produces flaky results on Gold.
3613-
kQualcomm_GrGLVendor == ctxInfo.vendor() /* Pixel2 crashes in nanobench. */) {
3612+
kImagination_GrGLVendor == ctxInfo.vendor() /* PowerVR produces flaky results on Gold. */) {
36143613
fDriverBlacklistMSAACCPR = true;
36153614
}
36163615

0 commit comments

Comments
 (0)