| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Fix links to deprecated functions | David Boddie | 2025-06-16 | 1 | -2/+2 |
| * | Lazily create global share context when Qt::AA_ShareOpenGLContexts is set | Tor Arne Vestbø | 2025-05-23 | 1 | -1/+1 |
| * | Add QPaintDevice metric query to get precise fractional DPR value | Eirik Aavitsland | 2024-05-30 | 1 | -0/+4 |
| * | Fix offscreen rendering in QOpenGLWidget | Inho Lee | 2024-03-07 | 1 | -3/+5 |
| * | Mention QChronoTimer in API docs | Ahmad Samir | 2024-03-03 | 1 | -1/+1 |
| * | Add QWidgetPrivate::rhi() helper method | Tor Arne Vestbø | 2024-03-01 | 1 | -9/+4 |
| * | QOpenGLWidget: Call glClear in the default paintGL implementation | Laszlo Agocs | 2023-09-04 | 1 | -0/+7 |
| * | Enable QWidget::grab() with QRhiWidget in the widget tree | Laszlo Agocs | 2023-08-28 | 1 | -0/+5 |
| * | QOpenGLWidget: invalidate the depth/stencil after rendering | Giuseppe D'Angelo | 2023-07-26 | 1 | -18/+39 |
| * | QOpenGLWidget: use (and prefer) InvalidateFramebuffer | Giuseppe D'Angelo | 2023-07-25 | 1 | -4/+3 |
| * | Make QOpenGLWidget work with QT_WIDGETS_HIGHDPI_DOWNSCALE | Morten Sørvig | 2023-05-24 | 1 | -8/+2 |
| * | rhi: Make it a QPA-style private but semi-public API | Laszlo Agocs | 2023-05-21 | 1 | -2/+1 |
| * | Tune textures example to work with wasm and update docs | Laszlo Agocs | 2023-04-25 | 1 | -1/+8 |
| * | wasm: QOpenGLWidget: ensure depth write is enabled when calling paintGL | Laszlo Agocs | 2023-04-20 | 1 | -0/+4 |
| * | QOpenGLWidget: correct the lifetime of the wrapper texture objects | Laszlo Agocs | 2023-04-18 | 1 | -2/+2 |
| * | Add QOpenGLWindow/Widget doc note about depth/stencil | Laszlo Agocs | 2023-03-16 | 1 | -0/+7 |
| * | Doc: fix QOpenGLWidget::defaultFramebufferObject documentation | Volker Hilsheimer | 2023-03-05 | 1 | -7/+5 |
| * | Introduce events for Window device pixel ratio changes | David Edmundson | 2023-02-13 | 1 | -1/+1 |
| * | Support stereoscopic rendering with QGraphicsView | Kristoffer Skau | 2022-12-01 | 1 | -18/+78 |
| * | Add support for stereoscopic content in QOpenGLWidget | Kristoffer Skau | 2022-11-28 | 1 | -59/+237 |
| * | Fix rhi flush eval perf. and native window problems | Laszlo Agocs | 2022-11-14 | 1 | -2/+9 |
| * | Fix typos in docs and comments | Kai Köhne | 2022-06-15 | 1 | -2/+2 |
| * | QOpenGLWidget: Fix a typo in the public documentation | Laszlo Papp | 2022-05-27 | 1 | -1/+1 |
| * | Make sure the correct context is current when invoking resizeGL | Laszlo Agocs | 2022-05-24 | 1 | -0/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Compose render-to-texture widgets through QRhi | Laszlo Agocs | 2022-03-11 | 1 | -87/+160 |
| * | Fix deprecated uses of QScopedPointer | Mårten Nordheim | 2022-03-08 | 1 | -2/+2 |
| * | Document QOpenGLWidget limitations without an alpha channel | Laszlo Agocs | 2021-01-15 | 1 | -0/+13 |
| * | Fix missing repaints with QOpenGLWidget in a QDockWidget | Laszlo Agocs | 2021-01-06 | 1 | -1/+6 |
| * | Member-initialize QOpenGLWidgetPrivate | Volker Hilsheimer | 2020-11-09 | 1 | -35/+18 |
| * | Port from devicePixelRatioF() to devicePixelRatio() | Morten Johan Sørvig | 2020-09-10 | 1 | -9/+9 |
| * | Register QPlatformBackingStoreOpenGLSupport when needed | Tor Arne Vestbø | 2020-07-29 | 1 | -0/+3 |
| * | Doc: Change docs from internal to reimp | Paul Wicking | 2020-06-25 | 1 | -4/+4 |
| * | Docs: Remove lenghty comparison with QGLWidget | Johan Klokkhammer Helsing | 2020-02-20 | 1 | -62/+6 |
| * | Move QOpenGLWidget from QtOpenGL to its own module | Johan Klokkhammer Helsing | 2020-02-18 | 1 | -0/+1472 |