summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-08-26 18:32:36 -0400
committerZack Rusin <zackr@vmware.com>2009-08-27 17:39:45 -0400
commit3f15ea866fbd82d873943f80b09124a618692a7c (patch)
tree48e735c757e87945f21f3fec458eec9b17343407 /src/gallium/state_trackers/xorg/xorg_exa.h
parent416ee3c53eeb1664784f224a42e293e5fed783bc (diff)
st/xorg: create and destroy shader cache
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa.h2
1 files changed, 2 insertions, 0 deletions
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;
};