diff options
author | Christian König <[email protected]> | 2011-03-08 21:30:33 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-03-08 21:30:33 +0100 |
commit | 37a548c9d1db6bbf8712277f678d850f34d0e445 (patch) | |
tree | dd5792d09c70d8639226c549709a8819a9bae7ba /src/gallium/drivers/r600/r600_video_context.c | |
parent | 310eea52ca1e997295c84163066cc5d0fd4f8cf6 (diff) |
[g3dvl] start to cleanup the mess
Move the vertex buffer out of the mc code
Diffstat (limited to 'src/gallium/drivers/r600/r600_video_context.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_video_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_video_context.c b/src/gallium/drivers/r600/r600_video_context.c index b3885db0f55..8a569cd0c65 100644 --- a/src/gallium/drivers/r600/r600_video_context.c +++ b/src/gallium/drivers/r600/r600_video_context.c @@ -15,7 +15,6 @@ r600_video_create(struct pipe_screen *screen, enum pipe_video_profile profile, return NULL; return sp_video_create_ex(pipe, profile, chroma_format, width, height, - VL_MPEG12_MC_RENDERER_BUFFER_PICTURE, true, PIPE_FORMAT_VUYX); } |