index
:
qt/qt3d.git
5.10
5.11
5.12
5.13
5.14
5.15
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
qt4
wip/animation
wip/cmake
wip/particles
wip/physics
wip/qtquickintegration
wip/refactor
wip/rhi-renderer
wip/vr
Qt3D
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extras
/
defaults
/
qt3dwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct license for module and plugin files
Lucie Gérard
2024-07-01
1
-1
/
+1
*
Add ability to target Left/Right back buffer to use with stereo mode
Alexander Busse
2023-11-09
1
-1
/
+2
*
Don't change RHI's default surface format version
BogDan Vatra
2023-10-02
1
-3
/
+0
*
qt3dwindow: request Direct3DSurface when requesting d3d11
Paul Lemire
2023-07-20
1
-1
/
+1
*
Remove Qt6 QT_VERSION checks from the code base
Paul Lemire
2023-02-10
1
-5
/
+1
*
Adjust CMake condition and condition in code when including vulkan headers
Alexey Edelev
2022-09-23
1
-1
/
+4
*
Qt3DExtras: includemocs
Mike Krus
2022-06-23
1
-0
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-49
/
+2
*
Disable RHI Renderer by default
Mike Krus
2021-07-19
1
-1
/
+4
*
Fix detection of Vulkan
Mike Krus
2021-03-22
1
-2
/
+2
*
Qt3DWindow: request OpenGL API and renderer on 5.15
Paul Lemire
2021-02-24
1
-4
/
+12
*
Make Qt3DWindow handle default surface format more gracefully
Mike Krus
2021-01-27
1
-9
/
+25
*
Qt3DWindow::setupWindowSurface set QT3D_RENDERER env variable if unset
Paul Lemire
2021-01-07
1
-6
/
+16
*
Only set the format to 1.0 if it was not changed due to OpenGL
Andy Shaw
2020-09-30
1
-1
/
+1
*
rhi: add gl and gles2 aliases for the RHI opengl backend
Paul Lemire
2020-08-10
1
-1
/
+3
*
Use QSG_RHI_BACKEND instead of QT3D_RHI_DEFAULT_API
Paul Lemire
2020-08-07
1
-6
/
+6
*
Qt3DWindow: don't overload requested api
Paul Lemire
2020-07-30
1
-2
/
+0
*
Refactor Scene3D to work with both RHI and GL Qt3D renderers
Paul Lemire
2020-07-29
1
-0
/
+5
*
Fix build for Qt6
Mike Krus
2020-05-06
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Mike Krus
2020-04-27
1
-19
/
+78
|
\
|
*
rhi: Make Qt3DQuickWindow work with RHI
Jean-Michaël Celerier
2020-04-22
1
-88
/
+73
|
*
rhi: Port most of Qt3DExtras materials to RHI
Jean-Michaël Celerier
2020-04-22
1
-1
/
+0
|
*
rhi: Handle RHI-required information in QShaderGraph
Jean-Michaël Celerier
2020-04-21
1
-0
/
+6
|
*
Allow Qt3DWindow to choose which graphics API to use on construction
Jean-Michaël Celerier
2020-03-11
1
-2
/
+71
*
|
Introduce QCoreAspect
Mike Krus
2020-04-09
1
-0
/
+2
|
/
*
Remove QtGui module path from OpenGL related paths
Mike Krus
2020-02-06
1
-1
/
+1
*
Fix a crash in Qt3DWindow when the window has no height
Jean-Michaël Celerier
2019-11-26
1
-1
/
+1
*
Update QRenderSettings to use direct sync
Paul Lemire
2019-09-25
1
-2
/
+6
*
Replace QLatin1Literal with QLatin1String
Giuseppe D'Angelo
2019-06-11
1
-1
/
+1
*
Doc: Fix various documentation warnings
Topi Reinio
2018-11-07
1
-0
/
+2
*
Qt3DWindow: Redraw scene on expose events when using OnDemand rendering
Christian Andersen
2018-11-06
1
-0
/
+15
*
Qt3DWindow/Qt3DQuickWindow base custom surface format on default one
Paul Lemire
2018-08-29
1
-1
/
+1
*
Fix resource init namespace issues
Laszlo Agocs
2017-11-14
1
-3
/
+8
*
Fix material system qrc in static builds
Laszlo Agocs
2017-11-08
1
-0
/
+4
*
Doc: add doc to undocumented methods in qt3dwindow.cpp
Nico Vertriest
2017-10-09
1
-1
/
+27
*
Implement PIMPL for Qt3DWindow
Jere Tuliniemi
2017-05-15
1
-29
/
+51
*
Merge branch '5.8' into 5.9
Sean Harmer
2017-04-02
1
-4
/
+2
|
\
|
*
Coding convention fix for Src/Extras
Robert Brock
2017-04-01
1
-4
/
+2
*
|
Don't call QWindow::create() from the constructor
Sean Harmer
2017-03-15
1
-1
/
+0
*
|
Add accessor for QRenderSettings
Mike Krus
2017-02-06
1
-0
/
+5
|
/
*
Allow Qt3DWindow::setRootEntity() after window has been shown
Wieland Hagen
2017-01-07
1
-5
/
+7
*
Qt3DWindow rename defaultFramegraph to defaultFrameGraph
Paul Lemire
2016-08-11
1
-1
/
+1
*
Qt3DWindow: Call QSurfaceFormat::setDefaultFormat
Harald Vistnes
2016-07-01
1
-0
/
+1
*
Move last remaining pieces of examples-common to Qt3DExtras
Paul Lemire
2016-05-01
1
-0
/
+179