summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_screen.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-03-09 15:58:45 +0000
committerKeith Whitwell <keithw@vmware.com>2010-03-09 15:58:45 +0000
commit999932bf1feed4cbf834b2c81510aab09dda56dc (patch)
treeb8ee7b890f9bf3b5e55220d834af5b7b1853beee /src/gallium/drivers/trace/tr_screen.h
parent3c57c01a44c294e69d902207b2ec94d28a397a51 (diff)
targets/libgl-xlib: add code to inject trace and identity layers
Finally we can inject layers for debug, trace and "other" with relative ease between state-tracker and driver.
Diffstat (limited to 'src/gallium/drivers/trace/tr_screen.h')
-rw-r--r--src/gallium/drivers/trace/tr_screen.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/trace/tr_screen.h b/src/gallium/drivers/trace/tr_screen.h
index fe5a0fa190..597e2fc265 100644
--- a/src/gallium/drivers/trace/tr_screen.h
+++ b/src/gallium/drivers/trace/tr_screen.h
@@ -99,9 +99,6 @@ trace_enabled(void);
struct trace_screen *
trace_screen(struct pipe_screen *screen);
-struct pipe_screen *
-trace_screen_create(struct pipe_screen *screen);
-
void
trace_screen_user_buffer_update(struct pipe_screen *screen,
struct pipe_buffer *buffer);