Merge branch 'softpipe-opt'
[mesa.git] / src / gallium / drivers / softpipe / sp_texture.h
index b1b6130b22c9ea2ca8e4c34e10aacab2a4562ff7..2537ab6a40d62ac1368528c8b559c5a681367ba5 100644 (file)
@@ -48,7 +48,11 @@ struct softpipe_texture
     */
    struct pipe_buffer *buffer;
 
-   boolean modified;
+   /* True if texture images are power-of-two in all dimensions:
+    */
+   boolean pot;
+
+   unsigned timestamp;
 };
 
 struct softpipe_transfer