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
Age
Commit message (
Expand
)
Author
2023-05-12
Fix Rotation Issue with NODE_POSITION_VIEW Visual Shader Node
Patrick
2023-04-24
Properly calculate lifetime_split for particles
clayjohn
2023-03-27
Commit Fix for GLES3 point size not working
LandoUWB
2023-03-27
Incorporating the availability of screen and depth textures for the GLES3 bac...
LandoUWB
2023-03-14
Fix AABB calculation for meshes using Skeleton2D
SlugFiller
2023-03-13
Add proper default texture filter and repeat modes for Canvas shaders in the ...
clayjohn
2023-03-13
Avoid copying CanvasTexture when updating proxy
clayjohn
2023-02-26
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-02-21
Forbid passing multiview sampler to the custom function in shaders
Yuri Rubinsky
2023-02-14
Merge pull request #73263 from clayjohn/render_priority
Rémi Verschelde
2023-02-13
Notify mesh surface when render_priority changes
clayjohn
2023-02-13
Merge pull request #69001 from dzil123/fix_rendering_checks
Rémi Verschelde
2023-02-06
Implement cull_mask for decals and lights in mobile and compatibility backends
clayjohn
2023-02-03
Fix MultiMesh visible_instance_count being ignored after the first frame
Ricardo Buring
2023-02-02
Notify dependencies when setting custom mesh AABB
Ricardo Buring
2023-02-01
Merge pull request #72485 from BastiaanOlij/add_eye_matrix_access
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-02-01
Expose EYE_OFFSET to gdshader code
Bastiaan Olij
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-27
Automatically transform Skeleton2D calculations so pivots are not needed
clayjohn
2023-01-26
Properly append global uniform buffer name in gl_compatibility shaders
clayjohn
2023-01-26
Merge pull request #71455 from BastiaanOlij/fix_stereo_screen_depth
Rémi Verschelde
2023-01-25
Make screen texture and depth texture work in Multiview
Bastiaan Olij
2023-01-24
fix ReflectionProbe rendering extents for (10,10,10)
jainl28patel
2023-01-22
[iOS] Restore OpenGLES3 renderer support.
bruvzg
2023-01-20
Sort decals and lights based on camera origin
clayjohn
2023-01-18
Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE
clayjohn
2023-01-17
Decompress RA_AS_RG formats on Web platform in GLES3 renderer and disable tex...
clayjohn
2023-01-14
Merge pull request #71309 from BastiaanOlij/improve_renderscaling_options
Rémi Verschelde
2023-01-13
Clear material arrays to prevent freeing of invalid texture RID
Yuri Rubinsky
2023-01-13
Improving communication of scaling settings to renderer implementation
Bastiaan Olij
2023-01-11
OpenGL: Support FORMAT_{ETC2,DXT5}_RA_AS_RG
rsjtdrjgfuzkfg
2023-01-06
Properly map shader language texture hints to sampler hints in GLES3 renderer
clayjohn
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-03
Ignore depth draw optimization when using depth draw alpha prepass
clayjohn
2022-12-23
Cleanup and improve sky render
Bastiaan Olij
2022-12-17
Merge pull request #70091 from clayjohn/bone-aabbs
Rémi Verschelde
2022-12-17
Merge pull request #70132 from clayjohn/RT-update
Rémi Verschelde
2022-12-17
Merge pull request #70163 from clayjohn/particles-sdf
Rémi Verschelde
2022-12-17
Merge pull request #70087 from clayjohn/mesh-aabb
Rémi Verschelde
2022-12-16
Transform sdf xfrom by particle emission transform when particles are in glob...
clayjohn
2022-12-16
Implement render_target_was_used API so that Viewports can properly check if ...
clayjohn
2022-12-15
Merge pull request #70065 from clayjohn/GLES3-attribs
Rémi Verschelde
2022-12-15
Merge pull request #70016 from Chaosus/refactor_rd_shader_data
Yuri Rubinsky
2022-12-15
Use instanced array buffer instead of UBO for canvas item batching
clayjohn
2022-12-15
Fix typos with codespell
Rémi Verschelde
2022-12-15
Refactor `ShaderData` & fix the sorting of shader uniforms
Yuri Rubinsky
[next]