aboutsummaryrefslogtreecommitdiffstats
path: root/src/runtimerender/qssgrhieffectsystem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Xr: Fix embedded View3Ds in XR when rendering with multiviewChristian Strømme2024-12-091-6/+7
* Start enabling postproc effects in multiview modeLaszlo Agocs2024-05-071-1/+2
* Remove some usage of QSSGRef for shader pipelinesChristian Strømme2023-05-191-6/+6
* Replace QSSGRef usage in the render context interfaceChristian Strømme2023-04-181-5/+5
* RenderContextInterface improvementsChristian Strømme2023-04-181-2/+2
* Fix up some weirdness in the effect systemChristian Strømme2023-03-231-5/+1
* Add a persistent, disk-based cache for the shader generatorLaszlo Agocs2022-10-261-2/+31
* Improve quick3d profiling eventsAntti Määttä2022-10-131-1/+1
* Hook up DebugView to the QSSGRhiContextStatsLaszlo Agocs2022-10-061-2/+3
* Use SPDX license identifiersLucie Gérard2022-06-161-29/+3
* Add support for generating shaders for effectsChristian Strømme2020-12-151-0/+11
* Avoid allocation when building the pipeline key for effectsChristian Strømme2020-12-111-1/+1
* Clean-up effect systems setup() functionChristian Strømme2020-12-101-2/+2
* Write directly into the underlying data for uniform buffersLaszlo Agocs2020-10-131-0/+1
* Merge QSSGRhiShaderStages and ..WithResourcesLaszlo Agocs2020-09-291-3/+3
* Take the overridden effect output format into accountLaszlo Agocs2020-09-061-0/+2
* Prevent prog/temp AA failing validation with effects on VulkanLaszlo Agocs2020-09-061-1/+1
* Unify effect shader style with custom materialsLaszlo Agocs2020-09-031-4/+7
* Clean-up the render commands classChristian Strømme2020-05-121-5/+5
* Remove QSSGRendererInterfaceChristian Strømme2020-05-121-3/+3
* Remove the Render moduleAndy Nichols2020-05-101-1/+1
* RHI: set mix value for effectsPaul Olav Tvete2020-04-151-1/+1
* RHI: Effect system code cleanupEirik Aavitsland2020-04-031-4/+5
* RHI: use correct filtering for effect input texturePaul Olav Tvete2020-04-011-2/+2
* RHI: Add support for depth texture in post-processing effectsEirik Aavitsland2020-03-271-1/+5
* RHI: support effects using BufferInput with paramPaul Olav Tvete2020-03-251-3/+1
* RHI: add support for multi-pass effectsPaul Olav Tvete2020-03-231-12/+14
* RHI: Implement optional common effect uniformsEirik Aavitsland2020-03-201-1/+2
* RHI: add support for multiple effectsPaul Olav Tvete2020-03-191-2/+8
* RHI: Support texture properties in post-processing effectsEirik Aavitsland2020-03-191-7/+6
* RHI: Add rudimentary support for post-processing effectsEirik Aavitsland2020-03-131-0/+91