mesa/src
Tony Wasserka 4453bce770 aco/spill: Replace vector<map> with vector<vector> for local_next_use
While adding/removing elements is faster with std::map, the cost of container
copies (and the involved memory allocations) vastly outweigh that benefit in
this usage pattern.

Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11925>
2021-10-01 09:39:13 +00:00
..
amd aco/spill: Replace vector<map> with vector<vector> for local_next_use 2021-10-01 09:39:13 +00:00
android_stub egl/android: refactor to use the legit vndk/window.h header 2021-06-09 21:07:54 +00:00
asahi nir: add indirect loop unrolling to compiler options 2021-08-03 10:54:50 +00:00
broadcom v3dv: Use VK_DEFINE_*HANDLE_CASTS instead of rolling our own 2021-09-29 23:27:52 +00:00
compiler nir/lower_blend: Shrink blended result if needed 2021-09-30 16:54:42 +02:00
drm-shim drm-shim: Support kernels with >4k pages 2021-08-13 23:33:52 +00:00
egl gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSE 2021-09-29 08:14:57 +00:00
etnaviv mesa: Prioritize checking for GLES2's uniform transpose error. 2021-09-21 23:06:42 +00:00
freedreno ci/freedreno: Disable flaky a530 for now. 2021-09-30 18:01:51 +00:00
gallium crocus: drop redundant unlikely's around INTEL_DEBUG 2021-10-01 07:57:20 +00:00
gbm gbm: assume USE_SCANOUT in create_with_modifiers 2021-10-01 00:02:36 +02:00
getopt
glx gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSE 2021-09-29 08:14:57 +00:00
gtest
hgl
imgui
intel anv: drop redundant unlikely's around INTEL_DEBUG 2021-10-01 07:57:20 +00:00
loader loader/dri3: fix swap out of order when changing swap interval 2021-09-30 03:27:14 +00:00
mapi mesa: GL_ARB_ES3_2_compatibility GL compat profile support 2021-09-23 11:10:23 +00:00
mesa intel/blorp: Convert blorp_clear color_write_disable to a bitmask 2021-09-30 17:41:33 +00:00
microsoft Move a bunch of the CLC stuff from src/microsoft to common code 2021-09-30 07:09:08 +00:00
nouveau
panfrost panvk/ci: Enable blend tests 2021-09-30 16:56:38 +02:00
tool pps: Panfrost pps driver 2021-07-13 11:03:55 +00:00
util drirc: Set vs_position_always_precise for Assault Android Cactus 2021-09-30 10:46:39 +00:00
virtio venus: keep layouts of descriptor sets alive 2021-09-30 03:16:19 +00:00
vulkan wsi/x11: fix uninit value by using zalloc for swapchain 2021-09-30 19:56:51 +00:00
meson.build radv: Allow building when LLVM isn’t enabled 2021-10-01 10:40:18 +02:00