summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/storage
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-192-0/+5
|\
| * Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-142-0/+5
| | | | | | | | | | | | 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.
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\|
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
| | | | | | | | • `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-022-3/+13
|\|
| * Revert "Fix GPUParticles are not rendered for older AMD GPUs with OpenGL+Angle"clayjohn2024-10-292-3/+13
| | | | | | | | | | | | This reverts commit 9cc9df52eb6ef32b80bd3bd725807fea70b00a89. This also adds a fallback to avoid using the Godot versions of the half 2 float functions when using ANGLE.
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-307-33/+33
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-257-33/+33
| | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2716-32/+32
|\ \ | | | | | | Fix copyright headers referring to Godot
| * | Fix copyright headers referring to GodotSpartan3222024-10-2716-32/+32
| | |
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-2/+2
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #98448 from Chaosus/shader_global_builtinsYuri Rubinsky2024-10-251-2/+2
| |\ | | | | | | Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins global
| | * Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins globalChaosus2024-10-241-2/+2
| | |
* | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-242-0/+20
|\| |
| * | Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-242-0/+20
| |\ \ | | |/ | |/| | | | Add `shadow_caster_mask` to Light3D.
| | * Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-122-0/+20
| | |
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-222-32/+37
|\| |
| * | Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copyThaddeus Crews2024-10-212-32/+36
| |\ \ | | | | | | | | | | | | Use a shared copy of placeholder textures, tweak placeholder appearance
| | * | Use a shared copy of placeholder textures, tweak placeholder appearanceHugo Locurcio2024-10-182-32/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces memory usage a bit in case multiple placeholders were requested, e.g. when using multiple NoiseTextures with no noise property defined. The placeholder texture's appearance was also changed from a plain magenta color to a checkerboard alternating between magenta and black pixels. This makes it easier to spot when the placeholder texture ends up being used in a complex scene (usually by accident). The texture's dimensions remain identical to keep the physical size identical in 2D.
| * | | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `core/os/os.h` doesn't use `core/io/image.h`. It just brings transitive dependencies. Lots of dependencies because `core/os/os.h` is transitively included in almost every file of godot Also added `core/io/image.h` into files^1 where `Ref<Image>` and `core/os/os.h` were used to prevent obscure errors involving `Ref<Image>` ^1 except those which include `core/io/image_loader.h` or `core/io/image.h` by corresponding .h file with the same name Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-143-4/+5
|\| |
| * | Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeletonThaddeus Crews2024-10-102-4/+4
| |\ \ | | | | | | | | | | | | Use `LocalVector` for skeleton
| | * | Use local vector for skeletonNazarii2024-10-022-4/+4
| | | |
| * | | Merge pull request #96819 from clayjohn/GLES3-instance-uniformsClay John2024-10-071-0/+1
| |\ \ \ | | | | | | | | | | Implement instance uniforms in Compatibility renderer
| | * | | Implement instance uniforms in Compatibility rendererclayjohn2024-09-101-0/+1
| | | | |
* | | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1116-0/+32
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. ↵Dario2024-10-022-7/+0
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Implement vertex shadingywmaa2024-09-292-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | This adds support in all backends, but the Compatibility renderer works the best. Mobile and Forward+ can only support one directional light shader (the first in the tree) While the Compatibility renderer supports any number of shadows. Co-authored-by: Clay John <claynjohn@gmail.com>
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
| | |
* | | Merge pull request #97379 from clayjohn/webgl-errorsRémi Verschelde2024-09-242-0/+3
|\ \ \ | | | | | | | | | | | | Clean up two recently introduced WebGL errors
| * | | Clean up two recently introduced WebGL errorsclayjohn2024-09-232-0/+3
| | | |
* | | | Add external texture support (GLES3)David Snopek2024-09-205-1/+87
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Fredia Huya-Kouadio <fhuyakou@gmail.com> Co-authored-by: Mauricio Narvaez <nvz@meta.com>
* | | | Style: Apply new `clang-format` changesThaddeus Crews2024-09-202-4/+4
| | | |
* | | | Expose a function to create textures from a native handle in the ↵David Snopek2024-09-192-11/+13
|/ / / | | | | | | | | | compatibility renderer
* | | Merge pull request #96863 from BlueCube3310/gles-align-fixRémi Verschelde2024-09-121-2/+2
|\ \ \ | |/ / |/| | | | | Compatibility: Fix alignment of compressed textures when retrieving
| * | Compatibility: Fix alignment of compressed textures when retrievingBlueCube33102024-09-111-2/+2
| | |
* | | Merge pull request #94893 from rune-scape/no-const-cast-mesh-storageRémi Verschelde2024-09-102-3/+3
|\ \ \ | | | | | | | | | | | | Avoid `const_cast` in `mesh_storage.h`
| * | | Avoid const_cast in mesh_storage.hrune-scape2024-08-282-3/+3
| | | |
* | | | Add basic support to evaluate operator value in shader languageYuri Rubinsky2024-09-091-2/+2
| |/ / |/| |
* | | Merge pull request #96509 from Rudolph-B/Issue-92091Rémi Verschelde2024-09-081-0/+5
|\ \ \ | | | | | | | | | | | | Fix OpenGL shadow textures not honoring texture type when reusing textures
| * | | Fixed OpenGL shadow textures not honoring texture type when reusing texturesRudolph Bester2024-09-031-0/+5
| | | |
* | | | Merge pull request #96455 from Praytic/msaa-support-macosRémi Verschelde2024-09-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Enable MSAA support for all non-web platforms
| * | | | Enable MSAA support for all non-web platformsPraytic2024-09-011-1/+1
| |/ / / | | | | | | | | | | | | MSAA support is built into GLES3 core, eliminating the need to check for GL_EXT_framebuffer_multisample, which was necessary only in GLES2 due to the lack of inherent multisample framebuffer support. This commit corrects an oversight from GLES2-based code, ensuring compatibility with GLES3 where multisampling is natively supported without extensions.
* | | | Merge pull request #95961 from RadiantUwU/fix-mesh-recursionRémi Verschelde2024-09-031-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix shadow mesh recursion.
| * | | | Fix shadow mesh recursion.Radiant2024-08-311-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #96128 from BlueCube3310/vram-profiler-texture-memRémi Verschelde2024-09-021-2/+20
|\ \ \ \ | |_|/ / |/| | | | | | | Fix incorrect parameters for layered textures in VRAM texture memory profiler
| * | | Fix incorrect parameters for layered textures in Video RAM texture memory ↵BlueCube33102024-09-011-2/+20
| | |/ | |/| | | | | | | profiler
* / | Add support for compiling with VS clang-cl toolsetAlula2024-08-281-1/+1
|/ /
* | Add `CLIP_SPACE_FAR` built-in to spatial shaderChaosus2024-08-271-0/+1
| |
* | Compatibility: Fix crash when initializing certain compressed layered texturesBlueCube33102024-08-261-4/+2
| |