summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
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;
};