r300g: fix fastfill when color and Z clear are invoked separately
[mesa.git] / src / gallium / drivers / r300 / r300_state.c
index e62a33daebd47a3188713928e952924837854c0b..8abc65a2b8e3460ee88d7235f26c1f5f080a4805 100644 (file)
@@ -796,7 +796,7 @@ static void
                 r300->z_compression, r300->z_fastfill,
                 tex->zmask_mem[level] ? tex->zmask_mem[level]->ofs : 0xdeadbeef);
         }
-            
+
         /* Polygon offset depends on the zbuffer bit depth. */
         if (r300->zbuffer_bpp != zbuffer_bpp) {
             r300->zbuffer_bpp = zbuffer_bpp;