From 3f15ea866fbd82d873943f80b09124a618692a7c Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Wed, 26 Aug 2009 18:32:36 -0400 Subject: st/xorg: create and destroy shader cache --- src/gallium/state_trackers/xorg/xorg_exa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h') diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h index 0189eabaa4..7f5c2bbeae 100644 --- a/src/gallium/state_trackers/xorg/xorg_exa.h +++ b/src/gallium/state_trackers/xorg/xorg_exa.h @@ -4,6 +4,7 @@ #include "xorg_tracker.h" struct cso_context; +struct xorg_shaders; struct exa_context { @@ -11,6 +12,7 @@ struct exa_context struct pipe_context *ctx; struct pipe_screen *scrn; struct cso_context *cso; + struct xorg_shaders *shaders; }; -- cgit v1.2.3