summaryrefslogtreecommitdiffstats
path: root/src/openglwidgets/qopenglwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix offscreen rendering in QOpenGLWidgetInho Lee2024-03-071-3/+5
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-1/+1
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-011-9/+4
* QOpenGLWidget: Call glClear in the default paintGL implementationLaszlo Agocs2023-09-041-0/+7
* Enable QWidget::grab() with QRhiWidget in the widget treeLaszlo Agocs2023-08-281-0/+5
* QOpenGLWidget: invalidate the depth/stencil after renderingGiuseppe D'Angelo2023-07-261-18/+39
* QOpenGLWidget: use (and prefer) InvalidateFramebufferGiuseppe D'Angelo2023-07-251-4/+3
* Make QOpenGLWidget work with QT_WIDGETS_HIGHDPI_DOWNSCALEMorten Sørvig2023-05-241-8/+2
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-2/+1
* Tune textures example to work with wasm and update docsLaszlo Agocs2023-04-251-1/+8
* wasm: QOpenGLWidget: ensure depth write is enabled when calling paintGLLaszlo Agocs2023-04-201-0/+4
* QOpenGLWidget: correct the lifetime of the wrapper texture objectsLaszlo Agocs2023-04-181-2/+2
* Add QOpenGLWindow/Widget doc note about depth/stencilLaszlo Agocs2023-03-161-0/+7
* Doc: fix QOpenGLWidget::defaultFramebufferObject documentationVolker Hilsheimer2023-03-051-7/+5
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-131-1/+1
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-011-18/+78
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-281-59/+237
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-141-2/+9
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* QOpenGLWidget: Fix a typo in the public documentationLaszlo Papp2022-05-271-1/+1
* Make sure the correct context is current when invoking resizeGLLaszlo Agocs2022-05-241-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-87/+160
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-2/+2
* Document QOpenGLWidget limitations without an alpha channelLaszlo Agocs2021-01-151-0/+13
* Fix missing repaints with QOpenGLWidget in a QDockWidgetLaszlo Agocs2021-01-061-1/+6
* Member-initialize QOpenGLWidgetPrivateVolker Hilsheimer2020-11-091-35/+18
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-9/+9
* Register QPlatformBackingStoreOpenGLSupport when neededTor Arne Vestbø2020-07-291-0/+3
* Doc: Change docs from internal to reimpPaul Wicking2020-06-251-4/+4
* Docs: Remove lenghty comparison with QGLWidgetJohan Klokkhammer Helsing2020-02-201-62/+6
* Move QOpenGLWidget from QtOpenGL to its own moduleJohan Klokkhammer Helsing2020-02-181-0/+1472