summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/effects/copy_effects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add dependency detection improvements to the render graph.Dario2024-11-011-7/+11
* Use a full screen triangle for mipmap calculations in mobile rendererclayjohn2024-05-021-4/+2
* Use a src rect for copying from screen with CanvasGroup in the mobile backendclayjohn2024-04-171-1/+9
* Use Reverse Z for the depth bufferKhasehemwy2024-04-041-2/+2
* Consistantly use USE_MULTIVIEW as the define in shadersBastiaan Olij2024-03-111-2/+2
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-14/+14
* Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-4/+4
* Use best fit normals for storing screen space normalsclayjohn2023-12-211-1/+5
* Merge passes in Vulkan mobile rendererBastiaan Olij2023-12-161-0/+34
* Expose copy_effects copy compute shader in Mobile backendLasuch2023-12-051-9/+3
* Ensure optional variants are loaded last.Bastiaan Olij2023-11-151-1/+1
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-2/+2
* Use fullscreen tri instead of quadMatias N. Goldberg2023-08-051-15/+7
* Split raster barrier into vertex and fragment barrierBastiaan Olij2023-07-151-2/+2
* Forbid passing multiview sampler to the custom function in shadersYuri Rubinsky2023-02-211-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70009 from clayjohn/glow-hqRémi Verschelde2022-12-131-3/+3
|\
| * Remove high quality glow as it is not any higher quality than regular glowclayjohn2022-12-131-3/+3
* | Various fixes and documentation for CanvasGroupclayjohn2022-12-131-3/+5
|/
* Properly remap roughness when reading from radiance mapclayjohn2022-12-021-1/+2
* Finish implementing Canvas Background modeclayjohn2022-11-171-8/+17
* Merge pull request #68487 from clayjohn/RD-mobile-rasterRémi Verschelde2022-11-151-4/+73
|\
| * Use raster versions of copy effects for 2D operations when using the mobile r...clayjohn2022-11-101-4/+73
* | Enable mipmaps in cubemap roughness shaderclayjohn2022-11-101-2/+2
|/
* Implement multiple clip_children modes for CanvasItemsclayjohn2022-10-141-2/+2
* Extracting render buffers and changing it to a more generic solutionBastiaan Olij2022-09-011-10/+15
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-4/+4
* Move screen space effects into a separate classBastiaan Olij2022-07-191-0/+106
* Adding Variable Rate Shading support to GodotBastiaan Olij2022-07-171-5/+5
* Fix typo in roughness shadersBastiaan Olij2022-06-261-2/+2
* Moved cube_to_dp and cubemap logic into CopyEffectsBastiaan Olij2022-06-241-0/+402
* Copy_to_fb is available in both raster and clustered renderers, remove unwant...Bastiaan Olij2022-05-131-4/+0
* Split out bokeh_dof and copy effectsBastiaan Olij2022-05-111-0/+687