[Mesa-dev] [PATCH 07/15] swr: [rasterizer core] Remove default argument from SwrSync()

Tim Rowley timothy.o.rowley at intel.com
Tue Apr 25 14:50:32 UTC 2017


---
 src/gallium/drivers/swr/rasterizer/core/api.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/swr/rasterizer/core/api.h b/src/gallium/drivers/swr/rasterizer/core/api.h
index d0f29dd..b9b994a 100644
--- a/src/gallium/drivers/swr/rasterizer/core/api.h
+++ b/src/gallium/drivers/swr/rasterizer/core/api.h
@@ -260,7 +260,7 @@ void SWR_API SwrSync(
     PFN_CALLBACK_FUNC pfnFunc,
     uint64_t userData,
     uint64_t userData2,
-    uint64_t userData3 = 0);
+    uint64_t userData3);
 
 //////////////////////////////////////////////////////////////////////////
 /// @brief Blocks until all rendering has been completed.
-- 
2.7.4



More information about the mesa-dev mailing list