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
|
3 years ago |
Aaron Franke
|
2cea42cc7f
Rename Projection `matrix` to `columns`
|
3 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.
|
3 years ago |
clayjohn
|
06d0e56559
Default CanvasItem materials to not convert uniform colors to linear space.
|
3 years ago |
clayjohn
|
72d899702b
Clear last frame directional light buffer when number of lights changes.
|
3 years ago |
clayjohn
|
8fa76a5272
Move debanding into internal sky shader code so that it is applied after everything else.
|
3 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 |
Bastiaan Olij
|
2cd84be64d
Extracting render buffers and changing it to a more generic solution
|
3 years ago |
Yuri Rubinsky
|
8191b3c110
Rename `uniform` to `parameter` across the engine
|
3 years ago |
clayjohn
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
Micky
|
59e11934d8
Rename `str2var` to `str_to_var` and similar
|
3 years ago |
Max Hilbrunner
|
019d6584ee
Merge pull request #64167 from clayjohn/screen-texture-hint
|
3 years ago |
clayjohn
|
028ef2edc8
Add shader uniform hints for screen textures so users can specify custom filter and repeat modes.
|
3 years ago |
Hugo Locurcio
|
db22b7ded0
Rename shader parameter uniform setter/getter methods for consistency
|
3 years ago |
Bastiaan Olij
|
81c6f73109
Changed storage structs to private
|
3 years ago |
Rémi Verschelde
|
2bf8c4a6d0
Merge pull request #63527 from BastiaanOlij/rework_environment
|
3 years ago |