Module: Mesa Branch: main Commit: 6d945b4e11b4842e41ce88d6226c0e343a7a3de9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d945b4e11b4842e41ce88d6226c0e343a7a3de9
Author: Erik Faye-Lund <[email protected]> Date: Mon Jan 9 07:54:07 2023 +0100 docs: statechanges -> state changes Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22286> --- docs/drivers/freedreno.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drivers/freedreno.rst b/docs/drivers/freedreno.rst index 0922344535f..8c5347912e4 100644 --- a/docs/drivers/freedreno.rst +++ b/docs/drivers/freedreno.rst @@ -42,7 +42,7 @@ Hardware acronyms work and the clusters of registers for the state that hardware blocks use. CP - Command Processor. Reads the stream of statechanges and draw commands + Command Processor. Reads the stream of state changes and draw commands generated by the driver. PFP @@ -173,7 +173,7 @@ and rendering phases. Note that this means that the generated draw state has to always update all of the state you have chosen to pack into that ``GROUP_ID``, since any of your -previous statechanges in a previous draw state command may have been skipped. +previous state changes in a previous draw state command may have been skipped. Pipelining (a6xx+) ^^^^^^^^^^^^^^^^^^
