Mesa (master): mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context

Ian Romanick idr at kemper.freedesktop.org
Tue Oct 9 18:23:55 UTC 2012


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Oct  8 17:50:38 2012 -0700

mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context

Fixes 'make check' breakage since 733dba2.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/mesa/main/tests/dispatch_sanity.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index b5d7128..a8839a5 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -130,8 +130,7 @@ TEST_F(DispatchSanity_test, GLES2)
                             API_OPENGLES2, //api,
                             &visual,
                             NULL, //&share_list,
-                            &driver_functions,
-                            (void *) NULL);
+                            &driver_functions);
 
    _swrast_CreateContext(&ctx);
    _vbo_CreateContext(&ctx);




More information about the mesa-commit mailing list