Dzmitry Malyshau
|
32f7ae4f28
|
Basic buffer creation
|
2019-01-21 16:18:56 -05:00 |
|
Dzmitry Malyshau
|
4f939bc32f
|
Bind group resource transitions
|
2019-01-21 16:18:56 -05:00 |
|
Dzmitry Malyshau
|
dee685aa0c
|
native: bind groups for both compute and graphics
|
2019-01-21 16:18:56 -05:00 |
|
Dzmitry Malyshau
|
6699f4bed1
|
native: Abstract the binding tracker into a separate module
|
2019-01-21 16:18:56 -05:00 |
|
Dzmitry Malyshau
|
3ed4620c1f
|
Bind compute groups if layout is matching
|
2019-01-21 16:18:56 -05:00 |
|
Dzmitry Malyshau
|
fb6a91589e
|
native: simple bind group creation
|
2019-01-21 16:18:56 -05:00 |
|
Dzmitry Malyshau
|
64fb727bad
|
draw methods
|
2019-01-21 16:18:56 -05:00 |
|
Dzmitry Malyshau
|
bb7fee796d
|
get_with_usage helper
|
2019-01-21 16:18:56 -05:00 |
|
Dzmitry Malyshau
|
08cd75f38c
|
Set vertex and index buffers
|
2019-01-21 16:18:56 -05:00 |
|
Joshua Groves
|
c7f2425b98
|
Remove generic from render pass descriptor
|
2019-01-20 16:24:37 -07:00 |
|
Dzmitry Malyshau
|
2221b112c7
|
Fix command buffer recycling
|
2019-01-17 21:11:01 -05:00 |
|
Dzmitry Malyshau
|
90154fb6f5
|
Wait for swapchain semaphores
|
2019-01-16 08:56:35 -05:00 |
|
Dzmitry Malyshau
|
ba8828eb5b
|
Refactor includes, collect swapchain links on RP begin
|
2019-01-15 09:09:29 -05:00 |
|
Dzmitry Malyshau
|
b67a0bee0d
|
Prenentation logic and bits of frame synchronization
|
2019-01-14 16:41:14 -05:00 |
|
porky11
|
4acd1edbc3
|
use macro explicitly instead of using macro_use
|
2019-01-12 20:17:04 +01:00 |
|
porky11
|
b61298a884
|
remove some unnecessary and
|
2019-01-12 20:11:27 +01:00 |
|
porky11
|
6f3499ecae
|
port to 2018 edition
|
2019-01-12 19:58:24 +01:00 |
|
porky11
|
a5a5b88014
|
use rustfmt for formatting after edits
|
2019-01-12 19:15:48 +01:00 |
|
porky11
|
6675a4d3e4
|
update to current version of gfx
|
2019-01-12 19:03:17 +01:00 |
|
Dzmitry Malyshau
|
f4bb1903bf
|
Fix deadlock in barrier insertion
|
2018-12-01 22:53:21 -05:00 |
|
Dzmitry Malyshau
|
d4c415f666
|
Improve locking safety for Registry
|
2018-11-27 11:06:22 -05:00 |
|
Michael-Lai fx
|
0a4a71b345
|
Add no_mangle to extern "C" fn
|
2018-11-12 11:41:34 +08:00 |
|
Joshua Groves
|
0c1cf3621a
|
Update gfx
|
2018-11-11 12:36:37 -07:00 |
|
Dzmitry Malyshau
|
39186c9c7b
|
Add reference counting to objects
|
2018-11-02 16:45:10 -04:00 |
|
Dzmitry Malyshau
|
4f07ce8248
|
Cache framebuffers by the Device
|
2018-10-30 21:23:22 -04:00 |
|
Dzmitry Malyshau
|
d206de2049
|
Use render pass cache at the begin_render_pass
|
2018-10-30 16:47:44 -04:00 |
|
Dzmitry Malyshau
|
f3cfd2e09c
|
Transition between command buffers
|
2018-10-26 22:15:48 -04:00 |
|
Dzmitry Malyshau
|
879cd64b30
|
Texture view creation in Rust and the example
|
2018-10-26 12:04:20 -04:00 |
|
Dzmitry Malyshau
|
1137ad2f70
|
native: Texture view creation
|
2018-10-26 11:47:01 -04:00 |
|
Dzmitry Malyshau
|
de4f2b70eb
|
Framebuffer creation and actual begin_render_pass
|
2018-10-25 22:29:27 -04:00 |
|
Dzmitry Malyshau
|
08a1bd4bc7
|
Render pass creation
|
2018-10-25 17:32:57 -04:00 |
|
Dzmitry Malyshau
|
0cad1f5d56
|
Basic texture transitions
|
2018-10-19 12:31:36 -04:00 |
|
Dzmitry Malyshau
|
b27650bfcd
|
Buffer transitions for a render pass
|
2018-10-19 12:07:07 -04:00 |
|
Dzmitry Malyshau
|
f9cd55ed59
|
Share use_xxx implementations in the tracker
|
2018-10-19 10:50:59 -04:00 |
|
Dzmitry Malyshau
|
0fca6930d9
|
Basic resource tracking
|
2018-10-19 10:34:19 -04:00 |
|
Dzmitry Malyshau
|
5462690c4a
|
Chain multiple native command buffers per logical one
|
2018-10-18 16:27:35 -04:00 |
|
Dzmitry Malyshau
|
45def95763
|
native: basic compute resource binding
|
2018-10-02 21:41:10 -04:00 |
|
Dzmitry Malyshau
|
dd681d2c77
|
Compute dispatch call
|
2018-10-02 21:41:10 -04:00 |
|
Dzmitry Malyshau
|
d713f3e380
|
Consolidate all the registries together
|
2018-10-02 12:18:54 -04:00 |
|
Dzmitry Malyshau
|
1fd05608fb
|
native: compute pass boilerplate
|
2018-10-02 11:43:26 -04:00 |
|
Dzmitry Malyshau
|
e4341603d7
|
Keep a reference to DeviceID in the command buffer
|
2018-10-01 11:41:55 -04:00 |
|
Dzmitry Malyshau
|
da95fe6b1e
|
Rust side render pass begin/end
|
2018-10-01 10:11:44 -04:00 |
|
Dzmitry Malyshau
|
71b170979d
|
render pass begin/end
|
2018-10-01 09:49:34 -04:00 |
|
Joshua Groves
|
3975320543
|
Run cargo fmt
|
2018-09-28 07:21:07 -06:00 |
|
Joshua Groves
|
aab17db5a1
|
Map rest of render pipeline descriptor
|
2018-09-28 00:08:44 -06:00 |
|
Dzmitry Malyshau
|
a7dd3c433f
|
wgn: queue submit
|
2018-09-27 19:03:48 -04:00 |
|
Dzmitry Malyshau
|
212cc386f3
|
wgn: command pools and buffer creation
|
2018-09-27 15:43:19 -04:00 |
|
Joshua Groves
|
08ad0f40ed
|
Create C example
|
2018-09-23 13:25:05 -06:00 |
|
grovesNL
|
105a71d19a
|
Format all files
|
2018-09-22 16:55:01 -06:00 |
|
grovesNL
|
5759f769b0
|
Add initial bindings
|
2018-09-22 16:54:19 -06:00 |
|