gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / svga / svga_pipe_blit.c
index d889d4a13a8a1b7819c856265cde12eaf9d43e04..31806ceb1e1e034ca34d86dfb549f017b32d0e0f 100644 (file)
@@ -382,7 +382,7 @@ can_blit_via_intra_surface_copy(struct svga_context *svga,
 
 
 /**
- * The state tracker implements some resource copies with blits (for
+ * the gallium frontend implements some resource copies with blits (for
  * GL_ARB_copy_image).  This function checks if we should really do the blit
  * with a VGPU10 CopyRegion command or software fallback (for incompatible
  * src/dst formats).