godot/platform/x11
Rémi Verschelde db28e7ef69 Linux: Add Mesa 20 "Intel" to prime detection
Diff in `glxinfo` between Mesa 19.3.4 and 20.0.1:
```diff
-OpenGL vendor string: Intel Open Source Technology Center
-OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
-OpenGL core profile version string: 4.6 (Core Profile) Mesa 19.3.4
+OpenGL vendor string: Intel
+OpenGL renderer string: Mesa Intel(R) HD Graphics 630 (KBL GT2)
+OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.0.1
```
2020-03-11 08:35:59 +01:00
..
export Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
context_gl_x11.cpp Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
context_gl_x11.h Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
crash_handler_x11.cpp Fix warning in Linux crash handler on 32-bit 2020-01-10 14:28:21 +01:00
crash_handler_x11.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
detect.py assimp: Clean and document buildsystem, prepare for unbundling 2020-03-06 14:37:52 +01:00
detect_prime.cpp Linux: Add Mesa 20 "Intel" to prime detection 2020-03-11 08:35:59 +01:00
detect_prime.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_x11.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
joypad_linux.cpp Reimplement Mutex with C++'s <mutex> 2020-02-26 20:40:10 +01:00
joypad_linux.h Reimplement Mutex with C++'s <mutex> 2020-02-26 20:40:10 +01:00
key_mapping_x11.cpp Rename scancode to keycode. 2020-02-25 12:30:33 +02:00
key_mapping_x11.h Rename scancode to keycode. 2020-02-25 12:30:33 +02:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_x11.cpp Rename scancode to keycode. 2020-02-25 12:30:33 +02:00
os_x11.h Remove incomplete battery status/power API 2020-02-14 13:43:32 +01:00
pck_embed.ld Fix error exporting to X11 with embedded PCK 2020-01-16 17:47:37 +01:00
pck_embed.legacy.ld Fix error exporting to X11 with embedded PCK 2020-01-16 17:47:37 +01:00
platform_config.h Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
platform_x11_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
SCsub Remove incomplete battery status/power API 2020-02-14 13:43:32 +01:00
vulkan_context_x11.cpp Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
vulkan_context_x11.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00