summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/storage_rd/texture_storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-3/+3
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-3/+3
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+3
|\|
| * Fix inability to set TextureLayeredRD as TEXTURE_TYPE_CUBE or TEXTURE_TYPE_CU...jadeharley22024-11-111-1/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-31/+40
|\|
| * Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copyThaddeus Crews2024-10-211-31/+30
| |\
| | * Use a shared copy of placeholder textures, tweak placeholder appearanceHugo Locurcio2024-10-181-31/+30
| * | Add support for BGRA textures with Texture*RDLain2024-10-161-0/+10
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-17/+27
* Combine texture and instance data into one uniform set in the 2D rendererclayjohn2024-09-271-69/+28
* Add external texture support (GLES3)David Snopek2024-09-201-0/+6
* Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-191-0/+189
* Fix incorrect parameters for layered textures in Video RAM texture memory pro...BlueCube33102024-09-011-2/+18
* Merge pull request #92000 from clayjohn/vram-debuggerRémi Verschelde2024-05-161-0/+18
|\
| * Increase coverage of VRAM debugger and add support to RD backendsclayjohn2024-05-151-0/+18
* | Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+14
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-11/+6
|/
* Use a src rect for copying from screen with CanvasGroup in the mobile backendclayjohn2024-04-171-1/+4
* Fix decal modulate being passed as srgb instead of as linear color.Álex Román Núñez2024-03-241-1/+1
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-4/+4
* fix build warning with memset value being too largeGriffin Kroah-Hartman2024-01-131-4/+4
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-4/+4
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-2/+2
* Ensure 2D MSAA resolve is performed when 3D content but no 2D content in sceneBastiaan Olij2023-11-161-0/+26
* Merge pull request #83199 from Repiteo/texture-storage-default-scaleRémi Verschelde2023-10-241-1/+4
|\
| * Fix texture storage not assigning default scaleThaddeus Crews2023-10-121-1/+4
* | Ensure that only visible paired lights are usedClay2023-10-171-1/+1
|/
* [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-81/+81
* Fallback to linear color texture when using 2D HDR and MSDF fontclayjohn2023-08-151-2/+2
* Add option to enable HDR rendering in 2Dclayjohn2023-08-071-19/+74
* Add custom texture create functionBastiaan Olij2023-07-261-0/+436
* Expose RD::texture_native_handleBastiaan Olij2023-06-141-2/+2
* Fix calling `TextureStorage::texture_3d_update()` could cause a crashRindbee2023-05-221-2/+2
* For GDExternal use, provides access to internal graphics handles for texturesBastiaan Olij2023-05-091-0/+11
* Merge duplicate rd_texture functionsBastiaan Olij2023-03-101-2/+8
* Avoid copying CanvasTexture when updating proxyclayjohn2023-03-071-0/+4
* Use MSAA 2D texture in multipass tonemapperBastiaan Olij2023-03-011-0/+7
* Fix issue with default textures requiring arrays when using multiviewBastiaan Olij2023-02-221-1/+77
* Implement cull_mask for decals and lights in mobile and compatibility backendsclayjohn2023-02-061-1/+8
* Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-4/+4
* Add a few more checks to ensure that unsupported image formats are not used i...clayjohn2023-01-231-2/+1
* Sort decals and lights based on camera originclayjohn2023-01-201-8/+18
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #65376 from reduz/astc-supportRémi Verschelde2022-12-201-0/+40
|\
| * Implement basic ASTC supportJuan Linietsky2022-12-201-0/+40
* | Merge pull request #70132 from clayjohn/RT-updateRémi Verschelde2022-12-171-0/+17
|\ \
| * | Implement render_target_was_used API so that Viewports can properly check if ...clayjohn2022-12-161-0/+17