Hi,

This series rewrites state tracking in st/mesa. The advantages of the new
approach are described in the main patch. Here I'll just say it that it was
motivated by a little inefficient code in st_validate_state and the mapping
of _NEW_* flags to atoms. The new approach works with one ST_NEW_* flag per
atom and those are the only flags that are available to st/mesa.
The _NEW_* flags are translated by Driver.UpdateState to ST_NEW_* flags
and then forgotten, so st/mesa doesn't use them internally.

Please review.

Marek
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to