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
..
.gitlab-ci tu: Rename RB_MSAA_CNTL to RB_BLIT_GMEM_MSAA_CNTL 2022-09-21 11:20:15 +00:00
afuc freedreno: remove stale makefile 2022-06-02 09:13:23 +00:00
ci zink: emulate latc formats with rgtc 2022-09-23 10:55:15 +00:00
common freedreno: Disable 8bpp_ubwc on a6xx gen2 2022-09-23 16:08:33 +00:00
computerator Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
decode tu: Rename RB_MSAA_CNTL to RB_BLIT_GMEM_MSAA_CNTL 2022-09-21 11:20:15 +00:00
drm util/mesa/wide: Rename _SIMPLE_MTX_INITIALIZER_NP to SIMPLE_MTX_INITIALIZER 2022-10-14 03:27:41 +00:00
drm-shim freedreno/drm-shim: add a660 2022-07-22 02:11:14 +00:00
ds meson: replace manual compiler flags with meson arguments 2022-08-24 22:13:19 +00:00
fdl freedreno/a6xx: Remove fd6_format.[ch] 2022-08-02 23:46:15 +00:00
ir2 freedreno/ir2: Re-indent 2021-04-17 15:38:56 +00:00
ir3 ir3: Add missing cat5 encoding to asm parser 2022-10-04 14:00:50 +00:00
isa isaspec: Move isa_decode(..) declaration 2022-09-03 19:26:04 +00:00
perfcntrs freedreno/fdperf: support dumping counters 2022-05-14 22:18:52 +00:00
registers freedreno: Add LABEL flush 2022-10-10 21:04:18 +00:00
rnn freedreno: Move the headergen2 test to be meson unit tests. 2021-10-01 23:16:04 +00:00
vulkan tu: Optimize hash_renderpass_instance by removing XXH64_update 2022-10-18 16:28:29 +00:00
.clang-format freedreno: Add some options to .clang-format 2021-07-12 20:57:21 +00:00
.dir-locals.el freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
.editorconfig freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
meson.build freedreno: support lua54 2021-10-26 00:33:31 +00:00