gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / include / pipe / p_screen.h
index 0f2831b6eda72b36ccb9f80e3811243568470dda..a4b07c8ee251bc7985957f541a4ec238af00a1c7 100644 (file)
@@ -223,7 +223,7 @@ struct pipe_screen {
                                                        void *user_memory);
 
    /**
-    * Unlike pipe_resource::bind, which describes what state trackers want,
+    * Unlike pipe_resource::bind, which describes what gallium frontends want,
     * resources can have much greater capabilities in practice, often implied
     * by the tiling layout or memory placement. This function allows querying
     * whether a capability is supported beyond what was requested by state
@@ -504,7 +504,7 @@ struct pipe_screen {
    /**
     * Run driver-specific NIR lowering and optimization passes.
     *
-    * State trackers should call this before passing shaders to drivers,
+    * gallium frontends should call this before passing shaders to drivers,
     * and ideally also before shader caching.
     *
     * \param optimize  Whether the input shader hasn't been optimized and