aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpuGLShaders.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrGpuGLShaders.cpp')
-rw-r--r--src/gpu/GrGpuGLShaders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrGpuGLShaders.cpp b/src/gpu/GrGpuGLShaders.cpp
index 5ae6d65118..bae699d6e6 100644
--- a/src/gpu/GrGpuGLShaders.cpp
+++ b/src/gpu/GrGpuGLShaders.cpp
@@ -1028,7 +1028,7 @@ void GrGpuGLShaders::buildProgram(GrPrimitiveType type,
}
}
if (GrPixelConfigIsUnpremultiplied(texture->config())) {
- stage.fInConfigFlags = StageDesc::kMulRGBByAlpha_InConfigFlag;
+ stage.fInConfigFlags |= StageDesc::kMulRGBByAlpha_InConfigFlag;
}
if (sampler.getFilter() == GrSamplerState::kConvolution_Filter) {