mesa/src/gallium/drivers
Jesse Natalie c1c1bad582 d3d12: Fix GCC warnings for missing function prototypes
Most of these are adding 'static', for functions that are local
to a translation unit but weren't declared static.

There's one instance of a missing include for bringing the prototype
into the translation unit, one function missing a return type (default-int),
and one which added inline to avoid it being considered unused in some sources.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7780>
2020-12-01 17:10:47 +00:00
..
d3d12 d3d12: Fix GCC warnings for missing function prototypes 2020-12-01 17:10:47 +00:00
etnaviv meson: add idep_mesautil to components using simple_mtx.h 2020-11-24 18:13:07 -08:00
freedreno freedreno/a6xx: add support for ARB_shader_stencil_export 2020-11-27 17:29:48 +00:00
i915 gallium: extend draw_vbo to support multi draws 2020-11-18 01:41:25 +00:00
iris iris: Stop quantizing the depth clear value 2020-11-18 23:20:49 +00:00
kmsro kmsro: Extend to include imx-dcss 2020-09-25 09:55:15 +00:00
lima meson: add idep_mesautil to components using simple_mtx.h 2020-11-24 18:13:07 -08:00
llvmpipe llvmpipe: update fallthrough comments 2020-12-01 10:04:41 +01:00
nouveau util: Add helgrind support for simple_mtx 2020-11-24 21:03:34 +00:00
panfrost panfrost: Update the resource layout when doing a tile -> linear conversion 2020-11-27 08:44:17 +01:00
r300 meson: add idep_mesautil to components using simple_mtx.h 2020-11-24 18:13:07 -08:00
r600 r600/sfn: remove leftover debug message 2020-11-28 16:52:10 +01:00
radeon radeon: update fallthrough comments 2020-12-01 10:04:41 +01:00
radeonsi gallium: add PIPE_CAP_PREFER_REAL_BUFFER_IN_CONSTBUF0 2020-12-01 11:52:10 +00:00
softpipe softpipe: fix maybe-uninitialized warning 2020-12-01 16:51:01 +00:00
svga meson: add idep_mesautil to components using simple_mtx.h 2020-11-24 18:13:07 -08:00
swr meson: add idep_mesautil to components using simple_mtx.h 2020-11-24 18:13:07 -08:00
tegra meson: add idep_mesautil to components using simple_mtx.h 2020-11-24 18:13:07 -08:00
v3d gallium: extend draw_vbo to support multi draws 2020-11-18 01:41:25 +00:00
vc4 gallium: extend draw_vbo to support multi draws 2020-11-18 01:41:25 +00:00
virgl meson: add idep_mesautil to components using simple_mtx.h 2020-11-24 18:13:07 -08:00
zink zink: allow the backend to optimise shaders. 2020-12-01 09:35:56 +00:00