Blacklist ARM from advanced blend

BUG=skia:

Review URL: https://codereview.chromium.org/1191523003
This commit is contained in:
cdalton 2015-06-15 10:52:11 -07:00 committed by Commit bot
parent b1bbca8049
commit 07a8fc827b

View File

@ -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;
}