trace: Wrap all textures and surface created by the pipe driver.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 15 Aug 2008 09:31:23 +0000 (10:31 +0100)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 15 Aug 2008 09:35:19 +0000 (10:35 +0100)
commitf40de50def1b7ee75dd320b151c025b7ddff45be
treea1c12271055e5703e1da3627148f5f304c9f9dc4
parentf121d0e54f39d8f6361dcf0bf4d938ccb5ae4b5e
trace: Wrap all textures and surface created by the pipe driver.

That is,

Unfortunately, this causes a regression in softpipe, where the
output gets tyled.
src/gallium/drivers/trace/SConscript
src/gallium/drivers/trace/tr_context.c
src/gallium/drivers/trace/tr_screen.c
src/gallium/drivers/trace/tr_screen.h
src/gallium/drivers/trace/tr_texture.c [new file with mode: 0644]
src/gallium/drivers/trace/tr_texture.h [new file with mode: 0644]
src/gallium/drivers/trace/tr_winsys.c