mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-15 14:18:04 +02:00
Generally, we can do this when they render to the same collection of attachments and we only need to emit a single RCL for them. To implement this, we need to track the first subpass that is included in the job and rewrite our loads and stores in the RCL to refer to that subpass instead of the current subpass (which would be the last included in the RCL). When we merge jobs we also reuse the tile state/alloc BOs and we only emit the binning setup once. The environment variable V3DV_NO_MERGE_JOBS can be set to disable job merging and have each subpass be in a separate job. This can be useful for debugging issues spawning from incorrect subpass merges. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| broadcom | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| glx | ||
| gtest | ||
| hgl | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| panfrost | ||
| util | ||
| virtio | ||
| vulkan | ||
| meson.build | ||
| SConscript | ||