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-01-05
Rewrite render code to be more cache and thread friendly.
reduz
2021-01-05
Reorganize renderer code.
reduz
2021-01-02
Typo correction
Muller-Castro
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Consistently use normal_map
Marcel Admiraal
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-24
Fix blendshapes and calculation of bone_aabbs
Lyuma
2020-12-19
Rename Rect2 and Rect2i clip() to intersection()
Marcel Admiraal
2020-12-18
Implement automatic LOD (Level of Detail)
reduz
2020-12-16
Reimplement skeletons and blend shapes
reduz
2020-12-10
Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2
Rémi Verschelde
2020-12-05
Merge pull request #36382 from aaronfranke/unhide-the-hidden
Rémi Verschelde
2020-12-05
Frees CanvasShaderSDF reference (prevents warning at startup)
Yuri Roubinsky
2020-12-04
Rename RD texture "type" to "texture_type"
Aaron Franke
2020-12-04
Rename RD uniform "type" to "uniform_type"
Aaron Franke
2020-12-04
RenderingServer reorganization
reduz