st/xorg: fix up xorg state tracker to use cso changes
[mesa.git] / src / gallium / state_trackers / xorg / xorg_exa.h
index f2cefe23b99df79aafe6728d124bf6ffc2a0b167..41b19061599e6ca65dc3d19efd8042e05bed04a5 100644 (file)
@@ -18,7 +18,7 @@ struct exa_context
    struct pipe_screen *scrn;
    struct xorg_renderer *renderer;
 
-   struct pipe_texture *bound_textures[MAX_EXA_SAMPLERS];
+   struct pipe_sampler_view *bound_sampler_views[MAX_EXA_SAMPLERS];
    int num_bound_samplers;
 
    float solid_color[4];