From c9223eed3c16cd3e98a8f56dda953d8f299de0e3 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 29 May 2016 10:22:51 +0000 Subject: Import Mesa 11.2.2 --- lib/mesa/src/gallium/tests/graw/fs-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mesa/src/gallium/tests/graw/fs-test.c') diff --git a/lib/mesa/src/gallium/tests/graw/fs-test.c b/lib/mesa/src/gallium/tests/graw/fs-test.c index fc5803fd3..bd5259afe 100644 --- a/lib/mesa/src/gallium/tests/graw/fs-test.c +++ b/lib/mesa/src/gallium/tests/graw/fs-test.c @@ -398,7 +398,7 @@ static void init( void ) exit(1); } - ctx = screen->context_create(screen, NULL); + ctx = screen->context_create(screen, NULL, 0); if (ctx == NULL) exit(3); -- cgit v1.2.3