OSDN Git Service

noop: make noop useable like trace or rbug
authorJerome Glisse <jglisse@redhat.com>
Mon, 10 Jan 2011 02:04:41 +0000 (21:04 -0500)
committerJerome Glisse <jglisse@redhat.com>
Mon, 10 Jan 2011 02:04:41 +0000 (21:04 -0500)
commit3349517351059dcd70a81b31bdffe9835bd8f216
tree8a16fcabdc11f69cd14d1bb2fcdecd0354759c44
parentac6306e9ca904ae9674bf2a15222efe4cb861bf5
noop: make noop useable like trace or rbug

If you want to enable noop set GALLIUM_NOOP=1 as an env variable.
You need first to enable noop wrapping for your driver see change
to src/gallium/targets/dri-r600/ in this commit as an example.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
configs/default
configure.ac
src/gallium/auxiliary/target-helpers/inline_noop_helper.h [new file with mode: 0644]
src/gallium/drivers/noop/noop_pipe.c
src/gallium/drivers/noop/noop_public.h
src/gallium/targets/dri-r600/Makefile
src/gallium/targets/dri-r600/target.c