[Mesa-dev] [PATCH 01/14] swr: [rasterizer jitter] code style fix
Tim Rowley
timothy.o.rowley at intel.com
Thu Nov 10 03:18:35 UTC 2016
---
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
More information about the mesa-dev
mailing list