mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 15:38:19 +02:00
This replaces the depth-first search scheduler with a more traditional ready-list scheduler. It primarily tries to reduce register pressure (number of live values), with the exception of trying to schedule kills as early as possible. (Earlier iterations of this scheduler had a tendency to push kills later, and in particular moving texture fetches which may not be necessary ahead of kills.) Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4440> |
||
|---|---|---|
| .. | ||
| computerator | ||
| drm | ||
| drm-shim | ||
| fdl | ||
| ir3 | ||
| perfcntrs | ||
| registers | ||
| vulkan | ||
| .dir-locals.el | ||
| .editorconfig | ||
| Android.drm.mk | ||
| Android.ir3.mk | ||
| Android.mk | ||
| Android.perfcntrs.mk | ||
| Android.registers.mk | ||
| Makefile.sources | ||
| meson.build | ||