summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/renderer/pipelineuboset.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable uniform buffer for RHI compute shadersPhilip Schuchardt2024-01-161-2/+3
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-1/+1
* Silence a type conversion warningAmir Masoud Abdol2023-04-031-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-221-38/+2
* Fix Light Uniform handlingPaul Lemire2022-06-161-8/+13
* Fix some compile warningsMike Krus2022-06-031-3/+3
* 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-201-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