mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 19:48:08 +02:00
The way it's used is unacceptable. Here's the change it suggested:
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 05b9cb0a3f1..e58abfa885f 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -783,8 +783,7 @@ radv_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCr
device->overallocation_disallowed = overallocation_disallowed;
mtx_init(&device->overallocation_mutex, mtx_plain);
- if (physical_device->rad_info.register_shadowing_required ||
- device->instance->debug_flags & RADV_DEBUG_SHADOW_REGS)
+ if (physical_device->rad_info.register_shadowing_required || device->instance->debug_flags & RADV_DEBUG_SHADOW_REGS)
device->uses_shadow_regs = true;
/* Create one context per queue priority. */
This is the dumbest reason to prevent merging a MR. I don't want to see this
in projects I work on.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23687>
|
||
|---|---|---|
| .. | ||
| b2c | ||
| bare-metal | ||
| build | ||
| common | ||
| container | ||
| fossils | ||
| lava | ||
| meson | ||
| piglit | ||
| test | ||
| tests | ||
| valve | ||
| vkd3d-proton | ||
| windows | ||
| all-skips.txt | ||
| bin | ||
| cross-xfail-ppc64el | ||
| cross-xfail-s390x | ||
| crosvm-init.sh | ||
| crosvm-runner.sh | ||
| cuttlefish-runner.sh | ||
| deqp-runner.sh | ||
| docs | ||
| download-git-cache.sh | ||
| fossilize-runner.sh | ||
| fossils.yml | ||
| gbm-skips.txt | ||
| gtest-runner.sh | ||
| image-tags.yml | ||
| prepare-artifacts.sh | ||
| report-flakes.py | ||
| run-shader-db.sh | ||
| run-shellcheck.sh | ||
| run-yamllint.sh | ||
| setup-test-env.sh | ||
| test-source-dep.yml | ||
| x11-skips.txt | ||
| x86_64-w64-mingw32 | ||