godot/drivers
Rémi Verschelde 9e4315bb50
Style: Harmonize header includes in platform ports
This applies our existing style guide, and adds a new rule to that style
guide for modular components such as platform ports and modules:

Includes from the platform port or module should be included with relative
paths (relative to the root folder of the modular component, e.g.
`platform/linuxbsd/`), in their own section before Godot's "core" includes.

The `api` and `export` subfolders also need to be handled as self-contained
(and thus use relative paths for their "local" includes) as they are all
compiled for each editor platform, without necessarily having the api/export
matching platform folder in the include path.
E.g. the Linux editor build will compile `platform/android/{api,export}/*.cpp`
and those need to use relative includes for it to work.
2023-06-08 15:19:19 +02:00
..
alsa Fix wait for thread not started 2023-04-27 20:28:22 +02:00
alsamidi Fix wait for thread not started 2023-04-27 20:28:22 +02:00
coreaudio Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
coremidi Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
gl_context Enable shadow warnings and fix raised errors 2023-05-11 16:00:59 +02:00
gles3 Properly update array textures when using the OpenGL backend to avoid crash 2023-06-07 15:44:11 -07:00
png One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
pulseaudio Enable shadow warnings and fix raised errors 2023-05-11 16:00:59 +02:00
unix Enable shadow warnings and fix raised errors 2023-05-11 16:00:59 +02:00
vulkan Merge pull request #76348 from warriormaster12/pipeline-cache 2023-06-01 00:40:33 +02:00
wasapi Add mono audio support to WASAPI 2023-04-28 13:29:43 +02:00
windows Support long path in file access on windows 2023-05-05 10:04:39 +02:00
winmidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xaudio2 Fix wait for thread not started 2023-04-27 20:28:22 +02:00
register_driver_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_driver_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Refactor SPIR-V reflection into a generic RenderingDevice feature 2022-12-12 14:14:53 +01:00