mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 18:20:10 +01:00
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@intel.com>
This commit is contained in:
parent
7cb8764ca3
commit
b25fbceb86
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue