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.h
Age
Commit message (
Expand
)
Author
2023-02-06
Implement cull_mask for decals and lights in mobile and compatibility backends
clayjohn
2023-02-01
Merge pull request #72075 from Maran23/extents-to-size
Rémi Verschelde
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-20
Sort decals and lights based on camera origin
clayjohn
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-01
Get WebXR fully working in Godot 4!
David Snopek
2022-11-14
Remove redundant Variant-types initializations
Markus Sauermann
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
Collapse three seperate texture storage methods into render_target_set_overri...
David Snopek
2022-11-03
Expose texture_get_rd_texture
Patrick Dawson
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-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-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-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-17
Adding Variable Rate Shading support to Godot
Bastiaan Olij
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-05-11
[GL] Fix HTML5 builds.
Fabio Alessandrelli
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-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-16
Split dummy renderer classes into separate files
Bastiaan Olij