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-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
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-25
Merge pull request #48837 from Soupstraw/shader-pi
Rémi Verschelde
2021-05-25
Added constants PI, TAU and E to the shader language
Joosep Jääger
2021-05-23
Support for 2D particles to collide against SDF
reduz
2021-05-11
Fixes missng 2D engine bits
reduz
2021-04-30
Implement Particle Trails
reduz
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-25
Remove duplicate comments
Dennis Brakhane
2021-04-17
Split particle shader entry points
reduz
2021-04-14
Refactor GLSL shader compilation
reduz
2021-04-05
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-03-17
Added validation when assigning heightfield_resolution (Fix #46281)
Ignacio Abal
2021-02-18
Reorganize Project Settings
reduz
2021-02-10
Make Servers truly Thread Safe
reduz
2021-02-06
Simplify Volumetric Fog
reduz
[next]