jsjtxietian
|
5a5453bcf2
Fixes `RenderingDevice::get_driver_resource` will crash or give incorrect result with certain resources
|
1 year ago |
Dario
|
ecaafa6001
Add toggle for enabling or disabling RenderingDevice's pipeline cache.
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
Rémi Verschelde
|
e74f4ea115
Vulkan: Don't warn about pipelines cache if missing
|
1 year ago |
Robert Yevdokimov
|
13e82094ee
Remove word duplicates in comments and strings, and fix casing and punctuation
|
1 year ago |
Rémi Verschelde
|
dd1d838e09
Merge pull request #88631 from DarioSamo/mobile_subpass_usage_fix
|
1 year ago |
Dario
|
5e59c941c9
Remove tracking logic for input attachments as it's not necessary.
|
1 year ago |
Dario
|
ee2d8f68ba
Merge execute and present commands for RenderingDeviceDriver.
|
1 year ago |
Anatoli Babenia
|
e25cfffc7f
Add `--no-header` option to clean output
|
2 years ago |
Dario
|
73eff10c76
Finish splitting functionality of the Vulkan and D3D12 backends into RenderingDeviceDriver.
|
1 year ago |
A Thousand Ships
|
684752e75b
Replace error checks against `size` with `is_empty`
|
1 year ago |
A Thousand Ships
|
2a372186ec
Null check improvements
|
1 year ago |
Patrick Dawson
|
a0f9bcc826
Fix usage of index offsets in RenderingDevice
|
1 year ago |
Dario
|
cc4d39b0c1
Acyclic Command Graph for RenderingDevice.
|
1 year ago |
Bastiaan Olij
|
d6caa69e11
Skip swapchain logic if there is nothing to present (Android OpenXR)
|
1 year ago |
Rémi Verschelde
|
07b88600b7
Merge pull request #86522 from RandomShaper/fix_uset_rebind
|
1 year ago |
EddieBreeg
|
8747c67d9e
Fix potential integer underflow in rounded up divisions
|
2 years ago |
Pedro J. Estébanez
|
1c5c8cf6ff
RenderingDevice: Fix uniform sets wrongly assumed to be bound
|
1 year ago |
Pedro J. Estébanez
|
12a519bae2
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
|
1 year ago |
clayjohn
|
51ed3aef63
Vertex and attribute compression to reduce the size of the vertex format.
|
2 years ago |
A Thousand Ships
|
fdd3d36c6d
[Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
2 years ago |
Shawn Wallace
|
b12ed82c04
Expose texture_create_from_extension to GDExtension
|
1 year ago |
Rémi Verschelde
|
faaf27f284
Fix various typos with codespell
|
2 years ago |
Rémi Verschelde
|
858e8748e8
Fix or workaround recent extension API compatibility issues
|
2 years ago |
Yuri Sizov
|
1c40263665
Merge pull request #79606 from clayjohn/ShaderRD-compilation-groups
|
2 years ago |
Bastiaan Olij
|
63d6e9c557
Add custom texture create function
|
2 years ago |
clayjohn
|
e970f5249c
Add Shader compile groups to RD Shader system
|
2 years ago |
Bastiaan Olij
|
a22f495a3c
Split raster barrier into vertex and fragment barrier
|
2 years ago |
Bastiaan Olij
|
6dd47e232b
Expose RD::texture_native_handle
|
2 years ago |
Rémi Verschelde
|
3e6a731904
Merge pull request #76418 from reduz/method-bind-validated-call
|
2 years ago |