i965: use pack/unpackDouble lowering
[mesa.git] / src / gallium / drivers / ilo / ilo_state.h
index 3e6fd8a2554408859eb5301463c36199cc55e38a..66c93007eb11935cf4e19349c7d32beac4f8bf31 100644 (file)
@@ -202,7 +202,7 @@ struct ilo_cbuf_state {
 };
 
 struct ilo_resource_state {
-   struct pipe_surface *states[PIPE_MAX_SHADER_RESOURCES];
+   struct pipe_surface *states[PIPE_MAX_SHADER_IMAGES];
    unsigned count;
 };