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/nv40 | |
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/nv40')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_video_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_video_context.c b/src/gallium/drivers/nv40/nv40_video_context.c index 15a26ea3b3b..e6e57ee787c 100644 --- a/src/gallium/drivers/nv40/nv40_video_context.c +++ b/src/gallium/drivers/nv40/nv40_video_context.c @@ -43,6 +43,5 @@ nv40_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); } |