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
/
dummy
Age
Commit message (
Expand
)
Author
2022-09-19
Split rendering driver project setting into renderer_name and rendering_drive...
clayjohn
2022-09-07
Fix crash when executing `VisualShaderNodeParticleMeshEmitter.set_mesh` with ...
Haoyu Qiu
2022-09-05
Fix crash when executing `CSGMesh3D.set_mesh` with headless Godot
Haoyu Qiu
2022-09-02
Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray
Rémi Verschelde
2022-09-02
Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param
Rémi Verschelde
2022-09-01
Change Array arguments to TypedArray
kobewi
2022-09-01
Extracting render buffers and changing it to a more generic solution
Bastiaan Olij
2022-09-01
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-08-31
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-31
Remove unnecessary `print_line` in RendererDummy
Haoyu Qiu
2022-08-30
Merge pull request #65068 from BastiaanOlij/fix_dummy_mesh_allocation
Rémi Verschelde
2022-08-30
Dummy mesh support was added to the dummy renderer but incomplete. This compl...
Bastiaan Olij
2022-08-13
Implement MSAA for 2D [Vulkan only]
Hendrik Brucker
2022-08-04
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-08-01
fix for headless collision shape generation
Jakub Grzesik
2022-07-29
Merge pull request #63527 from BastiaanOlij/rework_environment
Rémi Verschelde
2022-07-29
Restructure environment in render implementation
Bastiaan Olij
2022-07-28
Merge pull request #59840 from Calinou/renderingserver-global-uniform-rename
Rémi Verschelde
2022-07-28
Rename RenderingServer global shader uniform methods to be more explicit
Hugo Locurcio
2022-07-28
Allow changing mipmap LOD bias when FSR 1.0 scaling is not used
Hugo Locurcio
2022-07-27
Change RendererSceneRender::GeometryInstance so more code is shared among ren...
Bastiaan Olij
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-07-22
Clean up Shader Preprocessor
reduz
2022-07-17
Adding Variable Rate Shading support to Godot
Bastiaan Olij
2022-07-13
Rename soft shadow quality project settings for easier searching
Hugo Locurcio
2022-07-06
Merge pull request #62344 from BastiaanOlij/extract_dependencies
Rémi Verschelde
2022-07-06
Remove unused anisotropy setter/getter methods in VoxelGI
Hugo Locurcio
2022-06-28
Split dependency logic
Bastiaan Olij
2022-06-22
Split GI effects and fix stereoscopic rendering of GI effects
Bastiaan Olij
2022-06-07
Initial TAA implementation
jfons
2022-05-24
Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer
clayjohn
2022-05-11
SkyShaders working
clayjohn
2022-05-03
Add `get_video_adapter_api_version()` to RenderingServer
Hugo Locurcio
2022-04-26
Fix "ortogonal" -> "orthogonal" typo in rasterizer code
Hugo Locurcio
2022-04-17
Moved particles into ParticlesStorage
Bastiaan Olij
2022-04-17
Move light, reflection probe and lightmap into LightStorage
Bastiaan Olij
2022-04-17
Merge canvas and decal into TextureStorage and add render target
Bastiaan Olij
2022-04-02
Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorage
Bastiaan Olij
2022-03-31
Extract global variable, shader and material storage
Bastiaan Olij
2022-03-21
Extract Decal and Decal atlas from Storage class
Bastiaan Olij
2022-03-17
Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum
Hugo Locurcio
2022-03-16
Split dummy renderer classes into separate files
Bastiaan Olij