diff options
author | Christian König <[email protected]> | 2010-11-11 12:49:47 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-11-11 12:49:47 +0100 |
commit | e406936b9ec46f1b8a41d02edd15f384bb739e32 (patch) | |
tree | 4a35c83de84c933b173dbef609a192708c5724f2 /src/gallium/drivers/nvfx | |
parent | 745906257a5cfc5945e7d373ea2684ccf26860b5 (diff) |
[g3dvl] remove empty block handling for now
Maybe this isn't going into the right direction,
but it makes handling the code easier for now.
Diffstat (limited to 'src/gallium/drivers/nvfx')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_video_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_video_context.c b/src/gallium/drivers/nvfx/nvfx_video_context.c index 9212ae57fc0..58e1c0baa27 100644 --- a/src/gallium/drivers/nvfx/nvfx_video_context.c +++ b/src/gallium/drivers/nvfx/nvfx_video_context.c @@ -43,7 +43,6 @@ nvfx_video_create(struct pipe_screen *screen, enum pipe_video_profile profile, return sp_video_create_ex(pipe, profile, chroma_format, width, height, VL_MPEG12_MC_RENDERER_BUFFER_PICTURE, - VL_MPEG12_MC_RENDERER_EMPTY_BLOCK_XFER_ONE, true, PIPE_FORMAT_VUYX); } |