LuoZhihao
|
8ad3072a6a
RenderingDevice: Add `uniform_type` check to avoid crash
|
1 month ago |
Stuart Carnie
|
5230f6c60c
Apple: Use image atomic operations on supported Apple hardware
|
2 months ago |
Lukas Tenbrink
|
2b36c79f7b
Use `Span<uint8_t>` in `RenderingDevice` allocation APIs to avoid intermediary arrays on calls.
|
2 months ago |
NetroScript
|
66d68707d3
Fix the VRS attachment being incorrectly added to color_attachments
|
2 months ago |
clayjohn
|
cc9aedd898
Avoid crash when texture layers is greater than 1 and format is not an ARRAY type
|
2 months ago |
Thaddeus Crews
|
de37627404
Merge pull request #102552 from DarioSamo/shader-baker
|
2 months ago |
Thaddeus Crews
|
90c75d02dd
Merge pull request #106732 from stuartcarnie/rd_reduce_allocations
|
3 months ago |
Stuart Carnie
|
7d93119353
Renderer: Eliminates `String` allocations for all labels in the renderer
|
3 months ago |
Dario
|
5a30a7e7cd
Add shader baker to project exporter.
|
7 months ago |
Lukas Tenbrink
|
4cb8a0c77e
Add `resize_initialized` and `resize_uninitialized` to `Vector`. These functions serve as replacements for `resize`, to make sure the caller understands whether elements need to be initialized 'by hand' after the call.
|
3 months ago |
Sander
|
6ae50cad17
RenderingDevice: introduce parameter 'mipmaps' for texture_create_from_extension()
|
4 months ago |
lawnjelly
|
f8f350a32a
Add `GLOBAL_GET` cached macros.
|
3 months ago |
Lukas Tenbrink
|
bfdb0f0ecf
Fix various sanitizer issues.
|
4 months ago |
Yyf2333
|
1a70a06a43
Change RID_Owner::get_owned_list.
|
7 months ago |
Thaddeus Crews
|
b743eb96e3
Merge pull request #98760 from ze2j/optimize_texture_create_shared_from_slice
|
4 months ago |
Thaddeus Crews
|
98aced4e65
Merge pull request #99768 from dsnopek/openxr-vulkan-foveated-rendering
|
4 months ago |
Thaddeus Crews
|
0d267e7b1e
Core: Add dedicated `BitField` template
|
1 year ago |
A Thousand Ships
|
889410dcda
Add `String::replace_char(s)` methods for performance and convenience
|
1 year ago |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
5 months ago |
David Snopek
|
79f5a4d9fe
OpenXR: Use the `XR_FB_foveation_vulkan` extension to get the density map for VRS
|
9 months ago |
Rémi Verschelde
|
408d07109b
Merge pull request #99551 from DarioSamo/fragment-density-map
|
5 months ago |
Dario
|
76d709be74
Implement support for fragment density maps.
|
9 months ago |
Rémi Verschelde
|
92fb04c6cc
Merge pull request #103941 from stuartcarnie/metal_fx_features
|
5 months ago |
Stuart Carnie
|
e2066298d9
Renderer: Fix Metal handling of cube textures; assert equal dimensions
|
5 months ago |
clayjohn
|
16b9667c62
Error when draw list is not active in draw_list_switch_to_next_pass
|
5 months ago |
Stuart Carnie
|
052fe9158d
Renderer: Expose and document `Features` enum for METAL_FX
|
5 months ago |
clayjohn
|
4cf9d58dce
Clean up more dynamic allocations in the RD renderers with a focus on 2D.
|
5 months ago |
ze2j
|
6413a8a94b
Optimize shared texture creation
|
8 months ago |
Thaddeus Crews
|
bf6031890e
Merge pull request #103814 from darksylinc/matias-update_perf_report-speedup
|
5 months ago |
Matias N. Goldberg
|
21133425cc
Delay expensive operations to get_perf_report
|
5 months ago |