| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Fix Frustum Sky projection translation logic shearing
|
| | |
|
|\ \
| | |
| | |
| | | |
Style: Apply `clang-tidy` fixes
|
| | |
| | |
| | |
| | | |
• `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
|
|\ \ \
| |/ /
|/| |
| | | |
Add support for external camera feed from external plugin on Android
|
| |/ |
|
| |
| |
| |
| |
| |
| | |
This reverts commit 9cc9df52eb6ef32b80bd3bd725807fea70b00a89.
This also adds a fallback to avoid using the Godot versions of the half 2 float functions when using ANGLE.
|
| |
| |
| |
| | |
- Set clang-format `Standard` rule to `c++20`
|
|\ \
| | |
| | | |
Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins global
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | | |
Add `shadow_caster_mask` to Light3D.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Use a shared copy of placeholder textures, tweak placeholder appearance
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`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>
|
|\ \ \
| | | |
| | | |
| | | | |
Use `LocalVector` for skeleton
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Optimize ANGLE on D3D11 to remove an extra blit
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Support the extension EGL_ANGLE_surface_orientation, which allows ANGLE
to skip an extra blit from an intermediate buffer to the D3D11 swap
chain back buffer for inverting the Y axis due to the difference in
coordinate systems. Instead we do our inverting in RasterizerGLES3.
|
|\ \ \ \
| |_|_|/
|/| | | |
Implement instance uniforms in Compatibility renderer
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | |
| | | | |
Improve the look of radiance map in Compatibility backend
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
In addition, fix region_filter_clip_enabled documentation to be consistent with AtlasTexture.xml, since that is the option whose behavior was fixed
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Clean up two recently introduced WebGL errors
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Calculate pixel snap in canvas space instead of world space
|
| | | | |
| | | | |
| | | | |
| | | | | |
This ensures that you are actually snapping to pixels in the viewport and not an arbitrary amount
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Fredia Huya-Kouadio <fhuyakou@gmail.com>
Co-authored-by: Mauricio Narvaez <nvz@meta.com>
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
Expose a function to create textures from a native handle in the compatibility renderer
|
| | | |
| | | |
| | | |
| | | | |
compatibility renderer
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Fix for GLES3 radiance cubemap update
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
Use distance to AABB surface to calculate Mesh LOD instead of using supports
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | | |
Compatibility: Fix alignment of compressed textures when retrieving
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Avoid `const_cast` in `mesh_storage.h`
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | | |
Fix OpenGL shadow textures not honoring texture type when reusing textures
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
LightmapGI: Pack L1 SH coefficients for directional lightmaps
|
| | | | | |
|