trace: New pipe driver to trace incoming calls.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 6 Aug 2008 20:36:25 +0000 (21:36 +0100)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 7 Aug 2008 17:58:29 +0000 (18:58 +0100)
commit35355f7610b69dcd2fdba451db4554478fe0acaa
tree3aeaf3fe1ac7271c60493e823b8b6c8a2e52d378
parent1ee500ac73fa657f02321c46cf5d9a4bfdea54de
trace: New pipe driver to trace incoming calls.

Only pipe_screen calls traced, and only linux supported, for now.
13 files changed:
SConstruct
src/gallium/drivers/trace/README [new file with mode: 0644]
src/gallium/drivers/trace/SConscript [new file with mode: 0644]
src/gallium/drivers/trace/tr_context.c [new file with mode: 0644]
src/gallium/drivers/trace/tr_context.h [new file with mode: 0644]
src/gallium/drivers/trace/tr_dump.c [new file with mode: 0644]
src/gallium/drivers/trace/tr_dump.h [new file with mode: 0644]
src/gallium/drivers/trace/tr_screen.c [new file with mode: 0644]
src/gallium/drivers/trace/tr_screen.h [new file with mode: 0644]
src/gallium/drivers/trace/tr_state.c [new file with mode: 0644]
src/gallium/drivers/trace/tr_state.h [new file with mode: 0644]
src/gallium/drivers/trace/tr_stream.c [new file with mode: 0644]
src/gallium/drivers/trace/tr_stream.h [new file with mode: 0644]