| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ensure function-scope static variables are only initialized once | Moss Heim | 2025-09-29 | 2 | -29/+29 |
| * | Return to supporting eglCreateImage in EGLHelper::queryDmaBuf | Moss Heim | 2025-09-18 | 2 | -12/+134 |
| * | CRA mark src/core/compositor and src/core/ozone | Peter Varga | 2025-08-06 | 16 | -0/+16 |
| * | Remove leftover QOffscreenSurface from EGLHelper | Peter Varga | 2025-08-06 | 2 | -9/+0 |
| * | Specify native platform for ANGLE's EGL backend on Wayland | Peter Varga | 2025-07-30 | 1 | -0/+15 |
| * | Adaptations for Chromium 134 | Allan Sandfeld Jensen | 2025-07-14 | 1 | -1/+2 |
| * | Fix -no-opengl build | Peter Varga | 2025-07-02 | 1 | -0/+2 |
| * | Make possible to use system EGL instead of ANGLE on Linux | Peter Varga | 2025-06-05 | 3 | -24/+105 |
| * | Make possible to use fake GL API with Vulkan | Peter Varga | 2025-06-05 | 1 | -0/+1 |
| * | NativeSkiaOutputDevice: Set color type according to NativePixmap support | Peter Varga | 2025-06-05 | 2 | -19/+28 |
| * | Create EGLImage with eglCreateDRMImageMESA() for exporting dma_buf | Peter Varga | 2025-05-21 | 2 | -91/+16 |
| * | Do not list GLX frame buffer configurations unnecessarily | Peter Varga | 2025-04-09 | 2 | -4/+17 |
| * | Add "default" and "gl" ANGLE implementation support to Ozone | Peter Varga | 2025-03-26 | 1 | -4/+58 |
| * | NativeSkiaOutputDeviceOpenGL: Fix leaking X11 Pixmap | Peter Varga | 2025-03-26 | 2 | -0/+11 |
| * | Use printf-like syntax for qFatal, qWarning and qInfo where appropriate | Peter Varga | 2025-03-11 | 3 | -12/+14 |
| * | Fix -opengl es2 build | Peter Varga | 2025-02-26 | 1 | -6/+6 |
| * | Fix importing memory object for rendering without NativePixmap | Peter Varga | 2025-02-24 | 2 | -3/+9 |
| * | Disable dma-buf and GBM for nvidia with GLX | Peter Varga | 2025-02-24 | 3 | -1/+11 |
| * | Add WebEngineContext::isGbmSupported() | Peter Varga | 2025-02-24 | 1 | -15/+7 |
| * | Improve GL error checking | Moss Heim | 2025-01-17 | 1 | -6/+6 |
| * | Fix spurious Wayland+OpenGL assert | Moss Heim | 2025-01-15 | 2 | -0/+28 |
| * | Re-enable multiplanar video decode on Linux | Peter Varga | 2024-12-06 | 1 | -1/+10 |
| * | Remove direct GLX and EGL rendering | Peter Varga | 2024-12-05 | 18 | -1232/+23 |
| * | Fix various clang compiler warnings | Peter Varga | 2024-11-13 | 1 | -1/+1 |
| * | Add GLXHelper | Peter Varga | 2024-11-07 | 4 | -5/+151 |
| * | Add GLHelper | Peter Varga | 2024-11-07 | 2 | -0/+83 |
| * | Factor EGLHelper out | Peter Varga | 2024-11-02 | 8 | -311/+364 |
| * | Add REUSE.toml files and missing licenses | Lucie Gérard | 2024-10-31 | 1 | -0/+7 |
| * | Add OzoneUtilQt and clean up GLContextHelper | Peter Varga | 2024-10-31 | 10 | -84/+152 |
| * | Remove direct WGL rendering | Peter Varga | 2024-10-30 | 18 | -284/+21 |
| * | Adaptations for Chromium 126 | Allan Sandfeld Jensen | 2024-09-26 | 6 | -6/+6 |
| * | Adaptations for Chromium 124 | Allan Sandfeld Jensen | 2024-09-26 | 3 | -5/+8 |
| * | Fix compilation without egl | Michal Klocek | 2024-09-10 | 1 | -1/+5 |
| * | EGL: Do not create GL context with no compatible surface | Vladimir Belyavsky | 2024-09-09 | 1 | -0/+4 |
| * | Fix cross comile error for apalis-imx8 | Michal Klocek | 2024-08-22 | 1 | -1/+2 |
| * | Exclude ozone sources from non-Linux builds | Peter Varga | 2024-08-13 | 4 | -101/+81 |
| * | Fix -no-opengl build | Peter Varga | 2024-08-13 | 1 | -0/+2 |
| * | Remove kGLImplementationEGLGLES2 cases for Windows | Peter Varga | 2024-08-08 | 2 | -4/+1 |
| * | Support ANGLE to EGL/GLX painting | Peter Varga | 2024-07-17 | 4 | -13/+186 |
| * | Fix restoring EGL context in EGLHelper | Peter Varga | 2024-07-17 | 2 | -9/+41 |
| * | Remove leftover EGL context initialization methods | Peter Varga | 2024-06-24 | 2 | -20/+0 |
| * | Initialize extension settings for EGL | Peter Varga | 2024-06-24 | 1 | -2/+17 |
| * | Adaptations for Chromium 122 | Michal Klocek | 2024-06-07 | 5 | -19/+21 |
| * | Adaptations for Chromium 120 | Allan Sandfeld Jensen | 2024-06-07 | 1 | -1/+1 |
| * | Fix codechecker warning | Allan Sandfeld Jensen | 2024-05-16 | 1 | -2/+2 |
| * | Fix crash when playing video with disabled NativePixmap support | Peter Varga | 2024-05-10 | 1 | -3/+9 |
| * | Disable VAAPI without NativePixmap support | Peter Varga | 2024-05-10 | 1 | -2/+3 |
| * | Make sure to create QOffscreenSurface on the main thread for EGL | Peter Varga | 2024-05-06 | 5 | -21/+27 |
| * | Fix -no-opengl build | Peter Varga | 2024-04-18 | 3 | -6/+20 |
| * | Do not use GBM directly for EGL | Peter Varga | 2024-03-21 | 3 | -87/+238 |