freedreno: fix missing fallthrough comments
Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5819>
This commit is contained in:
@@ -325,6 +325,7 @@ fd_msaa_samples(unsigned samples)
|
||||
switch (samples) {
|
||||
default:
|
||||
debug_assert(0);
|
||||
/* fallthrough */
|
||||
case 0:
|
||||
case 1: return MSAA_ONE;
|
||||
case 2: return MSAA_TWO;
|
||||
|
||||
Reference in New Issue
Block a user