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
/
renderer_storage_rd.cpp
Age
Commit message (
Expand
)
Author
2021-10-28
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-20
Prevent a rendering crash and error spam for uniform texture array
Yuri Roubinsky
2021-10-12
Merge pull request #53712 from CakHuri/nullptr
Rémi Verschelde
2021-10-12
Replaced NULL with nullptr
M. Huri
2021-10-12
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
2021-10-06
Fix regression which prevents using texture array uniforms
Yuri Roubinsky
2021-10-04
Added support for uniform arrays in shaders
Yuri Roubinsky
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-26
Fix GPUParticles3D local_coords
CaptainProton42
2021-09-26
Fix GPUParticles3D generate AABB
CaptainProton42
2021-08-31
Merge pull request #51873 from Chaosus/fix_uniform_error_spam
Clay John
2021-08-19
Fix incorrect checking of uniform set to prevent error spam (2)
Yuri Roubinsky
2021-08-18
Add comments at the top of each built-in shader to ease debugging
Hugo Locurcio
2021-08-17
Fixes to mobile renderer
reduz
2021-08-16
Makes a clear error message if shader compilation failed
Yuri Roubinsky
2021-08-12
Merge pull request #51580 from aaronfranke/particles-real-double
Rémi Verschelde
2021-08-12
Use real_t and double where appropriate in Particles
Aaron Franke
2021-08-12
Use nearest mipmaps for both minification and magnification
Hugo Locurcio
2021-08-12
Merge pull request #51533 from Calinou/fix-nearest-mipmap-filter
Rémi Verschelde
2021-08-12
Fix CPUParticles2D disappearance after amount change
floppyhammer
2021-08-12
Fix the Use Nearest Mipmap Filter project setting not working
Hugo Locurcio
2021-08-09
Use doubles for time in many other places
Aaron Franke
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
Merge pull request #50644 from BastiaanOlij/mobile_compute_to_fragment
Rémi Verschelde
2021-07-25
Use fragment shader instead of compute shader for effects for mobile renderer
Bastiaan Olij
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-19
Use C++11 raw literals for shader code to improve readability
Hugo Locurcio
2021-07-12
Use specialization constants in clustered renderer
reduz
2021-07-07
Fix material invalidation on reimport.
reduz
2021-07-07
Fix threaded update for textures
reduz
2021-07-07
Merge pull request #50193 from reduz/fix-command-queue-crash
Rémi Verschelde
2021-07-07
Fix Command Queue Crash
reduz
2021-07-06
Unify material parameter update
reduz
2021-07-03
Fix Render Info
reduz
2021-07-02
Remove leftovers from the DirectionalLight3D Optimized shadow depth range
Hugo Locurcio
2021-07-01
Fix surface from array creation
reduz
2021-07-01
Merge pull request #50040 from reduz/fix-renderingserver-bindings
Rémi Verschelde
2021-07-01
Clean up RenderingServer and its bindings
reduz
2021-06-30
Import mesh colors in 8BPP.
reduz
2021-06-30
Deprecate ImmediateGeometry
reduz
2021-06-29
Improve RID_Owner memory usage
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-16
Refactor VisibilityNotifier3D
reduz
2021-06-14
Merge pull request #49584 from timothyqiu/shader-data-null-check
Rémi Verschelde
2021-06-14
Fix invalid read when using MultiMesh
Haoyu Qiu
2021-06-14
Add missing null check for ShaderData
Haoyu Qiu
2021-06-13
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-11
Validate texture in RendererStorageRD::free
Paweł Fertyk
2021-06-05
Rename GI Classes
reduz
[next]