gallium: rename 'state tracker' to 'frontend'
[mesa.git] / src / gallium / drivers / i915 / i915_state.c
index f3c38ae32372005aa37673a03852545d10a4565c..e90f2dc757494e7ec91cf01aed88613fdd780ab7 100644 (file)
@@ -113,7 +113,7 @@ i915_create_blend_state(struct pipe_context *pipe,
       unsigned dstA   = blend->rt[0].alpha_dst_factor;
 
       /* Special handling for MIN/MAX filter modes handled at
-       * state_tracker level.
+       * frontend level.
        */
 
       if (srcA != srcRGB ||