---
src/gallium/drivers/swr/rasterizer/jitter/blend_jit.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/gallium/drivers/swr/rasterizer/jitter/blend_jit.cpp
b/src/gallium/drivers/swr/rasterizer/jitter/blend_jit.cpp
index 46ea495..d69d503 100644
--- a/src/gallium/drivers/swr/rasterizer/jitter/blend_jit.cpp
+++ b/src/gallium/drivers/swr/rasterizer/jitter/blend_jit.cpp
@@ -652,8 +652,7 @@ struct BlendJit : public Builder
Value* vMask[4];
float scale[4];
- if (!state.blendState.blendEnable)
- {
+ if (!state.blendState.blendEnable) {
Clamp(state.format, src);
Clamp(state.format, dst);
}
--
2.7.4
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev