st/xorg: lots of rendering and xv changes
authorZack Rusin <zackr@vmware.com>
Fri, 9 Oct 2009 13:52:17 +0000 (09:52 -0400)
committerZack Rusin <zackr@vmware.com>
Mon, 12 Oct 2009 00:02:47 +0000 (20:02 -0400)
commit319a588238b4c0c58f8f8807e1143ad79cd8f698
tree215e02475c0f6a8eb0e4bb1fa56bce354bcf2c41
parent59ae3d51556229631f558f56268df89c885de664
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
src/gallium/state_trackers/xorg/xorg_composite.c
src/gallium/state_trackers/xorg/xorg_composite.h
src/gallium/state_trackers/xorg/xorg_exa.c
src/gallium/state_trackers/xorg/xorg_exa.h
src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
src/gallium/state_trackers/xorg/xorg_renderer.c [new file with mode: 0644]
src/gallium/state_trackers/xorg/xorg_renderer.h [new file with mode: 0644]
src/gallium/state_trackers/xorg/xorg_tracker.h
src/gallium/state_trackers/xorg/xorg_xv.c