Commit Graph

16 Commits

Author SHA1 Message Date
Cacodemon345
2d184a50f7 qt_openglrenderer: Fix black area at the bottom of the screen 2022-07-11 15:32:07 +06:00
Cacodemon345
90ba53e4e8 Finish multi-monitor support 2022-07-07 14:34:59 +06:00
ts-korhonen
652d7e6699 qt: gl-core; Use 4.1 core macOS & get glsl version from context
MacOS will use OpenGL 2.1 unless requested 4.1 core. Shader language
version is now set to what is reported by the driver.
2022-03-06 01:06:47 +02:00
ts-korhonen
828accc91d qt: More error handling and tweaking to opengl 3 renderer 2022-03-05 02:57:57 +02:00
ts-korhonen
055a0b307c Merge branch 'master' of https://github.com/86Box/86Box into qt-opengl-renderer 2022-03-02 17:32:32 +02:00
Cacodemon345
9da55289ed qt: Fix building on AArch32 2022-03-02 15:22:14 +06:00
Cacodemon345
ed954e4b2f qt: Fix HiDPI scaling on OpenGL 3.0 renderer 2022-03-02 15:08:14 +06:00
ts-korhonen
f78a3f2c10 qt: try again to fix linux arm32 build error 2022-03-01 22:22:58 +02:00
ts-korhonen
61239efa39 qt: fix linux arm32 build error 2022-03-01 19:15:12 +02:00
Cacodemon345
ee69b022fc qt: OpenGL ES 3.0 support 2022-03-01 13:31:19 +06:00
ts-korhonen
16e98249c1 qt: fix build error 2022-02-28 22:29:06 +02:00
ts-korhonen
7af0069693 qt: QOpenGLFunctions_3_0 -> QOpenGLExtraFunctions 2022-02-28 22:13:11 +02:00
ts-korhonen
911c300123 qt: add missing call to glBufferSubData 2022-02-28 21:55:58 +02:00
ts-korhonen
c9714c9bfc qt: Try to fix linux gcc 11 build 2022-02-27 20:22:28 +02:00
ts-korhonen
1dcb712ef7 qt: Remove QFlags from OpenGLOptions.
Didn't work in ubuntu and was a bad design attempt to mimic win32
options change detection.
2022-02-27 16:45:57 +02:00
ts-korhonen
d2a9389ce7 qt: Initial OpenGL 3.0 renderer implementation 2022-02-27 14:56:51 +02:00