summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/renderer/pipelineuboset.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-5/+5
* RHI: handle uniforms of type arrays properlyPaul Lemire2020-11-281-0/+30
* Fix deprecated API usage and compile warningsMike Krus2020-11-231-0/+2
* RHI: add warnings when pipeline resource bindings mismatchPaul Lemire2020-10-201-1/+31
* rhi pipelineuboset: handle more commands uniforms that can fit in a single UBOPaul Lemire2020-08-181-41/+109
* rhi: pipelineuboset remove stray characterPaul Lemire2020-08-071-1/+1
* Fix build and warningsMike Krus2020-08-071-3/+0
* Fix light handlingPaul Lemire2020-08-061-2/+10
* Complete UBO/SSBO supportPaul Lemire2020-08-051-22/+204
* rhi: Update PipelineUBOSet::resourceLayout to not allocate UBOsPaul Lemire2020-07-291-25/+8
* rhi: avoid copies when uploading UBOsPaul Lemire2020-07-161-4/+2
* Remove string concatenations when uploading UBOsPaul Lemire2020-07-161-40/+34
* PipelineKey: use Geometry Layout instead of GeometryIDPaul Lemire2020-07-161-8/+12
* Use a single UBO per binding for all commands using the same pipelinePaul Lemire2020-07-161-0/+426