Files
mesa/src/freedreno
Mark Collins 09ae2c4fee tu: Optimize hash_renderpass_instance by removing XXH64_update
It was determined through testing that `XXH64_update` is
significantly slower than calling `XXH64` directly as far as small
data velocity is concerned. This function is called on every RP end
which made it visible while profiling but substantial difference
(measured to be ~4x) made it not show up whatsoever.

Signed-off-by: Mark Collins <mark@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18428>
2022-10-18 16:28:29 +00:00
..
2022-06-02 09:13:23 +00:00
2022-09-23 10:55:15 +00:00
2022-07-22 02:11:14 +00:00
2021-04-17 15:38:56 +00:00
2022-10-10 21:04:18 +00:00
2021-10-26 00:33:31 +00:00