gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / softpipe / sp_screen.c
index f9d43bd6ea8260446b354fe1b884ae4e0c84bde0..b2ce4cee4aae62ee7d4fb8f87c99e4a7f7886b18 100644 (file)
@@ -451,7 +451,7 @@ softpipe_is_format_supported( struct pipe_screen *screen,
       /*
        * Although possible, it is unnatural to render into compressed or YUV
        * surfaces. So disable these here to avoid going into weird paths
-       * inside the state trackers.
+       * inside gallium frontends.
        */
       if (format_desc->block.width != 1 ||
           format_desc->block.height != 1)