Mesa (master): swr/rast: remove default argument from SwrSync()

Tim Rowley torowley at kemper.freedesktop.org
Sat Apr 29 01:03:07 UTC 2017


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

Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Wed Apr 19 10:58:59 2017 -0500

swr/rast: remove default argument from SwrSync()

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

---

 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 d0f29dd733..b9b994ad37 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.




More information about the mesa-commit mailing list