Module: Mesa Branch: master Commit: 6b48c18b034cad91eac6ee2823e34053125a74c9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b48c18b034cad91eac6ee2823e34053125a74c9
Author: Alex Deucher <[email protected]> Date: Tue Aug 26 23:08:07 2014 -0400 radeon/uvd: remove comment about RV770 It doesn't seem to support field based decode after testing. Signed-off-by: Alex Deucher <[email protected]> Reviewed-by: Christian König <[email protected]> --- src/gallium/drivers/radeon/radeon_video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/radeon/radeon_video.c b/src/gallium/drivers/radeon/radeon_video.c index 6dcee45..2e683c4 100644 --- a/src/gallium/drivers/radeon/radeon_video.c +++ b/src/gallium/drivers/radeon/radeon_video.c @@ -254,7 +254,6 @@ int rvid_get_video_param(struct pipe_screen *screen, /* MPEG2 only with shaders and no support for interlacing on R6xx style UVD */ return codec != PIPE_VIDEO_FORMAT_MPEG12 && - /* TODO: RV770 might actually work */ rscreen->family > CHIP_RV770; default: break; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
