From: George Kyriazis Date: Thu, 26 Apr 2018 03:20:01 +0000 (-0500) Subject: swr/rast: Change formatting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3b0f0e0ec98d1da42554764adc17402535fa0b7;p=mesa.git swr/rast: Change formatting Reviewed-by: Bruce Cherniak --- diff --git a/src/gallium/drivers/swr/rasterizer/core/api.cpp b/src/gallium/drivers/swr/rasterizer/core/api.cpp index a2ee85d12b8..3458793fd8d 100644 --- a/src/gallium/drivers/swr/rasterizer/core/api.cpp +++ b/src/gallium/drivers/swr/rasterizer/core/api.cpp @@ -475,7 +475,12 @@ void SetupDefaultState(SWR_CONTEXT *pContext) pState->depthBoundsState.depthBoundsTestMaxValue = 1.0f; } -void SwrSync(HANDLE hContext, PFN_CALLBACK_FUNC pfnFunc, uint64_t userData, uint64_t userData2, uint64_t userData3) +void SWR_API SwrSync( + HANDLE hContext, + PFN_CALLBACK_FUNC pfnFunc, + uint64_t userData, + uint64_t userData2, + uint64_t userData3) { SWR_ASSERT(pfnFunc != nullptr);