Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-27 | fix spotlight shadows in volumetric fog | RandomCatDude | |
(cherry picked from commit 59c31004f8c6feed601f2bfeedb86959563a4ef0) | |||
2023-03-14 | Fix instance uniforms breaking when setting a new mesh. | Johan Aires Rastén | |
Fixes #58113 (cherry picked from commit 26aecbfe572c7c1164cfb36088aaf443a73f99df) | |||
2023-03-14 | Fixes a canvas item set to clip children being drawn as black if no children ↵ | SlugFiller | |
are visible (cherry picked from commit f25508befb4f0358ba8a8aaa35cdee4d9c20637c) | |||
2023-03-14 | Fix AABB calculation for meshes using Skeleton2D | SlugFiller | |
(cherry picked from commit 06a1fe03644c57256b90b2840db1ef902187145a) | |||
2023-03-13 | Error on hint_normal_roughness_texture and hint_depth_texture outside of ↵ | Fabio Iotti | |
spatial shader (cherry picked from commit 528e0d095eba65804e3b4174f8138cdc920382a9) | |||
2023-03-13 | Use MSAA 2D texture in multipass tonemapper | Bastiaan Olij | |
(cherry picked from commit 903aa0e385ac79ca747029c0e12823b2671304a8) | |||
2023-03-13 | Add a few more rendering timestamps | clayjohn | |
(cherry picked from commit 1adc4e5875782c064759bf810c511ac42b0f2d05) | |||
2023-03-13 | Avoid copying CanvasTexture when updating proxy | clayjohn | |
(cherry picked from commit 84482ef90bf5f902f14594d957af8c0e3866f88c) | |||
2023-02-26 | Merge pull request #73959 from clayjohn/GL-mobile-warnings | Rémi Verschelde | |
Add warnings for unsupported features in mobile and gl_compatibility backends | |||
2023-02-26 | Add warnings for unsupported features in mobile and gl_compatibility backends | clayjohn | |
2023-02-26 | Fix shader preprocessor include resource check | bitsawer | |
2023-02-24 | Fixing issues with SSIL artifacts | Bastiaan Olij | |
2023-02-22 | Fix issue with default textures requiring arrays when using multiview | Bastiaan Olij | |
2023-02-21 | Merge pull request #73698 from clayjohn/SS-bias | Rémi Verschelde | |
Increase SSAO and SSIL bias to account for variance in mipmap generation | |||
2023-02-21 | Merge pull request #73478 from NewDefectus/master | Rémi Verschelde | |
Use the original canvas to calculate light positioning | |||
2023-02-21 | Increase SSAO and SSIL bias to account for variance in mipmap generation | clayjohn | |
2023-02-21 | Use the original canvas to calculate light positioning | Alon Ran | |
2023-02-21 | Forbid passing multiview sampler to the custom function in shaders | Yuri Rubinsky | |
2023-02-17 | Merge pull request #73195 from timothyqiu/weblate-comments | Rémi Verschelde | |
Improvements and fixes based on Weblate comments | |||
2023-02-16 | Fix sampling bug when SSAO is using half size | clayjohn | |
2023-02-14 | Merge pull request #73263 from clayjohn/render_priority | Rémi Verschelde | |
Notify mesh surface when render_priority changes | |||
2023-02-13 | Notify mesh surface when render_priority changes | clayjohn | |
This ensures that the mesh properly takes render_priority into account when changed | |||
2023-02-13 | Merge pull request #69001 from dzil123/fix_rendering_checks | Rémi Verschelde | |
Fix various missing rendering parameter checks | |||
2023-02-13 | Merge pull request #73240 from myaaaaaaaaa/worker-h | Rémi Verschelde | |
Move some `worker_thread_pool.h` includes out of header files | |||
2023-02-13 | Move some worker_thread_pool.h includes out of header files | myaaaaaaaaa | |
2023-02-13 | Merge pull request #72838 from BastiaanOlij/update_screen_space_render_buffers | Rémi Verschelde | |
Add render buffer support to screen space effects | |||
2023-02-13 | Improvements and fixes based on Weblate comments | Haoyu Qiu | |
* Description of `ui_text_submit` action should be "Submit Text" instead of "Text Submitted". * Spell out "Animation" instead of using "Anim.". * Treat "Max" as regular word instead of writing "Max.". * Use generic "Set %s" for action name instead of a dedicated "Set target_position". * Add translator comment for: * "Inclusive" and "Self" in the profiler. * Places where it needs the context about being an editor progress label. * "Duplicated Animation Name" since it's refering to the new name of a duplicated animation. * Disambiguation of "View Plane Transform", "Paste Selects" and "Display Normal". * Fix wrong undo action name for renaming an input action. * Fix missing end quote in a shader error message. * In class reference: * Fix duplicated "if" in the description of `signf()`. * Fix mismatched example output in `String.operator %()`. * Fix typo in the description of `Decal.texture_emission`. * Unify description of `String.match()` and `StringName.match()`. | |||
2023-02-11 | Merge pull request #73060 from clayjohn/screen_texture-size | Rémi Verschelde | |
Avoid inserting screen_texture compatibility code when using textureSize | |||
2023-02-10 | Avoid inserting screen_texture compatibility code when using textureSize | clayjohn | |
2023-02-10 | Do clear request before reading from render target when using CANVAS_BG | clayjohn | |
2023-02-10 | Merge pull request #70663 from EpEpDragon/feature_buffer_get_data_size_option | Rémi Verschelde | |
Add optional size parameter to the RenderDevice buffer_get_data method. | |||
2023-02-10 | Add render buffer support to screen space effects | Bastiaan Olij | |
2023-02-10 | Fix crash in editor when setting `SubViewport.size` to zero | Markus Sauermann | |
`Viewport::_set_size` now verifies, that the minimum size is at least 2x2. Also fix `RendererViewport::viewport_set_size` fail condition. | |||
2023-02-09 | Improve some editor strings for localization | Haoyu Qiu | |
2023-02-08 | Mark fma function as high end so it isn't used with the gl_compatibility ↵ | clayjohn | |
renderer | |||
2023-02-07 | Some code simplifications | Markus Sauermann | |
1. `number_width` isn't used later 2. `return_type` is used only once 3. AudioServer::get_singleton()->get_channel_count() always returns a channel_count of 1 or larger 4. negative `aa->backward` conditional 5. `current_canvas` == `find_world_2d()->get_canvas()` 6. identical if `render_shadows` | |||
2023-02-06 | Implement cull_mask for decals and lights in mobile and compatibility backends | clayjohn | |
2023-02-04 | Merge pull request #72695 from clayjohn/CanvasGroup-shading | Yuri Sizov | |
Avoid shading CanvasGroup nodes twice | |||
2023-02-03 | Avoid shading CanvasGroup nodes twice | clayjohn | |
2023-02-03 | Fix MultiMesh visible_instance_count being ignored after the first frame | Ricardo Buring | |
Co-authored-by: Clay John <claynjohn@gmail.com> | |||
2023-02-03 | Merge pull request #72631 from rburing/custom_aabb_update_dependency | Rémi Verschelde | |
Notify dependencies when setting custom mesh AABB | |||
2023-02-03 | Merge pull request #72589 from BastiaanOlij/add_layer_slice_support | Rémi Verschelde | |
Add layer slice support to render device and render buffers | |||
2023-02-03 | Add layer slice support to render device and render buffers | Bastiaan Olij | |
2023-02-02 | Notify dependencies when setting custom mesh AABB | Ricardo Buring | |
Fixes SoftBody3D culling issues. | |||
2023-02-02 | Merge pull request #72494 from Chaosus/shader_fix_const_init | Rémi Verschelde | |
Fix shader failure when using non-const initializer on a constant | |||
2023-02-01 | More codespell fixes, do more changes from previous ignore list | Rémi Verschelde | |
2023-02-01 | Fix shader failure when using non-const initializer on a constant | Yuri Rubinsky | |
2023-02-01 | Merge pull request #63829 from clayjohn/VULKAN-disable-multiview | Rémi Verschelde | |
Disable multiview shader versions when xr is disabled | |||
2023-02-01 | Merge pull request #72485 from BastiaanOlij/add_eye_matrix_access | Rémi Verschelde | |
Expose EYE_OFFSET to gdshader code | |||
2023-02-01 | Merge pull request #72464 from clayjohn/RD-skeleton-crash | Rémi Verschelde | |
Check if Skeleton exists before reading when calculating blend shapes |