st/xvmc: move xvmc state tracker out of xorg subdir
authorChristian König <deathsimple@vodafone.de>
Wed, 15 Feb 2012 16:30:58 +0000 (17:30 +0100)
committerChristian König <deathsimple@vodafone.de>
Sat, 25 Feb 2012 11:14:26 +0000 (12:14 +0100)
commitdcf8ee7d6ac89bb2a9d608618a51604a3c78fe96
tree112550308ba022d22f09c08b56d0442a6aaf567e
parent1448e829e86981e6144410ba6a3d0f16357fb2b3
st/xvmc: move xvmc state tracker out of xorg subdir

The xvmc state tracker is completely seperate and
doesn't shares code or anything else with the
xorg state tracker.

Signed-off-by: Christian König <deathsimple@vodafone.de>
19 files changed:
configure.ac
src/gallium/state_trackers/xvmc/Makefile [moved from src/gallium/state_trackers/xorg/xvmc/Makefile with 83% similarity]
src/gallium/state_trackers/xvmc/attributes.c [moved from src/gallium/state_trackers/xorg/xvmc/attributes.c with 100% similarity]
src/gallium/state_trackers/xvmc/block.c [moved from src/gallium/state_trackers/xorg/xvmc/block.c with 100% similarity]
src/gallium/state_trackers/xvmc/context.c [moved from src/gallium/state_trackers/xorg/xvmc/context.c with 100% similarity]
src/gallium/state_trackers/xvmc/subpicture.c [moved from src/gallium/state_trackers/xorg/xvmc/subpicture.c with 99% similarity]
src/gallium/state_trackers/xvmc/surface.c [moved from src/gallium/state_trackers/xorg/xvmc/surface.c with 99% similarity]
src/gallium/state_trackers/xvmc/tests/.gitignore [moved from src/gallium/state_trackers/xorg/xvmc/tests/.gitignore with 100% similarity]
src/gallium/state_trackers/xvmc/tests/Makefile [moved from src/gallium/state_trackers/xorg/xvmc/tests/Makefile with 97% similarity]
src/gallium/state_trackers/xvmc/tests/test_blocks.c [moved from src/gallium/state_trackers/xorg/xvmc/tests/test_blocks.c with 96% similarity]
src/gallium/state_trackers/xvmc/tests/test_context.c [moved from src/gallium/state_trackers/xorg/xvmc/tests/test_context.c with 97% similarity]
src/gallium/state_trackers/xvmc/tests/test_rendering.c [moved from src/gallium/state_trackers/xorg/xvmc/tests/test_rendering.c with 98% similarity]
src/gallium/state_trackers/xvmc/tests/test_subpicture.c [moved from src/gallium/state_trackers/xorg/xvmc/tests/test_subpicture.c with 98% similarity]
src/gallium/state_trackers/xvmc/tests/test_surface.c [moved from src/gallium/state_trackers/xorg/xvmc/tests/test_surface.c with 96% similarity]
src/gallium/state_trackers/xvmc/tests/testlib.c [moved from src/gallium/state_trackers/xorg/xvmc/tests/testlib.c with 99% similarity]
src/gallium/state_trackers/xvmc/tests/testlib.h [moved from src/gallium/state_trackers/xorg/xvmc/tests/testlib.h with 99% similarity]
src/gallium/state_trackers/xvmc/tests/xvmc_bench.c [moved from src/gallium/state_trackers/xorg/xvmc/tests/xvmc_bench.c with 98% similarity]
src/gallium/state_trackers/xvmc/xvmc_private.h [moved from src/gallium/state_trackers/xorg/xvmc/xvmc_private.h with 100% similarity]
src/gallium/targets/Makefile.xvmc