summaryrefslogtreecommitdiffstats
path: root/src/extras/defaults/qt3dwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for module and plugin filesLucie Gérard2024-07-011-1/+1
* Add ability to target Left/Right back buffer to use with stereo modeAlexander Busse2023-11-091-1/+2
* Don't change RHI's default surface format versionBogDan Vatra2023-10-021-3/+0
* qt3dwindow: request Direct3DSurface when requesting d3d11Paul Lemire2023-07-201-1/+1
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-101-5/+1
* Adjust CMake condition and condition in code when including vulkan headersAlexey Edelev2022-09-231-1/+4
* Qt3DExtras: includemocsMike Krus2022-06-231-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-221-49/+2
* Disable RHI Renderer by defaultMike Krus2021-07-191-1/+4
* Fix detection of VulkanMike Krus2021-03-221-2/+2
* Qt3DWindow: request OpenGL API and renderer on 5.15Paul Lemire2021-02-241-4/+12
* Make Qt3DWindow handle default surface format more gracefullyMike Krus2021-01-271-9/+25
* Qt3DWindow::setupWindowSurface set QT3D_RENDERER env variable if unsetPaul Lemire2021-01-071-6/+16
* Only set the format to 1.0 if it was not changed due to OpenGLAndy Shaw2020-09-301-1/+1
* rhi: add gl and gles2 aliases for the RHI opengl backendPaul Lemire2020-08-101-1/+3
* Use QSG_RHI_BACKEND instead of QT3D_RHI_DEFAULT_APIPaul Lemire2020-08-071-6/+6
* Qt3DWindow: don't overload requested apiPaul Lemire2020-07-301-2/+0
* Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-291-0/+5
* Fix build for Qt6Mike Krus2020-05-061-1/+1
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-19/+78
|\
| * rhi: Make Qt3DQuickWindow work with RHIJean-Michaël Celerier2020-04-221-88/+73
| * rhi: Port most of Qt3DExtras materials to RHIJean-Michaël Celerier2020-04-221-1/+0
| * rhi: Handle RHI-required information in QShaderGraphJean-Michaël Celerier2020-04-211-0/+6
| * Allow Qt3DWindow to choose which graphics API to use on constructionJean-Michaël Celerier2020-03-111-2/+71
* | Introduce QCoreAspectMike Krus2020-04-091-0/+2
|/
* Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-1/+1
* Fix a crash in Qt3DWindow when the window has no heightJean-Michaël Celerier2019-11-261-1/+1
* Update QRenderSettings to use direct syncPaul Lemire2019-09-251-2/+6
* Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
* Doc: Fix various documentation warningsTopi Reinio2018-11-071-0/+2
* Qt3DWindow: Redraw scene on expose events when using OnDemand renderingChristian Andersen2018-11-061-0/+15
* Qt3DWindow/Qt3DQuickWindow base custom surface format on default onePaul Lemire2018-08-291-1/+1
* Fix resource init namespace issuesLaszlo Agocs2017-11-141-3/+8
* Fix material system qrc in static buildsLaszlo Agocs2017-11-081-0/+4
* Doc: add doc to undocumented methods in qt3dwindow.cppNico Vertriest2017-10-091-1/+27
* Implement PIMPL for Qt3DWindowJere Tuliniemi2017-05-151-29/+51
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-4/+2
|\
| * Coding convention fix for Src/ExtrasRobert Brock2017-04-011-4/+2
* | Don't call QWindow::create() from the constructorSean Harmer2017-03-151-1/+0
* | Add accessor for QRenderSettingsMike Krus2017-02-061-0/+5
|/
* Allow Qt3DWindow::setRootEntity() after window has been shownWieland Hagen2017-01-071-5/+7
* Qt3DWindow rename defaultFramegraph to defaultFrameGraphPaul Lemire2016-08-111-1/+1
* Qt3DWindow: Call QSurfaceFormat::setDefaultFormatHarald Vistnes2016-07-011-0/+1
* Move last remaining pieces of examples-common to Qt3DExtrasPaul Lemire2016-05-011-0/+179