index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gles3
/
storage
/
texture_storage.cpp
Age
Commit message (
Expand
)
Author
2023-03-27
Incorporating the availability of screen and depth textures for the GLES3 bac...
LandoUWB
2023-03-13
Avoid copying CanvasTexture when updating proxy
clayjohn
2023-02-13
Merge pull request #69001 from dzil123/fix_rendering_checks
Rémi Verschelde
2023-02-01
Merge pull request #72474 from clayjohn/GL-leaky-tex
Rémi Verschelde
2023-02-01
Merge pull request #72075 from Maran23/extents-to-size
Rémi Verschelde
2023-01-31
Avoid leaking texture->tex_id when clearing render targets
clayjohn
2023-01-31
Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...
Marius Hanl
2023-01-30
Refactor high quality texture import
Juan Linietsky
2023-01-22
[iOS] Restore OpenGLES3 renderer support.
bruvzg
2023-01-20
Sort decals and lights based on camera origin
clayjohn
2023-01-17
Decompress RA_AS_RG formats on Web platform in GLES3 renderer and disable tex...
clayjohn
2023-01-11
OpenGL: Support FORMAT_{ETC2,DXT5}_RA_AS_RG
rsjtdrjgfuzkfg
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-16
Implement render_target_was_used API so that Viewports can properly check if ...
clayjohn
2022-12-01
Get WebXR fully working in Godot 4!
David Snopek
2022-11-22
Fix various missing rendering parameter checks
dzil123
2022-11-16
GLES3 TextureStorage - add missing null checks
dzil123
2022-11-14
Add GPUParticles to the OpenGL3 renderer.
clayjohn
2022-11-11
Implement texture_proxy_update which is needed for AnimatedTexture
clayjohn
2022-11-11
Merge pull request #68186 from pkdawson/expose-texture-rd
Rémi Verschelde
2022-11-08
Add support for OpenGL to OpenXR
David Snopek
2022-11-03
Expose texture_get_rd_texture
Patrick Dawson
2022-11-02
Merge pull request #67639 from clayjohn/GLES3-2d-shadows
Rémi Verschelde
2022-11-01
Add texture reading code to OpenGL3 renderer for web and mobile
clayjohn
2022-10-28
Add 2D shadows and canvas SDF to OpenGL3 renderer
clayjohn
2022-10-21
Add multiview to the opengl3 driver
David Snopek
2022-10-14
Make some Image methods static
kobewi
2022-10-12
Add 2D lights to OpenGL3 canvas renderer
clayjohn
2022-10-06
Use a giant UBO to optimize performance in 2D
clayjohn
2022-10-05
Adding getters to RenderTarget and implementing override functionality for XR
Bastiaan Olij
2022-10-04
Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...
Bastiaan Olij
2022-09-30
Add various null checks in RenderingServer
Haoyu Qiu
2022-09-12
Use proper color type for transparent render targets in GLES3
clayjohn
2022-08-13
Implement MSAA for 2D [Vulkan only]
Hendrik Brucker
2022-08-01
Add `hint_transparent` to use a transparent black placeholder texture
Hugo Locurcio
2022-06-28
Split dependency logic
Bastiaan Olij
2022-05-24
Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer
clayjohn
2022-05-16
Add basic lighting to GLES3 renderer.
clayjohn
2022-05-12
Basic 3D rendering
clayjohn
2022-04-26
Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures
clayjohn
2022-04-17
Merge canvas and decal into TextureStorage and add render target
Bastiaan Olij
2022-03-16
Split dummy renderer classes into separate files
Bastiaan Olij