Matias N. Goldberg
|
79c9edab3b
Draw sky as a fullscreen triangle
|
2 years ago |
Parsleigh Scumble
|
67c13fe4eb
Use defaults to initialize sky data in case of no sky
|
2 years ago |
Yuri Sizov
|
bb15241e06
Merge pull request #77740 from ChibiDenDen/simplify_vulkan
|
2 years ago |
ChibiDenDen
|
35715e510f
replace sampler arrays with constant sampler elements
|
2 years ago |
Bastiaan Olij
|
66272ea26e
Fix volumetric fog in stereo by projection vertex in combined space
|
2 years ago |
Rémi Verschelde
|
347a8e20ae
Merge pull request #69324 from RedMser/advanced-settings-errors
|
2 years ago |
Bastiaan Olij
|
901cd7e3fe
Fix framebuffers in sky not being created on mobile renderer
|
2 years ago |
RedMser
|
ed960453b7
Make solving project setting errors easier
|
2 years ago |
Bastiaan Olij
|
a8ec72cf94
Move roughness limiter and sort into their own classes
|
2 years ago |
Yuri Rubinsky
|
94831c7209
Forbid passing multiview sampler to the custom function in shaders
|
2 years ago |
clayjohn
|
bc64a734d3
Fix various crashes relating to low roughness_layers
|
2 years ago |
clayjohn
|
5f94b378ab
Validate another case of using DATA_FORMAT_A2B10G10R10_UNORM_PACK32 texture with storage flag
|
2 years ago |
clayjohn
|
5931d504c1
Add a few more checks to ensure that unsupported image formats are not used in the mobile renderer
|
2 years ago |
clayjohn
|
8b3db6e9ce
Properly initialize directional_light_count in RD sky shaders
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Bastiaan Olij
|
e886a7af81
Cleanup and improve sky render
|
2 years ago |
clayjohn
|
1b330820bf
Implement render_target_was_used API so that Viewports can properly check if they have been used.
|
2 years ago |
Yuri Rubinsky
|
56954485ed
Refactor `ShaderData` & fix the sorting of shader uniforms
|
2 years ago |
Malcolm Nixon
|
0f8a968cd4
Modified the mobile renderer to apply the sky_transform operations in the same order as the forward_plus renderer.
|
2 years ago |
Rémi Verschelde
|
f7c611ab71
Style: Misc docs and comment style and language fixes
|
2 years ago |
kobewi
|
072f6feaba
Make some Image methods static
|
3 years ago |
Rémi Verschelde
|
ecd4ab1e14
Merge pull request #66683 from clayjohn/SRGB-canvasitem
|
2 years ago |
Aaron Franke
|
2cea42cc7f
Rename Projection `matrix` to `columns`
|
2 years ago |
Bastiaan Olij
|
ddc4ae1175
Move cluster builder, sdfgi and gi structures to clustered renderer, move light and probe elements into storage and reorganise our render_scene method.
|
2 years ago |
clayjohn
|
06d0e56559
Default CanvasItem materials to not convert uniform colors to linear space.
|
2 years ago |
clayjohn
|
72d899702b
Clear last frame directional light buffer when number of lights changes.
|
2 years ago |
clayjohn
|
8fa76a5272
Move debanding into internal sky shader code so that it is applied after everything else.
|
2 years ago |
Rémi Verschelde
|
c82bbc38a5
Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param
|
3 years ago |
Rémi Verschelde
|
d63c6fc463
Merge pull request #60185 from Calinou/environment-fog-and-sky-affect
|
3 years ago |
Hugo Locurcio
|
699e9f7966
Add Environment properties to control fog rendering on background sky
|
3 years ago |