Module: Mesa
Branch: pipe-video
Commit: 7dc87676f203f1df935a97348e1fb15274be4642
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7dc87676f203f1df935a97348e1fb15274be4642

Author: Christian König <deathsim...@vodafone.de>
Date:   Sat Apr  2 23:16:21 2011 +0200

vdpau: get state tracker to compile again

---

 src/gallium/state_trackers/vdpau/decode.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/gallium/state_trackers/vdpau/decode.c 
b/src/gallium/state_trackers/vdpau/decode.c
index 048cfe8..b5e2288 100644
--- a/src/gallium/state_trackers/vdpau/decode.c
+++ b/src/gallium/state_trackers/vdpau/decode.c
@@ -139,7 +139,8 @@ vlVdpCreateSurfaceTarget(vlVdpDecoder *vldecoder, 
vlVdpSurface *vlsurf)
 
    memset(&tmplt, 0, sizeof(struct pipe_resource));
    tmplt.target = PIPE_TEXTURE_2D;
-   tmplt.format = 
vctx->get_param(vctx,PIPE_CAP_DECODE_TARGET_PREFERRED_FORMAT);
+   // TODO
+   //tmplt.format = 
vctx->get_param(vctx,PIPE_CAP_DECODE_TARGET_PREFERRED_FORMAT);
    tmplt.last_level = 0;
    tmplt.width0 = vlsurf->width;
    tmplt.height0 = vlsurf->height;
@@ -218,9 +219,10 @@ vlVdpDecoderRenderMpeg2(vlVdpDecoder *vldecoder,
       goto skip_frame;
    }
 
-   vpipe->set_decode_target(vpipe,t_surf);
-   vpipe->decode_macroblocks(vpipe, p_surf, f_surf, num_macroblocks,
-                             (struct pipe_macroblock *)pipe_macroblocks, NULL);
+   // TODO
+   //vpipe->set_decode_target(vpipe,t_surf);
+   //vpipe->decode_macroblocks(vpipe, p_surf, f_surf, num_macroblocks,
+   //                          (struct pipe_macroblock *)pipe_macroblocks, 
NULL);
 
    skip_frame:
    return ret;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to