summaryrefslogtreecommitdiff
path: root/src/gallium/include
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-04-12 19:21:07 +0200
committerChristian König <deathsimple@vodafone.de>2011-04-12 19:21:07 +0200
commit4f3fb1586aebfe248321e935651b5af92b5a8261 (patch)
treee726624324d952dec27643f35524c15390209d73 /src/gallium/include
parentccc80d2c09ad35f867c0c0a85f7e1cadd73941bb (diff)
[g3dvl] make resource format selection a public interface
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_video_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_context.h b/src/gallium/include/pipe/p_video_context.h
index 21d0581226d..22203b66d6f 100644
--- a/src/gallium/include/pipe/p_video_context.h
+++ b/src/gallium/include/pipe/p_video_context.h
@@ -121,6 +121,7 @@ struct pipe_video_context
*/
struct pipe_video_buffer *(*create_buffer)(struct pipe_video_context *context,
enum pipe_format buffer_format,
+ enum pipe_format resource_formats[3],
enum pipe_video_chroma_format chroma_format,
unsigned width, unsigned height);