diff options
author | Keith Whitwell <[email protected]> | 2010-03-09 15:58:45 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-09 15:58:45 +0000 |
commit | 999932bf1feed4cbf834b2c81510aab09dda56dc (patch) | |
tree | b8ee7b890f9bf3b5e55220d834af5b7b1853beee /src/gallium/drivers/trace/tr_drm.c | |
parent | 3c57c01a44c294e69d902207b2ec94d28a397a51 (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_drm.c')
-rw-r--r-- | src/gallium/drivers/trace/tr_drm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_drm.c b/src/gallium/drivers/trace/tr_drm.c index c16989fa529..906b3262e4b 100644 --- a/src/gallium/drivers/trace/tr_drm.c +++ b/src/gallium/drivers/trace/tr_drm.c @@ -33,6 +33,7 @@ #include "tr_context.h" #include "tr_buffer.h" #include "tr_texture.h" +#include "tr_public.h" struct trace_drm_api { |