summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-09-09 11:33:33 -0400
committerZack Rusin <zackr@vmware.com>2009-09-10 17:21:06 -0400
commit6be1a98ab9d64584c3852b97e2f1d63697f7bf76 (patch)
treee03ae17bf95a2a6de64cb1eebc746496b805ca6f /src/gallium/state_trackers/xorg/xorg_exa.h
parent3167c2e8a0a248c290ae8bfff23c88db8f39cd11 (diff)
st/xorg: implement exasolids with full pipelining
plus fix some small issues with the shaders
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 a62c57bf4a..64b6de7048 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa.h
@@ -26,6 +26,7 @@ struct exa_context
int num_bound_samplers;
float solid_color[4];
+ boolean has_solid_color;
};
@@ -36,7 +37,6 @@ struct exa_pixmap_priv
struct pipe_texture *tex;
struct pipe_texture *depth_stencil_tex;
- float solid_color[4];
struct pipe_surface *src_surf; /* for copies */
struct pipe_transfer *map_transfer;