Pedro J. Estébanez
|
ffa791c41f
Add context getter to RenderingDevice
|
1 year ago |
Dario
|
d5789e09eb
Add optional driver workaround to RenderingDevice for Adreno 6XX.
|
1 year ago |
Dario
|
c41e407e61
Add draw and dispatch count to timestamp validation.
|
1 year ago |
clayjohn
|
eb62c5b27f
Revert change to default depth clear value in draw_list_begin
|
1 year ago |
Khasehemwy
|
d950f5f838
Use Reverse Z for the depth buffer
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
blackbird806
|
e2f1af8742
Remove self includes in some files
|
1 year ago |
Dario
|
ee2d8f68ba
Merge execute and present commands for RenderingDeviceDriver.
|
1 year ago |
Dario
|
73eff10c76
Finish splitting functionality of the Vulkan and D3D12 backends into RenderingDeviceDriver.
|
1 year ago |
Dario
|
80eacf1b7a
Fix incorrect mapping of initial action as clear region continue to clear.
|
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 |
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 |
Yuri Sizov
|
54c7a26a3b
Merge pull request #81356 from pkdawson/rd-compat
|
1 year ago |
Patrick Dawson
|
d80dc0ff58
Add compatibility methods for RenderingDevice BarrierMask
|
1 year ago |
Dario
|
057367bf4f
Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.
|
1 year ago |
Shawn Wallace
|
b12ed82c04
Expose texture_create_from_extension to GDExtension
|
1 year ago |
Dario
|
0d7deca4e2
Add buffer_copy method to RenderingDevice interface and an implementation for the Vulkan driver.
|
2 years ago |
Rémi Verschelde
|
858e8748e8
Fix or workaround recent extension API compatibility issues
|
2 years ago |
Yuri Sizov
|
cc1ee3e599
Merge pull request #79911 from BastiaanOlij/fix_barrier_breakage
|
2 years ago |
Yuri Sizov
|
1c40263665
Merge pull request #79606 from clayjohn/ShaderRD-compilation-groups
|
2 years ago |
Bastiaan Olij
|
10f796dae3
Add exceptions for breakage introduced in RD barriers and prevent future breakage
|
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 |
Hugo Locurcio
|
0f82a0f569
Document the InitialAction enum in RenderingDevice
|
2 years ago |
Rémi Verschelde
|
564d1b34e0
Merge pull request #74711 from BastiaanOlij/add_texture_native_handle
|
2 years ago |
Bastiaan Olij
|
c328676d96
For GDExternal use, provides access to internal graphics handles for textures
|
2 years ago |