src/mesa: update fallthrough comments
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Tue, 24 Nov 2020 10:04:00 +0000 (11:04 +0100)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Tue, 1 Dec 2020 09:04:41 +0000 (10:04 +0100)
commita2aa777b6853ffbe23c5a5a7ae0503a17c158e9b
tree11c2fe169d2f020099207660437a636c1d3eee57
parent9b3e6014a99c935dabe957299457be0e2de47e39
src/mesa: update fallthrough comments

clang doesn't support /* fallthrough */ so switch to fallthrough
attribute.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7747>
23 files changed:
src/mesa/main/condrender.c
src/mesa/main/context.c
src/mesa/main/fbobject.c
src/mesa/main/formatquery.c
src/mesa/main/get.c
src/mesa/main/glformats.c
src/mesa/main/macros.h
src/mesa/main/matrix.c
src/mesa/main/polygon.c
src/mesa/main/queryobj.c
src/mesa/main/texformat.c
src/mesa/main/texgetimage.c
src/mesa/main/teximage.c
src/mesa/main/texobj.c
src/mesa/main/texparam.c
src/mesa/main/texstate.c
src/mesa/main/textureview.c
src/mesa/main/version.c
src/mesa/program/prog_to_nir.c
src/mesa/state_tracker/st_atom_sampler.c
src/mesa/state_tracker/st_program.c
src/mesa/state_tracker/st_program.h
src/mesa/state_tracker/st_sampler_view.c