st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.
authorThomas Hellstrom <thellstrom@vmware.com>
Wed, 15 Jun 2011 08:46:24 +0000 (10:46 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 15 Jun 2011 09:06:16 +0000 (11:06 +0200)
commit9f2f5b3d7fd70663b98da5d302fcdfd5bc93db05
tree812329e0744641c22b75c22dd5ccd67c8d0b8d4e
parent40aec11b7569fcdd2d884629b172af3db3fbaf1d
st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.

See the file src/gallium/state_trackers/xa/README for more info.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
16 files changed:
configure.ac
src/gallium/state_trackers/xa/Makefile [new file with mode: 0644]
src/gallium/state_trackers/xa/README [new file with mode: 0644]
src/gallium/state_trackers/xa/xa-indent [new file with mode: 0755]
src/gallium/state_trackers/xa/xa_context.c [new file with mode: 0644]
src/gallium/state_trackers/xa/xa_context.h [new file with mode: 0644]
src/gallium/state_trackers/xa/xa_priv.h [new file with mode: 0644]
src/gallium/state_trackers/xa/xa_renderer.c [new file with mode: 0644]
src/gallium/state_trackers/xa/xa_symbols [new file with mode: 0644]
src/gallium/state_trackers/xa/xa_tgsi.c [new file with mode: 0644]
src/gallium/state_trackers/xa/xa_tracker.c [new file with mode: 0644]
src/gallium/state_trackers/xa/xa_tracker.h [new file with mode: 0644]
src/gallium/state_trackers/xa/xa_yuv.c [new file with mode: 0644]
src/gallium/targets/xa-vmwgfx/Makefile [new file with mode: 0644]
src/gallium/targets/xa-vmwgfx/vmw_target.c [new file with mode: 0644]
src/gallium/targets/xa-vmwgfx/xatracker.pc.in [new file with mode: 0644]