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_scene_render_rd.h
Age
Commit message (
Expand
)
Author
2021-11-23
Implemented AMD's FSR as a computer shader for upscaling 3D scenes
Je06jm
2021-11-12
Fix default_texture_param in shader pipeline to support uniform arrays
Yuri Roubinsky
2021-10-28
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-07
Remove unimplemented `Environment.ambient_light_occlusion_color` property
Hugo Locurcio
2021-09-29
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-28
Fix access to render target texture for XR interfaces
Bastiaan Olij
2021-08-23
Scale color output in the mobile renderer to provide HDR support
Bastiaan Olij
2021-08-19
Improvements to SpotLight3D and OmniLight3D's shadows
jfons
2021-08-17
Fixes to mobile renderer
reduz
2021-08-15
Fix read from screen and depth texture
Bastiaan Olij
2021-08-13
Implemented raster versions of bokeh shaders to replace broken gaussian imple...
Bastiaan Olij
2021-08-06
Use subpasses to do 3D rendering and resolve in mobile renderer
Bastiaan Olij
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-19
Implement more rendering options as specialization constants
reduz
2021-07-15
Fixes to forward mobile
reduz
2021-07-15
Merge pull request #49678 from BastiaanOlij/mobile_renderer_select_color_format
Juan Linietsky
2021-07-13
Use 32bit instead of 64bit 3D render buffer on mobile
Bastiaan Olij
2021-07-12
Use specialization constants in clustered renderer
reduz
2021-07-03
Fix Render Info
reduz
2021-07-03
Properly override virtual functions in render_scene_render_rd and subclasses
Bastiaan Olij
2021-06-14
Merge pull request #49576 from clayjohn/VULKAN-SSAO-uniform-sets
Rémi Verschelde
2021-06-13
Store SSAO uniform sets per viewport
clayjohn
2021-06-13
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-05
Rename GI Classes
reduz
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-10
Split RenderDataRD struct from RenderState struct to simplify passing our ren...
Bastiaan Olij
2021-05-03
Assorted fixes to UV unwrapping and GPU lightmapper
jfons
2021-05-03
Create mobile renderer
Bastiaan Olij
2021-04-23
Implement occlusion culling
jfons
2021-04-21
Fix reflection probe
Bastiaan Olij
2021-04-09
Remove low_end option from renderer, being replaced by separate implementation
Bastiaan Olij
2021-04-05
Move clustered renderer functionality
Bastiaan Olij
2021-03-11
Removed time duplicate from ForwardClustered. Just use the variable from its ...
Bastiaan Olij
2021-03-11
Moving RendererStorageRD *storage to protected, no sense duplicating it in fo...
Bastiaan Olij
2021-03-04
Renamed SDGIShader to SDFGIShader and moved a bunch of things to private
Bastiaan Olij
2021-02-25
Moving GI code into RendererServerGIRD
Bastiaan Olij
2021-02-10
Make Servers truly Thread Safe
reduz
2021-02-07
Improve SDFGI indirect light feedback loop
reduz
2021-02-07
Invert spotlight angle attenuation
jfons
2021-02-06
Simplify Volumetric Fog
reduz
2021-02-05
Added temporal reprojection to Volumetric Fog
reduz
2021-02-04
Rewrote how barriers work for faster rendering
reduz
2021-01-24
Shadow map rendering optimization
reduz
2021-01-24
Several GI related optimizations and fixes
reduz
2021-01-19
Added GPU based cluster builder
reduz
2021-01-19
Shader optimizations to reduce VGPR usage and increase occupancy
reduz
2021-01-06
Added ability to visualize native shaders
reduz
2021-01-05
Rewrite render code to be more cache and thread friendly.
reduz
2021-01-05
Reorganize renderer code.
reduz
[next]