summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-09-09 05:34:56 -0400
committerZack Rusin <zackr@vmware.com>2009-09-10 17:21:06 -0400
commit3167c2e8a0a248c290ae8bfff23c88db8f39cd11 (patch)
tree14cca8584f40c671b389f67eefa09d0424d84631 /src/gallium/state_trackers/xorg/xorg_exa.h
parent18882f4d30afcc849dca33ff93dbcd5ca45664b8 (diff)
st/xorg: start adding support for surface fills
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, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h
index 5b515be139..a62c57bf4a 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa.h
@@ -36,7 +36,7 @@ struct exa_pixmap_priv
struct pipe_texture *tex;
struct pipe_texture *depth_stencil_tex;
- unsigned int color;
+ float solid_color[4];
struct pipe_surface *src_surf; /* for copies */
struct pipe_transfer *map_transfer;