summaryrefslogtreecommitdiffstats
path: root/modules/lightmapper_rd
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-4/+3
|\
| * Resolve load and store ops automatically for render passes for discardable ↵Dario2024-11-251-4/+3
| | | | | | | | textures.
* | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-262-12/+104
|\|
| * Merge pull request #99548 from Repiteo/style/clang-format-19-optionsThaddeus Crews2024-11-221-1/+0
| |\ | | | | | | | | | Style: Add 19.1.0 LLVM options to `.clang-format`
| | * Style: Add 19.1.0 LLVM options to `.clang-format`Thaddeus Crews2024-11-221-1/+0
| | |
| * | Add lightmap bake cancellingBad Sector2024-11-211-11/+104
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-114-0/+8
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-1/+1
|\ | | | | | | CI: Update `clang-format` pre-commit hook to 19.1.0
| * CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
| |
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-053-1/+64
|
* Metal: enable for betsy and lightmapper modulesStuart Carnie2024-08-311-2/+11
| | | | | To support this, the rendering_context_driver_metal.h header was updated to recognise when it is included in non-Objective-C source files.
* Merge pull request #94477 from RedMser/typos-batch-1Rémi Verschelde2024-08-281-1/+1
|\ | | | | | | Fix various typos
| * Fix typosRedMser2024-07-171-1/+1
| |
* | Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-253-13/+36
|\ \ | | | | | | | | | Use correct lightmap coefficients to ensure that the directional lightmap mode looks correct
| * | Use correct lightmap coefficients to ensure that the directional lightmap ↵clayjohn2024-08-213-13/+36
| | | | | | | | | | | | | | | | | | mode looks correct Also remove the metallic option from directional lightmap as it is guaranteed to return negative numbers in many cases
* | | Add debug utilities for VulkanMatias N. Goldberg2024-08-211-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features: - Debug-only tracking of objects by type. See get_driver_allocs_by_object_type et al. - Debug-only Breadcrumb info for debugging GPU crashes and device lost - Performance report per frame from get_perf_report - Some VMA calls had to be modified in order to insert the necessary memory callbacks Functionality marked as "debug-only" is only available in debug or dev builds. Misc fixes: - Early break optimization in RenderingDevice::uniform_set_create ============================ The work was performed by collaboration of TheForge and Google. I am merely splitting it up into smaller PRs and cleaning it up.
* | | Antialias direct light samples in LightmapperRDclayjohn2024-08-192-41/+106
|/ / | | | | | | Additionally use Vogel disk to enhance soft shadow quality.
* / Lightmapper: Prevent infinite loop when blitting lightmaps into an atlasBlueCube33102024-07-131-3/+11
|/
* Lightmapper: Ensure the atlas is big enough to fit padded UV mapsBlueCube33102024-07-111-1/+1
|
* Fix lightmapper seam blendingpassivestar2024-05-151-0/+1
|
* Add denoiser range property for LightmapGIlandervr2024-05-153-12/+15
|
* LightmapGI: Fix seam blending with directional lightmapsBlueCube33102024-04-181-1/+1
|
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
|
* Finish splitting functionality of the Vulkan and D3D12 backends into ↵Dario2024-02-121-2/+52
| | | | RenderingDeviceDriver.
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-2/+2
|
* Do not use a linear sampler on lightmapper when retrieving grid data.Dario2024-01-261-1/+3
|
* Add GLES3 infrastructure for lightmap baking in the compatibility backendclayjohn2024-01-241-1/+1
|
* Merge pull request #86730 from reduz/64-bit-cowdataRémi Verschelde2024-01-191-1/+1
|\ | | | | Promote CowData to 64 bits
| * Promote CowData to 64 bitsJuan Linietsky2024-01-191-1/+1
| | | | | | | | Fixes a lot of bugs, please help me fill the list.
* | Merge pull request #86583 from reduz/lightmapper-dda-fixRémi Verschelde2024-01-111-1/+10
|\ \ | |/ |/| | | Tiny fix for lightmapper DDA
| * Tiny fix for lightmapper DDAJuan Linietsky2024-01-101-1/+10
| | | | | | | | | | - Ensures only one axis advances at a time - This fixes extremely corner cases where the DDA may skip over geometry
* | Acyclic Command Graph for RenderingDevice.Dario2024-01-081-2/+2
| | | | | | | | Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice.
* | Merge pull request #86555 from RandomShaper/fix_warnRémi Verschelde2024-01-041-1/+1
|\ \ | | | | | | | | | Fix LightmapperRD division warning in MSVC
| * | Fix warning in MSVCPedro J. Estébanez2023-12-271-1/+1
| |/
* | Merge pull request #84800 from gshadows/fix_options_rangeRémi Verschelde2024-01-031-11/+11
|\ \ | | | | | | | | | Fix unlimited project option ranges that could cause crashes.
| * | Fix unlimited project option ranges that could cause crashes.G-Shadow2023-12-221-11/+11
| |/
* / Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-11/+11
|/ | | | | | | | | | A new `Math::division_round_up()` function was added, allowing for easy and correct computation of integer divisions when the result needs to be rounded up. Fixes #80358. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-2/+2
| | | | We don't translate those, only editor strings are translated.
* Optimize lightmapper using triangle clusters on the acceleration structure.Dario2023-10-134-75/+288
| | | | Add an additional layer of indirection to the grid used by the lightmapper to store fixed-size triangle clusters. Greatly speeds up baking times on scenes with high triangle density, as the clusters will help to avoid unnecessary checks when the triangle density is high on the scene.
* Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's ↵Dario2023-10-135-505/+502
| | | | | | CPU Lightmapper. Port over the logic from Godot 3.5 for indirect lighting. This should fix many issues about indirect bounces causing more energy and improve the overall quality of the result.
* Re-add optional OIDN denoise as an external executable.bruvzg2023-10-113-2/+160
|
* Fix trace_ray() function in the lightmapper missing hits with large triangles.Dario2023-10-091-0/+8
| | | | The DDA traversal had a conceptual error where it did an early termination of the search if it hit a triangle, but it didn't check if the hit position was inside the bounds of the cell being traversed. This can aid to fix light leaks such as the ones found in issue #75440.
* Merge pull request #82533 from DarioSamo/no-dilate-before-denoiseRémi Verschelde2023-09-291-14/+6
|\ | | | | | | Make the lightmapper not dilate before denoising.
| * Make the lightmapper not dilate before denoising.Dario2023-09-291-14/+6
| | | | | | | | Dilating noisy data caused issues for the denoiser. Fixes #82526.
* | Disable `lightmapper_rd` module in non-editor builds (and in Android editor)Hugo Locurcio2023-09-292-2/+1
|/ | | | | | | | | | | | | | | This is consistent with `xatlas_unwrap`, which isn't enabled in non-editor builds and the Android editor either. There is currently no way to use the lightmapper in a non-editor build anyway, as it doesn't expose any methods (and even if there was, there would be no way to perform UV2 unwrapping in the exported project). This reduces binary size of a stripped Linux x86_64 export template build by ~164 KB. This also moves the PrimitiveMesh texel size project setting so that it's defined when the module is disabled, and adds a property hint to it.
* Replace OIDN denoiser with a JNLM denoiser compute shader implementation.Dario2023-09-253-39/+271
|
* Fix directional LightmapGI being too dark with static lightsHugo Locurcio2023-09-211-1/+1
| | | | | | | The brightness now matches dynamic lights (indirect light baked only) when Directional is enabled. Co-authored-by: Priyansh Rathi <techiepriyansh@gmail.com>
* Add half-pixel offset to lightmapper rasterization.Dario2023-09-181-6/+10
| | | | Add half-pixel offset to lightmapper to fix issues where the ray would be generated from the wrong spot corresponding to the pixel and causing light leaks. Fixes Issue #69126.