summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/renderer_compositor_rd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+2
|\
| * Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-2/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+14
|\|
| * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+14
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* fix missing cleanup and null checks for various singletonsrune-scape2024-06-181-0/+2
* Handle error when setting boot image if swap chain is not available. Skip res...Dario2024-02-131-1/+5
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-9/+9
* Use render method from OS in compositor RD; Update related UIjsjtxietian2023-12-141-1/+1
* Fix bad parameter of rendering_method crashes Godotjsjtxietian2023-11-101-3/+4
* Fix drawing of viewports without swapping buffersPedro J. Estébanez2023-10-031-2/+3
* Use 16-bit index buffers instead of 32 when unnecessaryMatias N. Goldberg2023-09-031-9/+9
* Add option to enable HDR rendering in 2Dclayjohn2023-08-071-1/+3
* Move roughness limiter and sort into their own classesBastiaan Olij2023-03-091-4/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Enable using filtering on boot image in RD rendererclayjohn2022-12-161-1/+8
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-4/+2
* Adding getters to RenderTarget and implementing override functionality for XRBastiaan Olij2022-10-051-5/+1
* Add various null checks in RenderingServerHaoyu Qiu2022-09-301-0/+4
* Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-3/+8
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* Add a Framebuffer cacheJuan Linietsky2022-08-051-0/+2
* Split dependency logicBastiaan Olij2022-06-281-6/+9
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+0
* Moved particles into ParticlesStorageBastiaan Olij2022-04-171-0/+2
* Move light, reflection probe and lightmap into LightStorageBastiaan Olij2022-04-171-0/+2
* Merge canvas and decal into TextureStorage and add render targetBastiaan Olij2022-04-171-5/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+2
* Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij2022-04-021-0/+2
* Extract global variable, shader and material storageBastiaan Olij2022-03-311-0/+2
* Extract Decal and Decal atlas from Storage classBastiaan Olij2022-03-211-0/+2
* Merge pull request #58993 from notSanil/device-limit-exceeded-fixRémi Verschelde2022-03-171-1/+1
|\
| * Fix device limit exceeding for uniform buffernotSanil2022-03-161-1/+1
* | Split dummy renderer classes into separate filesBastiaan Olij2022-03-161-5/+9
|/
* Add a UniformSet cachereduz2022-03-061-4/+7
* [Windows] Fix Vulkan driver crash on sub-window minimization.bruvzg2022-02-171-0/+3
* Revert "Add new scaling modes for splash screen"Rémi Verschelde2022-01-191-47/+13
* Add new scaling modes for splash screenSamuel Pedrajas2022-01-181-13/+47
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm2021-11-231-3/+3
* Construct values only when necessary.Anilforextra2021-09-251-1/+1
* Add source rectangle to blitBastiaan Olij2021-08-291-8/+18
* Fixes to mobile rendererreduz2021-08-171-0/+2
* Fix 'Attempted to remove invalid ID' errorsRafał Mikrut2021-07-311-1/+1
* Use fragment shader instead of compute shader for effects for mobile rendererBastiaan Olij2021-07-251-0/+3
* Removes lines about window size from the console outputYuri Roubinsky2021-07-141-3/+0
* Fix Boot Splashreduz2021-07-031-3/+78
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1