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_sky_rd.cpp
Age
Commit message (
Expand
)
Author
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-11
Split out bokeh_dof and copy effects
Bastiaan Olij
2022-05-03
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-29
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-17
Moved particles into ParticlesStorage
Bastiaan Olij
2022-04-17
Move light, reflection probe and lightmap into LightStorage
Bastiaan Olij
2022-04-13
Color: Rename `to_srgb`/`to_linear` to include base color space
Rémi Verschelde
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-31
Extract global variable, shader and material storage
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
2022-03-15
Merge pull request #45263 from KoBeWi/😕
Rémi Verschelde
2022-03-13
Merge pull request #58819 from vreon/fix-eyedir-z
Rémi Verschelde
2022-03-09
Change some math macros to constexpr
kobewi
2022-03-08
Sky renderer: Only flip Z when calculating panorama_coords
Jesse Dubay
2022-03-06
Sky renderer: Don't invert Z component of light direction
Jesse Dubay
2022-03-06
Add a UniformSet cache
reduz
2022-03-05
Fix flipped EYEDIR.z in sky shaders
Jesse Dubay
2022-02-16
Use prefiltered radiance
clayjohn
2022-02-10
Fix 3D sky update performance regression
Hugo Locurcio
2022-02-10
Merge pull request #57104 from clayjohn/VULKAN-sky-conflict
Rémi Verschelde
2022-01-25
Merge pull request #53954 from Chaosus/fix_quit_errors
Rémi Verschelde
2022-01-23
Update Sky lights in sky setup function
clayjohn
2022-01-19
Merge pull request #54489 from briansemrau/texture-delete-update
Rémi Verschelde
2022-01-11
New OpenGL batching canvas renderer
clayjohn
2022-01-04
Merge pull request #51206 from clayjohn/Vulkan-ASSGI
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-12
Fix default_texture_param in shader pipeline to support uniform arrays
Yuri Roubinsky
2021-11-06
Added SSIL post processing effect
clayjohn
2021-11-01
Fix materials not updating when texture replaced/deleted
Brian Semrau
2021-10-28
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-18
Fix errors on quitting from an empty project
Yuri Roubinsky
2021-10-06
Remove bogus sky error check
clayjohn
2021-10-04
Added support for uniform arrays in shaders
Yuri Roubinsky
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-08-31
Merge pull request #51873 from Chaosus/fix_uniform_error_spam
Clay John
2021-08-26
Merge pull request #50883 from BastiaanOlij/mobile_hdr
Bastiaan Olij
2021-08-23
Scale color output in the mobile renderer to provide HDR support
Bastiaan Olij
2021-08-19
Fix incorrect checking of uniform set to prevent error spam (2)
Yuri Roubinsky
2021-08-18
Add comments at the top of each built-in shader to ease debugging
Hugo Locurcio
2021-08-16
Makes a clear error message if shader compilation failed
Yuri Roubinsky
2021-08-10
Merge pull request #50682 from aaronfranke/basis-looking-at
Rémi Verschelde
2021-08-06
Merge pull request #51309 from Chaosus/fix_uniform_error_spam
Rémi Verschelde
2021-08-06
Use subpasses to do 3D rendering and resolve in mobile renderer
Bastiaan Olij
2021-08-06
Fix incorrect checking of uniform set to prevent error spam
Yuri Roubinsky
2021-08-01
Move code for looking_at to Basis
Aaron Franke
2021-08-01
Porting cubemap compute shaders to raster for the mobile renderer
Bastiaan Olij
[next]