lib_ui/ui/gl
2023-04-27 16:52:58 +04:00
..
gl_detection.cpp Make a more robust check of OpenGL init. 2023-04-27 10:57:21 +04:00
gl_detection.h Make the default rendering backend choosing logic public 2023-02-28 16:17:40 +04:00
gl_image.cpp Ensure correct FBO size in QOpenGLWidget. 2023-03-13 15:56:17 +04:00
gl_image.h Allow Ui::GL::Renderer::deinit on lost context. 2021-09-03 21:41:12 +03:00
gl_math.cpp Remove redundant Uniform(QColor) helper. 2021-06-07 18:31:11 +04:00
gl_math.h Remove redundant Uniform(QColor) helper. 2021-06-07 18:31:11 +04:00
gl_primitives.cpp Remove BackgroundFiller, use glClear in paintEvent. 2021-06-10 23:36:26 +04:00
gl_primitives.h Simple replacements for Qt 6 2021-10-19 17:06:25 +04:00
gl_shader.cpp Add NV12 -> RGB shader. 2022-03-22 19:46:19 +04:00
gl_shader.h Add NV12 -> RGB shader. 2022-03-22 19:46:19 +04:00
gl_surface.cpp Ensure correct FBO size in QOpenGLWidget. 2023-03-13 15:56:17 +04:00
gl_surface.h Allow Ui::GL::Renderer::deinit on lost context. 2021-09-03 21:41:12 +03:00
gl_window.cpp Fix kUseNativeChild with Qt 6.4+ 2023-04-27 16:52:58 +04:00
gl_window.h Allow custom ChooseBackend hook in RpWindow. 2023-02-10 20:10:42 +04:00