mesa/src/microsoft
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
..
clc microsoft/clc: Disable broken f32 -> i64/u64 test 2020-11-27 11:22:07 +00:00
compiler d3d12: Fix GCC warnings for missing function prototypes 2020-12-01 17:10:47 +00:00
resource_state_manager d3d12: Remove Windows-specific macros 2020-12-01 17:10:47 +00:00
meson.build microsoft: Add CLC frontend and kernel/compute support to DXIL converter 2020-11-18 04:05:37 +00:00