[g3dvl] make pipe_context mandatory for creation pipe_video_context

This commit is contained in:
Christian König
2011-07-08 12:03:13 +02:00
parent 7eca76952b
commit 2ec350ff1d
14 changed files with 55 additions and 146 deletions
+3 -1
View File
@@ -100,7 +100,9 @@ struct pipe_screen {
struct pipe_context * (*context_create)( struct pipe_screen *, void *priv );
struct pipe_video_context * (*video_context_create)( struct pipe_screen *screen, void *priv );
struct pipe_video_context * (*video_context_create)( struct pipe_screen *screen,
struct pipe_context *context,
void *priv );
/**
* Check if the given pipe_format is supported as a texture or