chyyran
|
0cb3880d7f
|
rt(d3d12): allow construction of D3D12InputImage without a descriptor handle
|
2024-09-30 11:35:38 -04:00 |
|
chyyran
|
40691cc406
|
rt(d3d12): allow creating output view from a resource ref
|
2024-09-30 11:35:38 -04:00 |
|
chyyran
|
3c20c83bc9
|
rt(d3d12): use InterfaceRef for D3D12InputImage to avoid refcount for input image
|
2024-09-30 11:35:38 -04:00 |
|
chyyran
|
c57e502b78
|
rt(d3d12): make images with OwnedFramebuffer provenance use ManuallyDrop
|
2024-09-29 01:04:11 -04:00 |
|
chyyran
|
ae76bf9cc1
|
rt(d3d12): pull out descriptor heap implementation into its own crate
|
2024-09-06 22:45:07 -04:00 |
|
chyyran
|
e934f175ef
|
rt(d3d12): stop leaking transition barriers
|
2024-08-25 23:59:29 -04:00 |
|
chyyran
|
2e7c3b3273
|
rt(d3d12): use gpu_allocator instead of CreateCommittedResource
|
2024-08-25 01:26:25 -04:00 |
|
chyyran
|
7719b939f9
|
rt(d3d11): upgrade to windows 0.52
|
2024-02-26 21:17:30 -05:00 |
|
chyyran
|
3c3f024ef8
|
preset: add original scaletype
As defined in https://github.com/libretro/RetroArch/pull/15937
|
2024-02-12 01:58:05 -05:00 |
|
chyyran
|
020fac87ba
|
deps: upgrade to windows 0.48.0
|
2023-04-23 01:44:28 -04:00 |
|
chyyran
|
0adf3505ec
|
rt: mark frame and create APIs unsafe
This doesn't cause an API break in the C API but we don't actually make an attempt to verify that it's safe to access any of the device contexts.
|
2023-02-16 17:33:47 -05:00 |
|
chyyran
|
f2357f9ab1
|
d3d12: add proper fallback for output textures that need mipmapping
|
2023-02-12 23:30:32 -05:00 |
|
chyyran
|
121209da10
|
fmt: clean up warnings
|
2023-02-09 21:06:58 -05:00 |
|
chyyran
|
55e800b67e
|
d3d12: fix mipmaps again
|
2023-02-09 19:44:01 -05:00 |
|
chyyran
|
5e99ddf73c
|
vk/d3d12: recompile pipelines on incompatible output format.
This also involves changes to the C API, since we're breaking API anyways
might as well unify some type names. No breakages for D3D11.
|
2023-02-08 21:21:40 -05:00 |
|
chyyran
|
06161b5aad
|
rt: make scale framebuffers a lot nicer to use
|
2023-02-07 22:02:08 -05:00 |
|
chyyran
|
c8a1d4d196
|
rt: abstract framebuffer scaling into common code
|
2023-02-07 02:12:47 -05:00 |
|
chyyran
|
7ba2b26baa
|
d3d12: optimize barriers
|
2023-02-06 21:56:24 -05:00 |
|
chyyran
|
ec619ec5e2
|
d3d12: clean up API for d3d12
|
2023-02-06 01:05:19 -05:00 |
|
chyyran
|
b81b2b1d25
|
fmt: run clippy
|
2023-02-05 18:34:30 -05:00 |
|
chyyran
|
271788b9c6
|
d3d12: implement history
|
2023-02-05 18:03:38 -05:00 |
|
chyyran
|
2d2ed22e9a
|
fmt: run cargo fmt
|
2023-02-05 16:19:22 -05:00 |
|
chyyran
|
e66c2a628f
|
d3d12: run final pass
|
2023-02-01 18:09:34 -05:00 |
|
chyyran
|
c29cc51ed5
|
d3d12: render to intermediate buffers
|
2023-02-01 02:08:50 -05:00 |
|
chyyran
|
cbe087fa6c
|
d3d12: fix texture resource loads
|
2023-02-01 02:08:50 -05:00 |
|
chyyran
|
03b4a7574e
|
d3d12: filter chain pass
|
2023-02-01 02:08:50 -05:00 |
|
chyyran
|
c28e5195c2
|
d3d12: texture infrastructure
|
2023-02-01 02:08:50 -05:00 |
|
chyyran
|
17203692f0
|
d3d12: make framebuffer
|
2023-02-01 02:08:50 -05:00 |
|