gallium: update fallthrough comments
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7747>
This commit is contained in:
@@ -523,7 +523,7 @@ dri2_allocate_textures(struct dri_context *ctx,
|
||||
if (!screen->auto_fake_front) {
|
||||
continue; /* invalid attachment */
|
||||
}
|
||||
/* fallthrough */
|
||||
FALLTHROUGH;
|
||||
case __DRI_BUFFER_FAKE_FRONT_LEFT:
|
||||
statt = ST_ATTACHMENT_FRONT_LEFT;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user