mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
iris: add missing fallthrough comment
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5714>
This commit is contained in:
parent
1a8f918050
commit
0d5427fa44
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue