gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / softpipe / sp_context.h
index bfa547df1872bce1bb0b8a2f4ccf241f11a25b86..21b867ad1b7a9783327aefbfa2a80ea9325fbc98 100644 (file)
@@ -132,7 +132,7 @@ struct softpipe_context {
    /** Which vertex shader output slot contains layer */
    int8_t layer_slot;
 
-   /** The reduced version of the primitive supplied by the state tracker */
+   /** The reduced version of the primitive supplied by the gallium frontend */
    unsigned reduced_api_prim;
 
    /** Derived information about which winding orders to cull */