summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* rhi: cleanupGraphicsResource removes pipelines associated to released shadersPaul Lemire2020-08-061-11/+27
* rhi: renderer -> update a few comments to avoid confusionPaul Lemire2020-08-061-3/+3
* Ignore incomplete pipelinesMike Krus2020-08-062-1/+7
* Force Pipeline rebuild on shader dirtyPaul Lemire2020-08-063-2/+38
* rhigraphicspipeline: add missing overridePaul Lemire2020-08-061-1/+1
* Fix light handlingPaul Lemire2020-08-063-2/+42
* Complete UBO/SSBO supportPaul Lemire2020-08-0510-35/+304
* rhi: fix compilation in release modePaul Lemire2020-08-051-1/+1
* rhi: Start adding compute supportJean-Michaël Celerier2020-08-0515-167/+483
* Handle backend type based on QtQuick settingsMike Krus2020-08-051-0/+4
* CMake: Prepare for removal of Threads::Threads special casesAlexandru Croitor2020-08-051-4/+7
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-08-033-1/+7
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-143-1/+18
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-143-10/+29
| | |\
| | | * QShaderGraph: disable edges connected to disabled nodesv5.15.0-rc2v5.15.0-rc1v5.15.0Nicolas Guichard2020-04-271-10/+12
| | | * Reduce CommandBuilding/Update job spawning thresholdPaul Lemire2020-04-241-4/+4
| | | * Add missing private warningMike Krus2020-04-241-0/+14
| | | * Unregister the event filter when the render aspect is unregisteredAndy Shaw2020-04-241-0/+3
| | * | Remove a dead store in Scene3DRendererJean-Michaël Celerier2020-05-071-1/+1
* | | | rhi: protect accesses to the Render cachePaul Lemire2020-07-311-2/+4
* | | | QShaderGenerator: generate node headers in the same order as statementsNicolas Guichard2020-07-311-58/+28
* | | | Qt3DWindow: don't overload requested apiPaul Lemire2020-07-301-2/+0
* | | | Make sample meshes geometry renderers againMike Krus2020-07-3030-152/+1950
* | | | Add support for synchronous pickingMike Krus2020-07-3016-145/+154
* | | | rhi: Update PipelineUBOSet::resourceLayout to not allocate UBOsPaul Lemire2020-07-293-34/+10
* | | | rhi: don't abort early when a geometry has more attributes than a shader requ...Paul Lemire2020-07-291-9/+6
* | | | EnvLight uniforms add name aliasesPaul Lemire2020-07-292-4/+20
* | | | Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-2916-302/+706
* | | | Protect accesses to the Render cachePaul Lemire2020-07-271-1/+4
* | | | QBoundingVolume: fix unitialized valuedPaul Lemire2020-07-271-0/+1
* | | | Update buffer visitorMike Krus2020-07-272-174/+46
* | | | Fix vS2019 build issuesMike Krus2020-07-205-10/+4
* | | | Fix build to change in typeof QList::size()Mike Krus2020-07-173-3/+7
* | | | rhi: fix SubmissionContext::loadShader for Unicode filesNicolas Guichard2020-07-161-7/+12
* | | | RHIBuffer: don't destroy buffer immediately when orphaningPaul Lemire2020-07-163-2/+26
* | | | rhi: avoid copies when uploading UBOsPaul Lemire2020-07-162-8/+4
* | | | Remove string concatenations when uploading UBOsPaul Lemire2020-07-164-83/+72
* | | | PipelineKey: use Geometry Layout instead of GeometryIDPaul Lemire2020-07-167-25/+42
* | | | Add AttributeInfo to allow comparing RenderCommand geometry layoutsPaul Lemire2020-07-167-20/+132
* | | | Use a single UBO per binding for all commands using the same pipelinePaul Lemire2020-07-1613-489/+919
* | | | RHIBuffer: remove unreachable code pathPaul Lemire2020-07-101-4/+0
* | | | ES2: Clarify warnings about MSAAPaul Lemire2020-07-101-2/+4
* | | | Use QList instead of QVector in renderJarek Kobus2020-07-09102-320/+312
* | | | Use QList instead of QVector in implementation and docsJarek Kobus2020-07-09172-554/+531
* | | | RHI: Handle cases where buffer has no dataPaul Lemire2020-07-094-5/+14
* | | | rhi/renderer: small tidiesPaul Lemire2020-07-091-5/+5
* | | | Move RenderViewInitializer,Builder/Updater jobs to a common placePaul Lemire2020-07-0830-1592/+659
* | | | Isolate picking event processingMike Krus2020-07-085-118/+139
* | | | RHI Renderer: align prepareCommandsSubmission with OpenGL rendererPaul Lemire2020-07-081-7/+1
* | | | RHI: uploadBuffersForCommand check return value of RHIBuffer::bindPaul Lemire2020-07-081-3/+6