summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-07-08 12:15:48 +0200
committerChristian König <[email protected]>2011-07-08 12:15:48 +0200
commit06ddbc3b8e58a6cf22708263a8b7d16cf1db5dbc (patch)
tree1c712b07bac17c050c1bfd9912a07452c8d68949 /src/gallium/include
parent2ec350ff1d9f13ec95d7b9d46f57ad9b9efcc8ea (diff)
[g3dvl] remove create_surface from video context
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_video_context.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/include/pipe/p_video_context.h b/src/gallium/include/pipe/p_video_context.h
index 78cf43e2edc..567a892e830 100644
--- a/src/gallium/include/pipe/p_video_context.h
+++ b/src/gallium/include/pipe/p_video_context.h
@@ -56,13 +56,6 @@ struct pipe_video_context
void (*destroy)(struct pipe_video_context *context);
/**
- * create a surface of a texture
- */
- struct pipe_surface *(*create_surface)(struct pipe_video_context *context,
- struct pipe_resource *resource,
- const struct pipe_surface *templ);
-
- /**
* sampler view handling, used for subpictures for example
*/
/*@{*/