bors[bot]
014ad54760
Merge #51
...
51: OSX CTS results update r=kvark a=kvark
Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2018-04-09 12:34:17 +00:00
Dzmitry Malyshau
396ea0d6f0
OSX CTS results update
2018-04-09 08:33:31 -04:00
bors[bot]
38d6d65e5f
Merge #50
...
50: First CTS results on OSX r=msiglreith a=kvark
Results are based on my local modified CTS code, upstreaming is on the roadmap.
Currently passing 6 tests only. Way forward is blocked by https://github.com/gfx-rs/gfx/issues/1911
2018-04-06 16:11:08 +00:00
Dzmitry Malyshau
531275e648
First CTS results on OSX
2018-04-06 10:42:38 -04:00
bors[bot]
95d1bda8d9
Merge #49
...
49: Update gfx with image_format_properties r=msiglreith a=kvark
Reached ~100 failures on Linux 🎉
I believe there is still work to do for the image format queries, so this number can be brought down.
2018-04-04 20:56:20 +00:00
Dzmitry Malyshau
7fed8abd57
Update gfx with image_format_properties
2018-04-04 14:23:46 -04:00
bors[bot]
0cbabce1e6
Merge #48
...
48: CTS hookup r=msiglreith a=kvark
Includes #47
2018-04-03 02:01:00 +00:00
Dzmitry Malyshau
b9e72ee612
Conformance testing makefile command
2018-04-02 21:58:48 -04:00
Dzmitry Malyshau
973025673c
Update gfx with destroy_buffer_view impl
2018-04-02 21:58:44 -04:00
Dzmitry Malyshau
1bc260fb25
Limited support for dynamic states
2018-04-01 21:45:59 -04:00
Dzmitry Malyshau
cd5f32bcf1
Include Vulkan CTS numbers into README
2018-03-31 21:08:13 -04:00
bors[bot]
3b78540c0e
Merge #46
...
46: Fix physical device enumeration and add dummy features r=kvark a=msiglreith
Vulkan loader expects that EnumeratePhysicalDevices will return the same handles on each call. Caching them on startup
2018-03-29 13:52:09 +00:00
msiglreith
8d75459a84
Fix physical device enumeration and add dummy features
...
Vulkan loader expects that EnumeratePhysicalDevices will return the same handles on each call. Caching them on startup
2018-03-29 15:47:03 +02:00
bors[bot]
8e85630840
Merge #45
...
45: Update gfx with image kind changes r=me a=kvark
2018-03-28 15:26:29 +00:00
Dzmitry Malyshau
7a544eb46f
Update gfx with image kind changes
2018-03-27 13:38:49 -04:00
bors[bot]
1df436d581
Merge #44
...
44: Fix dispatchable handles r=kvark a=msiglreith
Temporarily disables command buffer freeing.
Allows to run first CTS tests on dx12 with the ICD layer.
2018-03-15 14:17:21 +00:00
msiglreith
7817b77c0b
Fix dispatchable handles
2018-03-14 22:38:02 +01:00
bors[bot]
3cfbc39c86
Merge #43
...
43: Update for latest HAL changes in descriptor writes r=msiglreith a=kvark
2018-03-02 21:05:06 +00:00
Dzmitry Malyshau
127312e84e
Update for latest HAL changes in descriptor writes
2018-03-02 10:52:21 -05:00
bors[bot]
50fb8e2b8c
Merge #25
...
25: Basic support for Metal r=msiglreith a=kvark
Addresses part of #24
~~I haven't actually made it running, since the lack of "vulkan.h" on the system. We should be packing it in this project. But at least the code builds now on Metal.~~
Update: PR has been revived. Metal builds and executes just fine up to the point where window integration is needed - leaving for the follow-ups (help is appreciated!).
2018-03-02 12:31:24 +00:00
Dzmitry Malyshau
d308cd7216
Metal support, dispatch feature
2018-03-02 06:56:17 -05:00
bors[bot]
1c06394db0
Merge #42
...
42: Improve ICD: adding missing entrypoints and add magic loader field r=kvark a=msiglreith
Fixes #32
Vulkan stuck in endless loop, dx12 crashing at device creation (missing extension information)
2018-03-01 14:54:18 +00:00
msiglreith
627559bc03
Improve ICD: adding missing entrypoints and add magic loader field
2018-03-01 15:31:19 +01:00
bors[bot]
aaf53822bf
Merge #41
...
41: Add appveyor CI support r=kvark a=msiglreith
Fixes #40
2018-03-01 13:56:18 +00:00
msiglreith
1f5f4410db
Add appveyor CI support
2018-03-01 13:33:14 +01:00
bors[bot]
c59ea3b5c7
Merge #39
...
39: Basic env_logger hookup r=msiglreith a=kvark
Not CI tested but fairly simple and nothing bad will happen if it breaks.
Developer can manually enable the feature for local debugging.
2018-02-28 17:51:52 +00:00
Dzmitry Malyshau
a89b41ac40
Basic env_logger hookup
2018-02-28 12:49:44 -05:00
bors[bot]
e0f19181f0
Merge #38
...
38: Image properties, more entry points r=msiglreith a=kvark
2018-02-28 17:06:48 +00:00
Dzmitry Malyshau
d9b5a0b5c6
Image properties, more entry points
2018-02-28 11:51:46 -05:00
bors[bot]
9cc6abe45f
Merge #37
...
37: HAL update for descriptor sets r=msiglreith a=kvark
2018-02-28 16:39:41 +00:00
Dzmitry Malyshau
f8bd64a885
HAL update for descriptor sets
2018-02-28 11:27:03 -05:00
bors[bot]
e7ebddf356
Merge #36
...
36: Add missing deviceproc entrypoints r=kvark a=msiglreith
2018-02-28 13:57:58 +00:00
msiglreith
965f2a2c9e
Remove duplicate reset event entry points
2018-02-28 13:56:05 +01:00
msiglreith
9cfbe8d243
Fix build on non-unix systems
2018-02-27 23:10:12 +01:00
msiglreith
a4a6ae38d4
Add missing device proc entry points
2018-02-27 23:04:06 +01:00
bors[bot]
c692153a2d
Merge #35
...
35: Missing stuff to get triangle CTS tests running r=msiglreith a=kvark
2018-02-27 21:39:38 +00:00
Dzmitry Malyshau
2048d3ba75
Expose more device functions, implement buffer-image copies, pipeline barriers, and all the things needed to execture the triangle CTS tests.
2018-02-27 16:32:49 -05:00
bors[bot]
ef2406360b
Merge #34
...
34: More physical device, instance functions, sampler creation/destruction r=msiglreith a=kvark
2018-02-27 21:31:03 +00:00
Dzmitry Malyshau
e9948e2299
More physical device, instance functions, sampler creation/destruction
2018-02-27 15:08:18 -05:00
bors[bot]
28e1318314
Merge #33
...
33: Base on gfx-rs master revision r=kvark a=kvark
Closes https://github.com/gfx-rs/gfx/issues/1819
2018-02-16 15:50:31 +00:00
Dzmitry Malyshau
7d7a0f9e44
Base on gfx-rs master revision
2018-02-16 10:31:15 -05:00
bors[bot]
a7806c4b10
Merge #30
...
30: XCB support r=msiglreith a=kvark
2018-02-16 10:38:51 +00:00
Dzmitry Malyshau
db997ead72
Update to iterator changes in HAL device methods
2018-02-15 23:34:53 -05:00
Dzmitry Malyshau
05e8abbde0
XCB support
2018-02-07 17:48:09 -05:00
bors[bot]
c049bac241
Merge #28
...
28: Update to latest master r=kvark a=msiglreith
2018-01-30 04:20:42 +00:00
msiglreith
1f69948ef1
Update to latest master
2018-01-29 23:26:28 +01:00
bors[bot]
1d77233de9
Merge #27
...
27: Include LunarG build settings in README r=kvark a=msiglreith
2018-01-29 18:21:06 +00:00
msiglreith
55dbf83cdb
Include LunarG build settings in README
2018-01-29 19:04:06 +01:00
bors[bot]
23d10a3c0f
Merge #26
...
26: Add all portability shims r=kvark a=msiglreith
Add missing shim implementations on the portability library side and move function address query implementation into the impl crate.
2018-01-29 14:59:34 +00:00
msiglreith
c65a407dd5
Add all missing shims for the library interface
2018-01-29 13:32:53 +01:00