godot/platform/x11
Rémi Verschelde cd205bfe69 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
```

(cherry picked from commit db28e7ef69)
2020-05-25 17:55:07 +02:00
..
export Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Remove unused imports 2019-04-20 20:15:44 +02:00
context_gl_x11.cpp Fix application window not listed in taskbar (X11) 2019-09-26 14:45:39 +02:00
context_gl_x11.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
crash_handler_x11.cpp Check project settings live before lookup in crash handler 2019-07-03 16:31:01 +02:00
crash_handler_x11.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
detect.py fix builds made with Clang on some Linux distros 2019-11-12 11:13:10 +01:00
detect_prime.cpp Linux: Add Mesa 20 "Intel" to prime detection 2020-05-25 17:55:07 +02:00
detect_prime.h Properly detect when to use DRI_PRIME 2019-01-28 16:21:07 +00:00
godot_x11.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
joypad_linux.cpp Replace usage of __bswap_16 with BSWAP16 (#25714). 2019-03-05 22:17:20 +01:00
joypad_linux.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
key_mapping_x11.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
key_mapping_x11.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logo.png Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 2018-06-28 19:17:41 +02:00
os_x11.cpp [X11] Add window borderless state detection, fix borderless state restoration after exiting fullscreen. 2019-11-12 13:09:35 +01:00
os_x11.h Add Input::get_current_cursor_shape 2019-11-12 11:10:53 +01:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
platform_x11_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
power_x11.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
power_x11.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00