summaryrefslogtreecommitdiffstats
path: root/src/openglwidgets
Commit message (Expand)AuthorAgeFilesLines
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-171-0/+1
* 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
* Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBaseGiuseppe D'Angelo2023-07-111-0/+1
* 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
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-2/+0
* Add missing underlying type and Q_ENUM to QOpenGLWidget enumsKristoffer Skau2023-01-261-1/+3
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-012-18/+79
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-282-59/+246
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-141-2/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* 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-163-114/+6
* Add missing header files to the module sourcesAlexey Edelev2022-05-121-0/+1
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-87/+160
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-2/+2
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-252-14/+2
* Document QOpenGLWidget limitations without an alpha channelLaszlo Agocs2021-01-151-0/+13
* Remove the qmake project filesJoerg Bornemann2021-01-071-13/+0
* Fix missing repaints with QOpenGLWidget in a QDockWidgetLaszlo Agocs2021-01-061-1/+6
* Member-initialize QOpenGLWidgetPrivateVolker Hilsheimer2020-11-091-35/+18
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* 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-185-0/+1674