gallium: split transfer_inline_write into buffer and texture callbacks
[mesa.git] / src / gallium / tests / graw / tri-gs.c
index 5c6f426e96acf6a0de8c8cc22dd2dbb3220d275c..6aad51c94a0b7d9a52fecd76d152c6862047f609 100644 (file)
@@ -195,7 +195,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);