diff options
Diffstat (limited to 'src/gallium/drivers/trace/tr_texture.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_texture.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_texture.h b/src/gallium/drivers/trace/tr_texture.h index bf3c16e8cd2..596978a1ffd 100644 --- a/src/gallium/drivers/trace/tr_texture.h +++ b/src/gallium/drivers/trace/tr_texture.h @@ -36,6 +36,14 @@ struct trace_context; + +struct tr_list +{ + struct tr_list *next; + struct tr_list *prev; +}; + + struct trace_resource { struct pipe_resource base; |