| .. |
|
effects
|
Add `Span` struct (replacing `StrRange`). Spans represent read-only access to a contiguous array, resembling `std::span`.
|
2025-03-09 18:19:51 +01:00 |
|
environment
|
Remove ABS in favor of Math::abs
|
2025-03-19 13:52:40 +01:00 |
|
forward_clustered
|
Clean up more dynamic allocations in the RD renderers with a focus on 2D.
|
2025-03-10 13:16:12 -07:00 |
|
forward_mobile
|
Merge pull request #103641 from darksylinc/matias-mobile-shadows-update
|
2025-03-11 09:35:05 -05:00 |
|
shaders
|
2D: Fix light shader accessing TEXTURE_PIXEL_SIZE
|
2025-03-06 05:30:20 +11:00 |
|
spirv-reflect
|
…
|
|
|
storage_rd
|
Remove ABS in favor of Math::abs
|
2025-03-19 13:52:40 +01:00 |
|
SCsub
|
…
|
|
|
cluster_builder_rd.cpp
|
…
|
|
|
cluster_builder_rd.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
framebuffer_cache_rd.cpp
|
…
|
|
|
framebuffer_cache_rd.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
pipeline_cache_rd.cpp
|
…
|
|
|
pipeline_cache_rd.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
pipeline_hash_map_rd.h
|
Fix `Invalid Task ID` error spam in `PipelineHashMapRD`.
|
2025-03-12 19:59:13 +02:00 |
|
renderer_canvas_render_rd.cpp
|
Remove ABS in favor of Math::abs
|
2025-03-19 13:52:40 +01:00 |
|
renderer_canvas_render_rd.h
|
Clean up more dynamic allocations in the RD renderers with a focus on 2D.
|
2025-03-10 13:16:12 -07:00 |
|
renderer_compositor_rd.cpp
|
rendering: compositor has `is_opengl` API; minor optimisations
|
2025-03-13 15:41:44 +11:00 |
|
renderer_compositor_rd.h
|
rendering: compositor has `is_opengl` API; minor optimisations
|
2025-03-13 15:41:44 +11:00 |
|
renderer_scene_render_rd.cpp
|
…
|
|
|
renderer_scene_render_rd.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
shader_rd.cpp
|
Use `resize_zeroed` instead of `resize` then `fill(0)` in several places.
|
2025-03-14 12:09:39 +01:00 |
|
shader_rd.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
uniform_set_cache_rd.cpp
|
…
|
|
|
uniform_set_cache_rd.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |