diff options
author | Christian König <[email protected]> | 2011-04-24 16:04:23 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-24 16:04:23 +0200 |
commit | b54909910c04313fb45c4e8f39091ad73ec329f3 (patch) | |
tree | c8c7fadac974c648011c69afc566a6ab7e6fc0ab /src/gallium/include | |
parent | 4e6528428d4efa6fb2e5101bce2544d8304da3de (diff) |
[g3dvl] remove resource_format workaround
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_video_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_video_context.h b/src/gallium/include/pipe/p_video_context.h index 8775bbb2705..7e971641618 100644 --- a/src/gallium/include/pipe/p_video_context.h +++ b/src/gallium/include/pipe/p_video_context.h @@ -121,7 +121,6 @@ struct pipe_video_context */ struct pipe_video_buffer *(*create_buffer)(struct pipe_video_context *context, enum pipe_format buffer_format, - const enum pipe_format resource_formats[3], enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height); |