index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
rendering
/
renderer_rd
/
forward_mobile
Age
Commit message (
Expand
)
Author
2023-05-12
Fix Rotation Issue with NODE_POSITION_VIEW Visual Shader Node
Patrick
2023-04-24
Don't store instance transform in RD 3D renderer unless requested
clayjohn
2023-03-13
Use MSAA 2D texture in multipass tonemapper
Bastiaan Olij
2023-02-26
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-02-22
Fix issue with default textures requiring arrays when using multiview
Bastiaan Olij
2023-02-21
Forbid passing multiview sampler to the custom function in shaders
Yuri Rubinsky
2023-02-13
Move some worker_thread_pool.h includes out of header files
myaaaaaaaaa
2023-02-07
Some code simplifications
Markus Sauermann
2023-02-01
Expose EYE_OFFSET to gdshader code
Bastiaan Olij
2023-01-30
Fix SSAO/SSIl being applied to reflection probes
Bastiaan Olij
2023-01-26
Merge pull request #71581 from clayjohn/dependency-changed
Rémi Verschelde
2023-01-26
Merge pull request #71455 from BastiaanOlij/fix_stereo_screen_depth
Rémi Verschelde
2023-01-25
RenderForwardMobile - add dependency tracker info on geometry create
Henrique Coura
2023-01-25
Make screen texture and depth texture work in Multiview
Bastiaan Olij
2023-01-21
Use range iterators in LocalVector loops
kobewi
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
Flag dirty dependencies when GeometryInstance dependencies change in renderer
clayjohn
2023-01-13
Improving communication of scaling settings to renderer implementation
Bastiaan Olij
2023-01-12
Merge pull request #71261 from clayjohn/RD-alpha-aa
Rémi Verschelde
2023-01-11
Take alpha antialising options into account when setting up materials
clayjohn
2023-01-09
Fix multiple issues that make the normal roughness texture unusable
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-26
Fix errors related to reflection probe now using a render buffers object
Bastiaan Olij
2022-12-23
Merge pull request #70253 from BastiaanOlij/cleanup_sky_render
Rémi Verschelde
2022-12-23
Merge pull request #70476 from BastiaanOlij/move_sdfgi_init
Rémi Verschelde
2022-12-24
Move SDFGI update logic into clustered renderer
Bastiaan Olij
2022-12-23
Merge pull request #69998 from BastiaanOlij/sorting-pivot-4
Rémi Verschelde
2022-12-23
Cleanup and improve sky render
Bastiaan Olij
2022-12-23
Added options for sorting transparent objects (port of PR 63040)
Bastiaan Olij
2022-12-22
Avoid updating particles during 2D rendering
clayjohn
2022-12-19
Merge pull request #70300 from RandomShaper/depth_format
Rémi Verschelde
2022-12-19
Ensure depth buffer format picked actually supports full intended usage
Pedro J. Estébanez
2022-12-17
Merge pull request #70132 from clayjohn/RT-update
Rémi Verschelde
2022-12-16
Implement render_target_was_used API so that Viewports can properly check if ...
clayjohn
2022-12-15
Flip culling when rendering a camera with negative scale
Lyuma
2022-12-15
Merge pull request #70016 from Chaosus/refactor_rd_shader_data
Yuri Rubinsky
2022-12-15
Refactor `ShaderData` & fix the sorting of shader uniforms
Yuri Rubinsky
2022-12-14
Initialize light index push constants to 0xFFFFFFFF instead of 0xFFFF
clayjohn
2022-12-03
Implement CAMERA_VISIBLE_LAYERS as built-in shader variable
NumbuhFour
2022-11-22
Expose `BarrierMask` as flags enum in `RenderingDevice`
Yuri Rubinsky
2022-11-17
Finish implementing Canvas Background mode
clayjohn
2022-11-15
Merge pull request #68628 from clayjohn/shadows
Rémi Verschelde
2022-11-14
Merge pull request #61884 from Calinou/alpha-hash-use-opaque-pipeline
Rémi Verschelde
2022-11-13
Implement is_animated and casts_shadows
clayjohn
2022-11-12
Properly set TIME shader uniform when rendering shadows
clayjohn
2022-11-08
Request redraw in OpenGL3 and mobile renderers when TIME used in shader
clayjohn
2022-10-31
Merge pull request #67907 from clayjohn/RD-model-matrix
Rémi Verschelde
2022-10-26
Fix EXE_BAD_ACCESS caused by optional argument
Gordon MacPherson
[next]