Blacklist ARM from advanced blend
BUG=skia: Review URL: https://codereview.chromium.org/1191523003
This commit is contained in:
parent
b1bbca8049
commit
07a8fc827b
@ -833,7 +833,8 @@ void GrGLCaps::initBlendEqationSupport(const GrGLContextInfo& ctxInfo) {
|
||||
// for now until its own blacklists can be updated.
|
||||
if (kAdreno4xx_GrGLRenderer == ctxInfo.renderer() ||
|
||||
kIntel_GrGLDriver == ctxInfo.driver() ||
|
||||
kChromium_GrGLDriver == ctxInfo.driver()) {
|
||||
kChromium_GrGLDriver == ctxInfo.driver() ||
|
||||
kARM_GrGLVendor == ctxInfo.vendor()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user