Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 1 | -7/+7 |
|\ | |||||
| * | Use Vector4 for texture mask in BaseMaterial to avoid converting to and from ↵ | clayjohn | 2024-11-26 | 1 | -7/+7 |
| | | | | | | | | Plane | ||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | |||||
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6 | Spartan322 | 2024-10-14 | 1 | -6/+3 |
|\| | |||||
| * | Fix implementation of property_can_revert() in various classes | kobewi | 2024-10-04 | 1 | -6/+3 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. ↵ | Dario | 2024-10-02 | 1 | -126/+203 |
| | | | | | | | | | | | 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. | ||||
* | Merge pull request #93449 from ↵ | Rémi Verschelde | 2024-10-01 | 1 | -6/+13 |
|\ | | | | | | | | | | | Calinou/basematerial3d-refraction-use-depth-comparison Fix BaseMaterial3D refracting objects located in front of the material | ||||
| * | Fix BaseMaterial3D refracting objects located in front of the material | Hugo Locurcio | 2024-09-26 | 1 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Depth comparison is now used to prevent refraction from occurring if the pixel being refracted is located in front of the object. For pixels slightly behind the object, a `smoothstep()` curve is used to progressively increases refraction intensity as the distance between the object and the refraction increases. This avoids sudden discontinuities in the refraction. Co-authored-by: GeneralLegendary <generallegendary456@gmail.com> | ||||
* | | GDExtension: Mark virtual function as `is_required` in `extension_api.json` | David Snopek | 2024-09-11 | 1 | -2/+2 |
|/ | | | | Co-authored-by: Jovan Gerodetti <jovan.gerodetti@titannano.de> | ||||
* | Cleanup of raw `nullptr` checks with `Ref` | A Thousand Ships | 2024-08-31 | 1 | -1/+1 |
| | | | | Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc. | ||||
* | Enable revert button for `ShaderMaterial::next_pass` and ↵ | Rakka Rage | 2024-08-22 | 1 | -0/+8 |
| | | | | `ShaderMaterial::render_priority`. | ||||
* | Use `PackedVector4Array` instead of float array for vec4 array uniform | Yuri Rubinsky | 2024-06-28 | 1 | -0/+15 |
| | |||||
* | Allow BaseMaterial3D height/dither fade to work with Compatibility rendering | Hugo Locurcio | 2024-06-22 | 1 | -10/+8 |
| | | | | | | Compatibility is based on OpenGL ES 3.0, so the height shader (including deep parallax) and distance fade dither modes work just fine with no adjustments required. | ||||
* | Material: Fix marking as ready | BlueCube3310 | 2024-06-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #89470 from jsjtxietian/msdf-uv | Rémi Verschelde | 2024-05-29 | 1 | -8/+15 |
|\ | | | | | | | Fix shader compilation error when enabling texture MSDF and UV1 Triplanar at the same time | ||||
| * | Fix shader compilation error when enabling texture MSDF and UV1 Triplanar at ↵ | jsjtxietian | 2024-03-15 | 1 | -8/+15 |
| | | | | | | | | the same time | ||||
* | | Merge pull request #91909 from KoBeWi/have_fun_reviewing_this | Rémi Verschelde | 2024-05-14 | 1 | -1/+0 |
|\ \ | | | | | | | | | | Use Core/Scene stringnames consistently | ||||
| * | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+0 |
| | | | |||||
* | | | Let materials' shaders update happen on loader threads | Pedro J. Estébanez | 2024-05-06 | 1 | -20/+14 |
|/ / | |||||
* / | Added premult alpha blending to 3D (spatial) shaders. | QbieShay | 2024-05-01 | 1 | -1/+10 |
|/ | | | | | Co-authored-by: jitspoe <jitspoe@yahoo.com> Co-authored-by: Clay John <claynjohn@gmail.com> | ||||
* | Use raw string literals for BaseMaterial3D shader code generation | Hugo Locurcio | 2024-03-13 | 1 | -342/+647 |
| | | | | | | | | | - Add range hints to all uniforms that match the BaseMaterial3D property hints, so that ranges in the inspector remain identical after converting to a shader. - Add comments to describe selected options within the shader. This makes it easier to remember what each block of code does. - Format code to follow the Godot shader language style guide. | ||||
* | Set a minimum of 0.01 for proximity fade to avoid undefined behavior in shader | clayjohn | 2024-03-12 | 1 | -3/+3 |
| | |||||
* | Optimise Object's `get_argument_options` | Micky | 2024-02-29 | 1 | -2/+4 |
| | |||||
* | Fix shadows for billboarded Sprite3D's | Erik Johnson | 2024-02-13 | 1 | -3/+5 |
| | |||||
* | Fix `ShaderMaterial::_property_get_revert` crash when given non-exist `p_name` | jsjtxietian | 2024-01-29 | 1 | -1/+1 |
| | |||||
* | Add const lvalue ref to container parameters | Muller-Castro | 2024-01-05 | 1 | -1/+1 |
| | |||||
* | Fix missing autocompletion for inheriting classes | Micky | 2024-01-03 | 1 | -1/+1 |
| | |||||
* | Fix typo in BaseMaterial3D conversion from 3.x SpatialMaterial | Hugo Locurcio | 2023-11-23 | 1 | -1/+1 |
| | |||||
* | Fix several Material texture parameter updates | bitsawer | 2023-11-01 | 1 | -1/+1 |
| | |||||
* | Fixing incorrect normal map when using triplanar world mapping and mesh rotation | Raffaele Picca | 2023-10-23 | 1 | -9/+22 |
| | |||||
* | Fix BaseMaterial3D update with certain material settings | bitsawer | 2023-10-11 | 1 | -0/+2 |
| | |||||
* | Implement render mode fog_disabled and BaseMaterial3D setting Disable Fog | Milan Gruner | 2023-09-05 | 1 | -0/+5 |
| | |||||
* | Initialize MSDF parameters in BaseMaterial3D with default | detomon | 2023-07-28 | 1 | -1/+4 |
| | |||||
* | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -2/+2 |
| | |||||
* | Take eye offset into account for depth in StandardMaterial3D | Bastiaan Olij | 2023-07-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #74937 from bitsawer/fix_uniform_storage | Rémi Verschelde | 2023-06-09 | 1 | -2/+26 |
|\ | | | | | | | Fix shader uniform storage conversions and crash | ||||
| * | Fix shader uniform storage conversions and crash | bitsawer | 2023-05-29 | 1 | -2/+26 |
| | | |||||
* | | Fix materials' shaders not updated if loaded on a non-main thread | Pedro J. Estébanez | 2023-05-31 | 1 | -2/+6 |
|/ | |||||
* | Improve `SelfList` and fix error in `BaseMaterial3D` when running doctool | RedworkDE | 2023-05-22 | 1 | -9/+7 |
| | |||||
* | Avoid sync issues in materials with scheduled shader updates | Pedro J. Estébanez | 2023-05-10 | 1 | -3/+19 |
| | |||||
* | Merge pull request #75427 from Chaosus/shader_fix_groups_ordering | Clay John | 2023-05-05 | 1 | -15/+14 |
|\ | | | | | Fix shader uniform groups to prevent it sorting in alphabet order | ||||
| * | Fix shader uniform groups to prevent it sorting in alphabet order | Yuri Rubinsky | 2023-03-28 | 1 | -15/+14 |
| | | |||||
* | | Revert "Fix ShaderMaterial uniform type changes" | bitsawer | 2023-04-28 | 1 | -20/+2 |
| | | | | | | | | This reverts commit e55c6bfb7b850b8dc9fac565ab1ce56918ea4ec7. | ||||
* | | Fix ShaderMaterial uniform type changes | bitsawer | 2023-04-25 | 1 | -2/+20 |
| | | |||||
* | | Add EXPOSURE built in to spatial shaders | clayjohn | 2023-04-12 | 1 | -1/+1 |
|/ | | | | This allows users to restore light values to pre-pre-exposure amounts | ||||
* | Add warnings for unsupported features in mobile and gl_compatibility backends | clayjohn | 2023-02-26 | 1 | -10/+0 |
| | |||||
* | Fix shader parameter assign | Juan Linietsky | 2023-02-18 | 1 | -1/+9 |
| | | | | | | -Make sure the remap is created properly if never assigned before. Fixes #72923. Supersedes #73066. | ||||
* | make particle billboard take into account non-uniform scale | QbieShay | 2023-02-13 | 1 | -1/+4 |
| | |||||
* | [Sprite3D/Label3D] Expose alpha antialiasing properties. | bruvzg | 2023-01-31 | 1 | -2/+4 |
| |