summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* fix stereo renderingAlexander Busse2024-03-192-17/+9
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-281-1/+0
* Fix crash in QPaintedTextureImage when never calling repaint()Aurélien Brooke2024-02-281-0/+3
* ShaderData: Atomically generate property valuesAlexander Hulander2024-02-283-12/+11
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-1354-213/+213
* build system: fix unity buildsTim Blechmann2024-02-0769-104/+162
* Fix issue with camera shaking with large offset valuesMike Krus2024-01-155-3/+20
* Readability: use empty() instead of size() to check for emptinessAurélien Brooke2024-01-136-12/+12
* Add ability to target Left/Right back buffer to use with stereo modeAlexander Busse2023-11-093-8/+46
* Doc: Add missing parentheses to code snippetPaul Wicking2023-10-201-2/+2
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* Fix UB (signed char passed to <cctype> function)Marc Mutz2023-08-041-1/+1
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-225-22/+23
* PlatformSurfaceFilter: use QMutex instead of QSemaphoreThiago Macieira2023-06-062-6/+6
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-064-19/+19
* Fix valgrind issue in GeometryRendererFriedemann Kleint2023-04-191-1/+2
* PlatformSurfaceFilter: fix crash when Scene3D is destroyed after windowAurélien Brooke2023-04-131-1/+2
* Remove qmake build filesMike Krus2023-03-1716-737/+0
* TriangleCollisionVisitor: perform intersections tests in local spacePaul Lemire2023-02-211-11/+9
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-101-0/+3
* QPaintedTextureImage: fill image with transparency by defaultPaul Lemire2023-02-101-0/+1
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-108-54/+0
* 3DCore: rip away the configure option and static choice of SIMDThiago Macieira2023-01-191-1/+1
* Fix the input qualifier of the fragment shader for GLSL1.10Inho Lee2023-01-102-1/+10
* Remove unused forward declarationsAurélien Brooke2022-12-213-5/+0
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-216-17/+17
* Fix incorrect usages of std::make_move_iteratorAurélien Brooke2022-12-193-25/+13
* qtexturedataupdate.h: fix namespace declaration for syncqt to workPaul Lemire2022-12-191-2/+1
* LoadSceneJob: don't risk to leak the loaded subtreeAurélien Brooke2022-12-172-3/+4
* Load sceneparser plugins only when processing the first LoadSceneJobAurélien Brooke2022-12-152-8/+14
* cmake: make qt3d-vulkan feature depends on vulkan in QtGuiLiang Qi2022-12-071-1/+1
* CMake: Fix build without qtshadertoolsJoerg Bornemann2022-11-251-0/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-2021-30/+30
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-208-11/+11
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-204-8/+4
* Adjust CMake condition and condition in code when including vulkan headersAlexey Edelev2022-09-231-0/+1
* Port away from deprecated QRegularExpression::match() callIvan Solovev2022-09-011-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-242-2/+2
* RHI backend: set texture handle on the frontend nodePaul Lemire2022-08-111-1/+2
* Doc: Remove duplicate docs ObjectPicker::clickedYAMAMOTO Atsushi2022-07-131-8/+0
* Doc: Fix typo BlendEquationArguments::destinationAlphaYAMAMOTO Atsushi2022-07-131-1/+1
* Doc: Fix typo in \code blockYAMAMOTO Atsushi2022-07-132-2/+2
* FilterKey: fix ambiguous relational operators in C++20Marc Mutz2022-07-122-8/+8
* Fix various [=] lambda captures to capture [this] insteadMarc Mutz2022-07-122-3/+3
* Add license headers to cmake filesLucie Gérard2022-07-082-0/+6
* Fix compile warningsMike Krus2022-06-232-1/+2
* QViewport documentation: fix wrong property type for gamma propertyPaul Lemire2022-06-221-1/+1
* Qt3DRender: includemocsMike Krus2022-06-22105-0/+210
* Use SPDX license identifiersLucie Gérard2022-06-22606-23072/+1256
* Fix some compile warningsMike Krus2022-06-039-21/+22