summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/effects/debug_effects.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-3/+3
|\
| * Resolve load and store ops automatically for render passes for discardable ↵Dario2024-11-251-3/+3
| | | | | | | | textures.
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Rewrite reprojection for FSR2 to work correctly with Reverse-Z.Dario2024-05-101-1/+3
|
* Use Reverse Z for the depth bufferKhasehemwy2024-04-041-2/+2
|
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-3/+3
| | | | Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice.
* Fix shadow debug frustum index buffer sizestoofin2023-10-191-2/+2
|
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-5/+18
| | | | Introduces support for FSR2 as a new upscaler option available from the project settings. Also introduces an specific render list for surfaces that require motion and the ability to derive motion vectors from depth buffer and camera motion.
* 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-281-0/+36
| | | | Replaces the current method of showing the raw values of the motion vectors buffer to display a grid of lines instead with a new shader.
* Draw frustum splices ontop of direction shadow atlas for debug purposesBastiaan Olij2023-06-111-0/+328