diff options
author | George Kyriazis <[email protected]> | 2018-04-25 22:20:01 -0500 |
---|---|---|
committer | George Kyriazis <[email protected]> | 2018-05-11 11:21:22 -0500 |
commit | b3b0f0e0ec98d1da42554764adc17402535fa0b7 (patch) | |
tree | f60d131891cd8f3ca31f9ad162df5e521f95c554 /src/gallium/drivers/swr | |
parent | 659910eda01de0ddbd168a0879f548b7950aef00 (diff) |
swr/rast: Change formatting
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/core/api.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
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); |