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_server.h
Age
Commit message (
Expand
)
Author
2022-10-04
Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...
Bastiaan Olij
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
Merge pull request #60185 from Calinou/environment-fog-and-sky-affect
Rémi Verschelde
2022-09-01
Add Environment properties to control fog rendering on background sky
Hugo Locurcio
2022-09-01
Change Array arguments to TypedArray
kobewi
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-30
Add a per-light volumetric fog energy property
Hugo Locurcio
2022-08-30
Merge pull request #63003 from Geometror/msaa-2d
Rémi Verschelde
2022-08-26
Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0
Rémi Verschelde
2022-08-24
Replace Array return types with TypedArray 3
kobewi
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-08-23
Add font LCD sub-pixel anti-aliasing support.
bruvzg
2022-08-19
Remove requirement to have vertex positions when creating a mesh. Meshes can ...
clayjohn
2022-08-13
Implement MSAA for 2D [Vulkan only]
Hendrik Brucker
2022-08-07
Add a shadow opacity property to Light3D
Hugo Locurcio
2022-08-04
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-08-03
Add Nearest Mipmap Anisotropic filter option to decals and projectors
Hugo Locurcio
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-25
Remove ThreadWorkPool, replace by WorkerThreadPool
Juan Linietsky
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-06-21
Implement Running Godot as Movie Writer
reduz
2022-06-07
Initial TAA implementation
jfons
2022-06-01
Ensure has_os_features is safely called as it can't be called from within the...
Bastiaan Olij
2022-05-25
Add Cone and Cylinder shapes to FogVolume
Hugo Locurcio
2022-05-03
Add `get_video_adapter_api_version()` to RenderingServer
Hugo Locurcio
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-12
Restore antialiasing for `draw_line`
Yuri Roubinsky
2022-03-17
Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum
Hugo Locurcio
2022-03-04
Remove unused `shadow_color` property from Light3D
Hugo Locurcio
2022-03-04
Merge pull request #58512 from Calinou/light3d-add-distance-fade
Rémi Verschelde
2022-02-28
Fix typo in SSR roughness quality enum value names
Hugo Locurcio
2022-02-25
Implement distance fade properties in OmniLight3D and SpotLight3D
Hugo Locurcio
2022-02-10
Merge pull request #39965 from Calinou/tweak-sdfgi-defaults
Rémi Verschelde
2022-02-10
Merge pull request #57628 from Calinou/shadow-atlas-default-enable-16-bits
Rémi Verschelde
2022-02-08
Fix BLEND_SHAPE_MASK
reduz
2022-02-06
Tweak default SDFGI settings for better quality
Hugo Locurcio
2022-02-04
Enable 16-bit shadow atlas by default in the RenderingServer methods
Hugo Locurcio
2022-01-26
Merge pull request #54574 from Ansraer/glow_map
Rémi Verschelde
2022-01-20
Merge pull request #55360 from Calinou/rename-bake-mode-properties
Rémi Verschelde
2022-01-20
add support for glow maps
Ansraer
2022-01-19
Revert "Add new scaling modes for splash screen"
Rémi Verschelde
2022-01-18
Add new scaling modes for splash screen
Samuel Pedrajas
2022-01-17
Allow using between 1 and 8 cascades for SDFGI
Hugo Locurcio
2022-01-12
Optimize include files to improve `shader_language.h` compilation speed
Yuri Roubinsky
[next]