Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented multimesh_get_buffer_rd_rid function into RenderingServer. | David House | 2024-11-14 | 1 | -0/+1 |
| | | | | | | Fixed style error. Updated dummy mesh_storage to move from cpp to h the return of a blank Rid on _multimesh_get_buffer_rd_rid. | ||||
* | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 5 | -24/+24 |
| | | | | - Set clang-format `Standard` rule to `c++20` | ||||
* | Merge pull request #85338 from EMBYRDEV/shadow-caster-mask | Thaddeus Crews | 2024-10-24 | 1 | -0/+2 |
|\ | | | | | | | Add `shadow_caster_mask` to Light3D. | ||||
| * | Add `shadow_caster_mask` to Light3D. | Hannah Crawford | 2024-08-12 | 1 | -0/+2 |
| | | |||||
* | | Implement asynchronous transfer queues, thread guards on RenderingDevice. ↵ | Dario | 2024-10-02 | 4 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Add ubershaders and rework pipeline caches for Forward+ and Mobile. - Implements asynchronous transfer queues from PR #87590. - Adds ubershaders that can run with specialization constants specified as push constants. - Pipelines with specialization constants can compile in the background. - Added monitoring for pipeline compilations. - Materials and shaders can now be created asynchronously on background threads. - Meshes that are loaded on background threads can also compile pipelines as part of the loading process. | ||||
* | | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 2 | -0/+2 |
| | | |||||
* | | Add external texture support (GLES3) | David Snopek | 2024-09-20 | 1 | -0/+2 |
| | | | | | | | | | | Co-authored-by: Fredia Huya-Kouadio <fhuyakou@gmail.com> Co-authored-by: Mauricio Narvaez <nvz@meta.com> | ||||
* | | Style: Apply new `clang-format` changes | Thaddeus Crews | 2024-09-20 | 2 | -25/+25 |
| | | |||||
* | | Expose a function to create textures from a native handle in the ↵ | David Snopek | 2024-09-19 | 1 | -0/+2 |
| | | | | | | | | compatibility renderer | ||||
* | | Avoid const_cast in mesh_storage.h | rune-scape | 2024-08-28 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #91818 from rburing/fti_multimesh | Rémi Verschelde | 2024-08-20 | 2 | -33/+35 |
|\ \ | | | | | | | | | | Physics interpolation: `MultiMesh` | ||||
| * | | Fixed Timestep Interpolation: MultiMesh | Ricardo Buring | 2024-08-18 | 2 | -33/+35 |
| |/ | | | | | | | | | | | Adds fixed timestep interpolation to multimeshes. Co-authored-by: lawnjelly <lawnjelly@gmail.com> | ||||
* | | Merge pull request #89919 from BlueCube3310/bicubic-lightmap | Rémi Verschelde | 2024-08-20 | 1 | -0/+1 |
|\ \ | | | | | | | | | | Implement bicubic sampling for lightmaps | ||||
| * | | Implement support for bicubic lightmap filtering | BlueCube3310 | 2024-08-19 | 1 | -0/+1 |
| |/ | | | | | | | Co-authored-by: Calinou <hugo.locurcio@hugo.pro> | ||||
* | | Merge pull request #94785 from Chaosus/shader_fix_samplers_order | Rémi Verschelde | 2024-08-19 | 1 | -5/+1 |
|\ \ | |/ |/| | | | Fix texture samplers to not being last in the property list | ||||
| * | Fix texture samplers to not being last in the property list | Yuri Rubinsky | 2024-07-29 | 1 | -5/+1 |
| | | |||||
* | | Fix LightmapGI causes crash when using --headless | Jamie Pate | 2024-08-07 | 3 | -6/+123 |
| | | | | | | | | | | | | | | | | | | Fixes #89119 Add dummy LightmapInstance and Lightmap resources for headless rendering Prevents the RenderingServer from crashing when it accesses lightmap_instance->base_data | ||||
* | | Fix regression around OpenGL swapchain optimisation for OpenXR | Bastiaan Olij | 2024-07-29 | 1 | -1/+1 |
|/ | |||||
* | Improvements to VRS/Foveated rendering | Bastiaan Olij | 2024-05-03 | 1 | -0/+2 |
| | |||||
* | Shadow fade for omni lights actually stops the shadow from updating while ↵ | jitspoe | 2024-03-25 | 1 | -0/+1 |
| | | | | faded out to improve performance. | ||||
* | Fix never ending loop with overlapping probes | Bastiaan Olij | 2024-03-05 | 1 | -0/+1 |
| | |||||
* | Merge pull request #88581 from jsjtxietian/dummy-crash | Rémi Verschelde | 2024-02-23 | 1 | -0/+1 |
|\ | | | | | | | Fail early if shader mode is invalid in dummy renderer | ||||
| * | Fail early if shader mode is invalid in dummy renderer | jsjtxietian | 2024-02-23 | 1 | -0/+1 |
| | | |||||
* | | Implement hooks into renderer | Bastiaan Olij | 2024-02-18 | 1 | -1/+7 |
|/ | |||||
* | Merge pull request #88409 from jsjtxietian/high-end | Rémi Verschelde | 2024-02-17 | 1 | -1/+1 |
|\ | | | | | | | Make dummy rendering server appear as a high end platform to fix vulkan shader compile error when exporting | ||||
| * | Make dummy rendering server appear as a high end platform | jsjtxietian | 2024-02-16 | 1 | -1/+1 |
| | | | | | | | | to fix vulkan shader compile error when exporting | ||||
* | | Merge pull request #88325 from akien-mga/texture-formats | Rémi Verschelde | 2024-02-17 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Export: Unify settings for PC texture formats, removed obsoleted ETC feature | ||||
| * | | Remove code relative to obsoleted ETC texture format | Rémi Verschelde | 2024-02-14 | 1 | -1/+1 |
| |/ | | | | | | | Co-authored-by: BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com> | ||||
* | | Merge pull request #88210 from TitanNano/jovan/missing_surface_data | Rémi Verschelde | 2024-02-17 | 1 | -0/+6 |
|\ \ | | | | | | | | | | Assign missing surface data fields in dummy render server | ||||
| * | | Assign missing surface data fields in dummy render server | Jovan Gerodetti | 2024-02-11 | 1 | -0/+6 |
| | | | |||||
* | | | Support custom AABB within MultiMesh resources | Arman Elgudzhyan | 2024-02-15 | 1 | -0/+3 |
| |/ |/| | | | | | | | - Supporting custom AABB on the MultiMesh resource itself allows us to prevent costly runtime AABB recalculations. - Should also help improve CPU Particle performance. | ||||
* | | Finish splitting functionality of the Vulkan and D3D12 backends into ↵ | Dario | 2024-02-12 | 1 | -1/+0 |
|/ | | | | RenderingDeviceDriver. | ||||
* | Fix missing instance type in dummy renderer | A Thousand Ships | 2024-02-08 | 1 | -0/+2 |
| | |||||
* | Free dummy renderer objects | A Thousand Ships | 2024-01-29 | 3 | -0/+11 |
| | | | | These leaked during tests etc. | ||||
* | Merge pull request #87390 from clayjohn/dummy-multimesh | Yuri Sizov | 2024-01-25 | 2 | -5/+41 |
|\ | | | | | | | Add basic multimesh data needed for headless export to the Dummy rendering server | ||||
| * | Add basic multimesh data needed for headless export to the Dummy rendering ↵ | clayjohn | 2024-01-19 | 2 | -5/+41 |
| | | | | | | | | server | ||||
* | | Merge pull request #87392 from clayjohn/dummy-shader | Yuri Sizov | 2024-01-24 | 4 | -11/+161 |
|\ \ | | | | | | | | | | Add DummyShader handling to Dummy RenderingServer to ensure shader parameters are saved in headless export | ||||
| * | | Add DummyShader handling to Dummy RenderingServer to ensure shader ↵ | clayjohn | 2024-01-22 | 4 | -11/+161 |
| |/ | | | | | | | parameters are saved in headless export | ||||
* | | Merge pull request #84894 from clayjohn/tangent-error-message | Yuri Sizov | 2024-01-24 | 1 | -1/+4 |
|\ \ | | | | | | | | | | Store ArrayMesh path in RenderingServer for use in error messages | ||||
| * | | Store ArrayMesh path in RenderingServer for use in error messages | clayjohn | 2023-11-14 | 1 | -1/+4 |
| | | | |||||
* | | | Add a reflection mask to the reflection probes. | Marcel Offermans | 2024-01-20 | 1 | -0/+2 |
| |/ |/| | | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com> | ||||
* | | Skip swapchain logic if there is nothing to present (Android OpenXR) | Bastiaan Olij | 2024-01-08 | 1 | -0/+2 |
| | | |||||
* | | Implement render info counters for the 2D renderer | clayjohn | 2023-12-06 | 1 | -1/+1 |
| | | | | | | | | This provides information for the debug monitors | ||||
* | | Ensure 2D MSAA resolve is performed when 3D content but no 2D content in scene | Bastiaan Olij | 2023-11-16 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #81167 from bitsawer/fix_sdfgi_editor_change | Rémi Verschelde | 2023-10-25 | 1 | -0/+2 |
|\ | | | | | | | Reset SDFGI when changing editor scene tabs | ||||
| * | Reset SDFGI when changing editor scene tabs | bitsawer | 2023-08-30 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #79169 from reduz/debug-canvas-item-redraw | Rémi Verschelde | 2023-10-11 | 1 | -0/+2 |
|\ \ | | | | | | | Debug CanvasItem redraw | ||||
| * | | Debug CanvasItem redraw | Juan Linietsky | 2023-08-28 | 1 | -0/+2 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I wanted to add this tool for years and always forget. This command line option: ``` $ godot.exe -e --debug-canvas-item-redraw ``` Allows to see when a canvas item is redrawn. This helps find out if something in the UI is refreshing in a way it should not. Examples as such: * Signals causing more of the UI to redraw. * Container resizing causes more UI elements to redraw. * Something using a timer is redrawing all time time, which can go unnoticed. To my surprise, the editor UI is redrawing very efficiently. There is some weird stuff with the scene tabs, redrawing when the inspector changes but most things for the most part are fine. | ||||
* | | Particle internal refactor and additions for more artistic control | QbieShay | 2023-10-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Raul Santos <raulsntos@gmail.com> Co-authored-by: Mew Pur Pur <85438892+MewPurPur@users.noreply.github.com> Co-authored-by: Clay John <claynjohn@gmail.com> | ||||
* | | [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-25 | 4 | -10/+10 |
|/ |