r300g: fix texturing with negative lod bias
[mesa.git] / src / gallium / drivers / llvmpipe / lp_screen.h
index 4f394326103f20ae788b53a64346fd18bf1e6cb4..eb40f6823f5f946be6fa686022f27a96abf7a304 100644 (file)
@@ -60,10 +60,9 @@ struct llvmpipe_screen
 
    unsigned num_threads;
 
-   /* Increments whenever textures are modified.  Contexts can track
-    * this.
+   /* Increments whenever textures are modified.  Contexts can track this.
     */
-   unsigned timestamp;          
+   unsigned timestamp;
 };