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

Author: Zack Rusin <[email protected]>
Date:   Fri Oct  9 09:52:17 2009 -0400

st/xorg: lots of rendering and xv changes

extract all the rendering code to xorg_rendedrer, make both exa and xv
share that code. in the process cleanup the rendering code and implement
a lot more of the xv infrastructure.

---

 src/gallium/state_trackers/xorg/SConscript       |    1 +
 src/gallium/state_trackers/xorg/xorg_composite.c |  746 +---------------------
 src/gallium/state_trackers/xorg/xorg_composite.h |    5 -
 src/gallium/state_trackers/xorg/xorg_exa.c       |   50 +--
 src/gallium/state_trackers/xorg/xorg_exa.h       |   12 +-
 src/gallium/state_trackers/xorg/xorg_exa_tgsi.c  |   14 +-
 src/gallium/state_trackers/xorg/xorg_exa_tgsi.h  |    4 +-
 src/gallium/state_trackers/xorg/xorg_renderer.c  |  748 ++++++++++++++++++++++
 src/gallium/state_trackers/xorg/xorg_renderer.h  |   53 ++
 src/gallium/state_trackers/xorg/xorg_tracker.h   |    4 +-
 src/gallium/state_trackers/xorg/xorg_xv.c        |  319 +++++++++-
 11 files changed, 1170 insertions(+), 786 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=319a588238b4c0c58f8f8807e1143ad79cd8f698
_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to