Mesa (master): vl: move away from state like parameters

Christian König deathsimple at kemper.freedesktop.org
Sun Jan 15 12:28:29 UTC 2012


Module: Mesa
Branch: master
Commit: 8ea416f35de0c664ef47b71841756758f22d7faa
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ea416f35de0c664ef47b71841756758f22d7faa

Author: Christian König <deathsimple at vodafone.de>
Date:   Wed Jan  4 14:46:33 2012 +0100

vl: move away from state like parameters

Again based on Maartens work, but keep begin_frame
and end_frame functions for now.

Signed-off-by: Christian König <deathsimple at vodafone.de>

---

 src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c |   68 +++---
 src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h |   13 +-
 src/gallium/auxiliary/vl/vl_mpeg12_decoder.c   |  166 ++++++---------
 src/gallium/auxiliary/vl/vl_mpeg12_decoder.h   |    8 -
 src/gallium/drivers/nouveau/nouveau_video.c    |   63 ++----
 src/gallium/include/pipe/p_video_decoder.h     |   38 +---
 src/gallium/include/pipe/p_video_state.h       |   18 +-
 src/gallium/state_trackers/vdpau/decode.c      |  276 +++++++++++-------------
 src/gallium/state_trackers/xorg/xvmc/surface.c |   46 ++---
 9 files changed, 293 insertions(+), 403 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=8ea416f35de0c664ef47b71841756758f22d7faa



More information about the mesa-commit mailing list