summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/effects
Commit message (Expand)AuthorAgeFilesLines
* Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-257-24/+25
* Add dependency detection improvements to the render graph.Dario2024-11-012-8/+11
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Merge pull request #86809 from clayjohn/TAA-disocclusionRémi Verschelde2024-09-031-2/+2
|\
| * Tune TAA disocclusion scale to avoid rejecting all samples during motion.clayjohn2024-01-041-2/+2
* | Fix double free in FSR2 destructorArseny Kapoulkine2024-08-161-3/+0
* | Rewrite reprojection for FSR2 to work correctly with Reverse-Z.Dario2024-05-101-1/+3
* | Merge pull request #91480 from clayjohn/Mobile-mipmaps-bugRémi Verschelde2024-05-071-4/+2
|\ \
| * | Use a full screen triangle for mipmap calculations in mobile rendererclayjohn2024-05-021-4/+2
* | | Improvements to VRS/Foveated renderingBastiaan Olij2024-05-032-8/+21
|/ /
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-2/+1
* | Use a src rect for copying from screen with CanvasGroup in the mobile backendclayjohn2024-04-172-2/+11
* | Use Reverse Z for the depth bufferKhasehemwy2024-04-044-7/+12
* | Disable XR server when compiling without 3DAaron Franke2024-03-131-0/+5
* | Consistantly use USE_MULTIVIEW as the define in shadersBastiaan Olij2024-03-113-11/+11
* | Use barriers between all blur passes with SSAO and SSILclayjohn2024-02-211-6/+3
* | Acyclic Command Graph for RenderingDevice.Dario2024-01-0812-47/+42
|/
* Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-4/+4
* Use best fit normals for storing screen space normalsclayjohn2023-12-212-2/+7
* Merge passes in Vulkan mobile rendererBastiaan Olij2023-12-162-0/+35
* Expose copy_effects copy compute shader in Mobile backendLasuch2023-12-051-9/+3
* Merge pull request #83736 from darksylinc/matias-broken_buffer_updateRémi Verschelde2023-12-041-2/+2
|\
| * Fix buffer updates going to the wrong cmd buffer if barriers were 0Matias N. Goldberg2023-10-211-2/+2
* | Ensure optional variants are loaded last.Bastiaan Olij2023-11-152-2/+4
|/
* Fix shadow debug frustum index buffer sizestoofin2023-10-191-2/+2
* Avoid trying to free null RIDs in FSR2 teardownPedro J. Estébanez2023-09-271-1/+3
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-258-26/+1143
* Use 16-bit index buffers instead of 32 when unnecessaryMatias N. Goldberg2023-09-031-10/+10
* Improve visual feedback when using the motion vectors debug view option.Dario2023-08-282-0/+50
* Fix tonemapper, incorrect vertex count was specifiedBastiaan Olij2023-08-111-1/+1
* Merge pull request #80215 from clayjohn/HDR-2DRémi Verschelde2023-08-082-20/+31
|\
| * Add option to enable HDR rendering in 2Dclayjohn2023-08-072-20/+31
* | Merge pull request #80311 from darksylinc/matias-fullscreen-triRémi Verschelde2023-08-075-35/+17
|\ \
| * | Use fullscreen tri instead of quadMatias N. Goldberg2023-08-055-35/+17
| |/
* / Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
|/
* Split raster barrier into vertex and fragment barrierBastiaan Olij2023-07-152-3/+3
* Merge pull request #77085 from BastiaanOlij/visualise_direction_shadowmap_fru...Yuri Sizov2023-07-122-0/+413
|\
| * Draw frustum splices ontop of direction shadow atlas for debug purposesBastiaan Olij2023-06-112-0/+413
* | Code simplificationsMarkus Sauermann2023-06-211-2/+1
|/
* Allow for external python scripts to call the build python headers via extern...Bradley Clemetson2023-03-191-1/+1
* Move roughness limiter and sort into their own classesBastiaan Olij2023-03-094-0/+341
* Fixing issues with SSIL artifactsBastiaan Olij2023-02-241-6/+22
* Forbid passing multiview sampler to the custom function in shadersYuri Rubinsky2023-02-213-4/+4
* Fix sampling bug when SSAO is using half sizeclayjohn2023-02-161-13/+19
* Add render buffer support to screen space effectsBastiaan Olij2023-02-102-634/+407
* Move luminance effect into its own class and use new buffers systemBastiaan Olij2023-01-072-0/+375
* One Copyright Update to rule them allRémi Verschelde2023-01-0516-464/+464
* Merge pull request #70009 from clayjohn/glow-hqRémi Verschelde2022-12-132-7/+6
|\
| * Remove high quality glow as it is not any higher quality than regular glowclayjohn2022-12-132-7/+6
* | Various fixes and documentation for CanvasGroupclayjohn2022-12-132-4/+6
|/