Mesa (master): swr/rast: Change formatting

George Kyriazis gkyriazis at kemper.freedesktop.org
Fri May 11 16:28:42 UTC 2018


Module: Mesa
Branch: master
Commit: b3b0f0e0ec98d1da42554764adc17402535fa0b7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3b0f0e0ec98d1da42554764adc17402535fa0b7

Author: George Kyriazis <george.kyriazis at intel.com>
Date:   Wed Apr 25 22:20:01 2018 -0500

swr/rast: Change formatting

Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

---

 src/gallium/drivers/swr/rasterizer/core/api.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/swr/rasterizer/core/api.cpp b/src/gallium/drivers/swr/rasterizer/core/api.cpp
index a2ee85d12b..3458793fd8 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);
 




More information about the mesa-commit mailing list