Files
mesa/src
Connor Abbott e61583f6f1 tu: Split up tu6_update_msaa()
Most of the time we will only be updating either the number of samples
or whether it should be disabled, not both, and we don't need to compare
both. With pipelines we were comparing both, but with dynamic
rasterization samples we want to only update disable when binding the
pipeline and only update samples when calling
vkCmdSetRasterizationSamplesEXT(). Stop optimizing the uncommon case
where both are changed when binding a pipeline, and split it into 2
parts while sharing the common part that records and emits the state
packet.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18912>
2022-11-03 21:59:42 +00:00
..
2022-11-03 21:25:04 +00:00
2022-09-16 02:06:38 +00:00
2022-11-02 18:11:41 +00:00
2022-11-03 21:59:42 +00:00
2022-10-09 22:39:53 +03:00
2022-07-29 23:59:11 +00:00