gallium: Make all drm drivers use the new drm compat helper
authorJakob Bornecrantz <jakob@vmware.com>
Tue, 1 Jun 2010 03:06:52 +0000 (04:06 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Sun, 6 Jun 2010 11:29:29 +0000 (12:29 +0100)
commitc1a19689b83a9569b30ba43c168fdca328cb9f2e
tree13b0c2e3f360a6f911fb5154b2db70fea9016e15
parente72b15aa47c24b920c708e1dc47f69a070d50d51
gallium: Make all drm drivers use the new drm compat helper
46 files changed:
src/gallium/targets/dri-i915/Makefile
src/gallium/targets/dri-i915/SConscript
src/gallium/targets/dri-i915/dummy.c [deleted file]
src/gallium/targets/dri-i915/target.c [new file with mode: 0644]
src/gallium/targets/dri-i965/Makefile
src/gallium/targets/dri-i965/SConscript
src/gallium/targets/dri-i965/dummy.c [deleted file]
src/gallium/targets/dri-i965/target.c [new file with mode: 0644]
src/gallium/targets/dri-nouveau/Makefile
src/gallium/targets/dri-nouveau/target.c [new file with mode: 0644]
src/gallium/targets/dri-r600/Makefile
src/gallium/targets/dri-r600/SConscript
src/gallium/targets/dri-r600/dummy.c [deleted file]
src/gallium/targets/dri-r600/target.c [new file with mode: 0644]
src/gallium/targets/dri-radeong/Makefile
src/gallium/targets/dri-radeong/SConscript
src/gallium/targets/dri-radeong/dummy.c [deleted file]
src/gallium/targets/dri-radeong/target.c [new file with mode: 0644]
src/gallium/targets/dri-vmwgfx/Makefile
src/gallium/targets/dri-vmwgfx/SConscript
src/gallium/targets/dri-vmwgfx/dummy.c [deleted file]
src/gallium/targets/dri-vmwgfx/target.c [new file with mode: 0644]
src/gallium/targets/egl-i915/Makefile
src/gallium/targets/egl-i915/dummy.c [deleted file]
src/gallium/targets/egl-i915/target.c [new file with mode: 0644]
src/gallium/targets/egl-i965/Makefile
src/gallium/targets/egl-i965/dummy.c [deleted file]
src/gallium/targets/egl-i965/target.c [new file with mode: 0644]
src/gallium/targets/egl-nouveau/Makefile
src/gallium/targets/egl-nouveau/dummy.c [deleted file]
src/gallium/targets/egl-nouveau/target.c [new file with mode: 0644]
src/gallium/targets/egl-radeon/Makefile
src/gallium/targets/egl-radeon/dummy.c [deleted file]
src/gallium/targets/egl-radeon/target.c [new file with mode: 0644]
src/gallium/targets/egl-vmwgfx/Makefile
src/gallium/targets/egl-vmwgfx/dummy.c [deleted file]
src/gallium/targets/egl-vmwgfx/target.c [new file with mode: 0644]
src/gallium/targets/xorg-i915/Makefile
src/gallium/targets/xorg-i915/intel_target.c [new file with mode: 0644]
src/gallium/targets/xorg-i965/Makefile
src/gallium/targets/xorg-i965/intel_target.c [new file with mode: 0644]
src/gallium/targets/xorg-nouveau/Makefile
src/gallium/targets/xorg-nouveau/nouveau_target.c [new file with mode: 0644]
src/gallium/targets/xorg-radeon/radeon_target.c [new file with mode: 0644]
src/gallium/targets/xorg-vmwgfx/Makefile
src/gallium/targets/xorg-vmwgfx/vmw_target.c [new file with mode: 0644]