[g3dvl] make pipe_context mandatory for creation pipe_video_context
[mesa.git] / src / gallium / winsys / g3dvl / vl_winsys.h
index 152a4a622927d0e788ebfd11745de00320a46b2d..2d80c1d9b3279fe1b69614fc9c9ee917d2f9977b 100644 (file)
@@ -44,6 +44,7 @@ struct vl_screen
 struct vl_context
 {
    struct vl_screen *vscreen;
+   struct pipe_context *pipe;
    struct pipe_video_context *vpipe;
 };