diff options
author | Christian König <[email protected]> | 2011-07-08 12:47:52 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-07-08 12:47:52 +0200 |
commit | 10fd45114d4a7bbac4093755305ea5e4ba3ab6a5 (patch) | |
tree | 2806b80bd167257804f4cdfba0e839d248463838 /src/gallium/include | |
parent | 06ddbc3b8e58a6cf22708263a8b7d16cf1db5dbc (diff) |
[g3dvl] remove sampler view handling from video context
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_video_context.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/gallium/include/pipe/p_video_context.h b/src/gallium/include/pipe/p_video_context.h index 567a892e830..dfc383055a7 100644 --- a/src/gallium/include/pipe/p_video_context.h +++ b/src/gallium/include/pipe/p_video_context.h @@ -56,37 +56,6 @@ struct pipe_video_context void (*destroy)(struct pipe_video_context *context); /** - * sampler view handling, used for subpictures for example - */ - /*@{*/ - - /** - * create a sampler view of a texture, for subpictures for example - */ - struct pipe_sampler_view *(*create_sampler_view)(struct pipe_video_context *context, - struct pipe_resource *resource, - const struct pipe_sampler_view *templ); - - /** - * upload image data to a sampler - */ - void (*upload_sampler)(struct pipe_video_context *context, - struct pipe_sampler_view *dst, - const struct pipe_box *dst_box, - const void *src, unsigned src_stride, - unsigned src_x, unsigned src_y); - - /** - * clear a sampler with a specific rgba color - */ - void (*clear_sampler)(struct pipe_video_context *context, - struct pipe_sampler_view *dst, - const struct pipe_box *dst_box, - const float *rgba); - - /*}@*/ - - /** * create a decoder for a specific video profile */ struct pipe_video_decoder *(*create_decoder)(struct pipe_video_context *context, |