Module: Mesa
Branch: master
Commit: 774bbc299fdb0d8334a1c8d0e91dd5823a866381
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=774bbc299fdb0d8334a1c8d0e91dd5823a866381

Author: Dave Airlie <[email protected]>
Date:   Mon Mar 15 11:49:33 2021 +1000

lavapipe: add missing break

No effect as-is but annoying later.

Reviewed-By: Mike Blumenkrantz <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9594>

---

 src/gallium/frontends/lavapipe/lvp_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/frontends/lavapipe/lvp_device.c 
b/src/gallium/frontends/lavapipe/lvp_device.c
index 6af4204bac0..8457ac17475 100644
--- a/src/gallium/frontends/lavapipe/lvp_device.c
+++ b/src/gallium/frontends/lavapipe/lvp_device.c
@@ -516,6 +516,7 @@ VKAPI_ATTR void VKAPI_CALL lvp_GetPhysicalDeviceFeatures2(
          VkPhysicalDeviceScalarBlockLayoutFeaturesEXT *features =
             (VkPhysicalDeviceScalarBlockLayoutFeaturesEXT *)ext;
          features->scalarBlockLayout = true;
+         break;
       }
       default:
          break;

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to