iris: add missing fallthrough comment
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 1 Jul 2020 06:41:07 +0000 (16:41 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 2 Jul 2020 02:11:30 +0000 (12:11 +1000)
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5714>

src/gallium/drivers/iris/iris_resolve.c

index 018a28955f5ffa67909ff03e75b258e9e7d5b04d..37af7920ada90f3f26af2b08e2c4c68f5de8389e 100644 (file)
@@ -997,6 +997,7 @@ iris_resource_render_aux_usage(struct iris_context *ice,
                                            render_format)) {
          return res->aux.usage;
       }
+      /* fallthrough */
 
    default:
       return ISL_AUX_USAGE_NONE;