summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-08-05 19:26:21 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-08-05 19:29:31 +0100
commit3905119b4743eb5d284236cc237ee2c19ae3c5c8 (patch)
tree36b56d4307416ced9c2b5284114c39703c21ebff /src/gallium/state_trackers/xorg/xorg_exa.h
parent8ccec83e63932d78bb67638e013b9645e609da42 (diff)
st/xorg: Make it work again
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 650997aec6..f0508eb2d5 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa.h
@@ -14,6 +14,8 @@ struct exa_context
struct exa_pixmap_priv
{
int flags;
+ int tex_flags;
+
struct pipe_texture *tex;
unsigned int color;
struct pipe_surface *src_surf; /* for copies */