Module: Mesa Branch: master Commit: c0ce5c4422a8a49124196da00577196ab22ab89c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0ce5c4422a8a49124196da00577196ab22ab89c
Author: Tim Rowley <[email protected]> Date: Thu Sep 7 15:18:35 2017 -0500 swr/rast: whitespace changes Reviewed-by: Bruce Cherniak <[email protected]> --- src/gallium/drivers/swr/rasterizer/jitter/jit_api.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/swr/rasterizer/jitter/jit_api.h b/src/gallium/drivers/swr/rasterizer/jitter/jit_api.h index 9f69669735..e589d2c6a7 100644 --- a/src/gallium/drivers/swr/rasterizer/jitter/jit_api.h +++ b/src/gallium/drivers/swr/rasterizer/jitter/jit_api.h @@ -51,6 +51,7 @@ struct ShaderInfo; + ////////////////////////////////////////////////////////////////////////// /// Jit Compile Info Input ////////////////////////////////////////////////////////////////////////// @@ -63,6 +64,7 @@ struct JIT_COMPILE_INPUT size_t irLength; bool enableJitSampler; + }; extern "C" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
