rbug: Add to all targets that link against trace
authorJakob Bornecrantz <jakob@vmware.com>
Wed, 12 May 2010 19:11:37 +0000 (20:11 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Wed, 12 May 2010 19:15:23 +0000 (20:15 +0100)
commit53cbb81576671d6d39e6a353e79ebda2c512d735
tree86affe2ce5b536a34b471a44daaf2a6c1059fb0c
parent5494332128da0b2826e85df5eeaa878bb5c30a4e
rbug: Add to all targets that link against trace

Also added calls to the create function in target helpers and in
tr_drm.c the latter being a hack and should be replaced with the
wrap screen target helper. But at least this way we don't regress.
31 files changed:
src/gallium/auxiliary/target-helpers/wrap_screen.c
src/gallium/drivers/rbug/rbug_public.h
src/gallium/drivers/rbug/rbug_screen.c
src/gallium/drivers/trace/tr_drm.c
src/gallium/drivers/trace/tr_public.h
src/gallium/drivers/trace/tr_screen.h
src/gallium/targets/Makefile.egl
src/gallium/targets/dri-i915/Makefile
src/gallium/targets/dri-i915/SConscript
src/gallium/targets/dri-i965/Makefile
src/gallium/targets/dri-i965/SConscript
src/gallium/targets/dri-radeong/Makefile
src/gallium/targets/dri-radeong/SConscript
src/gallium/targets/dri-swrast/Makefile
src/gallium/targets/dri-swrast/SConscript
src/gallium/targets/dri-vmwgfx/Makefile
src/gallium/targets/dri-vmwgfx/SConscript
src/gallium/targets/egl-i915/Makefile
src/gallium/targets/egl-i965/Makefile
src/gallium/targets/egl-radeon/Makefile
src/gallium/targets/egl-vmwgfx/Makefile
src/gallium/targets/graw-null/SConscript
src/gallium/targets/graw-xlib/SConscript
src/gallium/targets/libgl-gdi/SConscript
src/gallium/targets/libgl-xlib/Makefile
src/gallium/targets/libgl-xlib/SConscript
src/gallium/targets/xorg-i915/Makefile
src/gallium/targets/xorg-i965/Makefile
src/gallium/targets/xorg-radeon/Makefile
src/gallium/targets/xorg-vmwgfx/Makefile
src/gallium/targets/xorg-vmwgfx/SConscript