Commit graph

378 commits

Author SHA1 Message Date
bors[bot] 9926fe0729
Merge #200
200: Update gfx-hal r=kvark a=aleksijuvani



Co-authored-by: Aleksi Juvani <aleksi@aleksijuvani.com>
2019-09-13 14:32:01 +00:00
Aleksi Juvani 7bccd08688 Update gfx-hal 2019-09-13 17:16:03 +03:00
bors[bot] 0142549521
Merge #199
199: Add missing limits r=kvark a=aleksijuvani



Co-authored-by: Aleksi Juvani <aleksi@aleksijuvani.com>
2019-09-09 14:30:53 +00:00
Aleksi Juvani e1ba0b2d52 Add missing limits 2019-09-09 16:14:16 +03:00
bors[bot] 2cdb4c21bb Merge #198
198: gfx-hal update with swapchain ranges r=msiglreith a=kvark

Also added a small batch file with commands I used to run the CTS. Having them in Makefile is unfortunately not very helpful on Windows.

Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
2019-08-04 21:08:33 +00:00
Dzmitry Malyshau 96f89d9bb1 gfx-hal update with swapchain ranges 2019-08-02 22:23:34 -04:00
bors[bot] 869ea61d58 Merge #196
196: gfx-hal updated, non-normalized coordinates r=kvark a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-07-19 19:48:44 +00:00
Dzmitry Malyshau 418dbd6647 gfx-hal updated, non-normalized coordinates 2019-07-19 15:47:36 -04:00
bors[bot] 1c822e9d50 Merge #195
195: gfx-hal update, gfxGetPhysicalDeviceProperties2KHR implementation r=msiglreith a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-07-03 22:06:14 +00:00
Dzmitry Malyshau 8f7cf7f4d8 gfx-hal update, gfxGetPhysicalDeviceProperties2KHR implementation 2019-07-03 16:46:31 -04:00
bors[bot] dbfd263506 Merge #189
189: Events hookup r=msiglreith a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-06-26 20:29:53 +00:00
Dzmitry Malyshau 9883b4ccc1 Enable x11 and xcb vulkan features 2019-06-26 16:29:10 -04:00
Dzmitry Malyshau 03af213184 Events hookup 2019-06-26 14:11:57 -04:00
bors[bot] 152ec622a9 Merge #188
188: Fixed some limits that were giving invalid validation layer responses r=kvark a=Thomspoon

Added missing limits for some validation layers.

Dependent on: https://github.com/gfx-rs/gfx/pull/2814/

Also cleaned up a compiler error and random warning from the previous commit.

Co-authored-by: Shawn Thompson <saturisk@gmail.com>
2019-06-26 17:53:22 +00:00
Shawn Thompson 25c65b23a7 Fixed some limits that were giving invalid validation layer responses 2019-06-09 10:59:10 -06:00
bors[bot] 4c0faf6c95 Merge #187
187: Add transfer bit to all queue families r=kvark a=aloucks

Per the `gfx_hal::queue::QueueType` [docs](https://docs.rs/gfx-hal/0.2.0/gfx_hal/queue/enum.QueueType.html), all variants should include transfer operations. Notably, `General` now contains all three queue types.

Co-authored-by: Aaron Loucks <aloucks@cofront.net>
2019-06-01 14:10:39 +00:00
Aaron Loucks 77f56d8a89 Add transfer bit to all queue families
Per the gfx_hal::queue::QueueType docs, all variants should include
transfer operations. Notably, `General` now contains all three
queue types.
2019-06-01 02:57:22 +00:00
bors[bot] 5796b6b158 Merge #185
185: Fixes for gfx HEAD, update Cargo.lock, and add gl backend option r=kvark a=aloucks

Updated Cargo.lock and some minor changes to get portability compiling again using the latest gfx master. 

With these changes I was able to get `vulkaninfo` to run on a GPU-less VM using Mesa. 

```
$ RUST_BACKTRACE=1 VK_ICD_FILENAMES=portability-linux-debug.json vulkaninfo > ~/vulkaninfo.txt

==========
VULKANINFO
==========

Vulkan Instance Version: 1.1.106



Instance Extensions:
====================
Instance Extensions	count = 4
	VK_EXT_debug_report                 : extension revision  9
	VK_EXT_debug_utils                  : extension revision  1
	VK_KHR_get_physical_device_properties2: extension revision  1
	VK_KHR_surface                      : extension revision 25
Layers: count = 15
=======

...

Device Properties and Extensions :
==================================
GPU0
VkPhysicalDeviceProperties:
===========================
	apiVersion     = 0x400042  (1.0.66)
	driverVersion  = 1 (0x1)
	vendorID       = 0x0000
	deviceID       = 0x0000
	deviceType     = CPU
	deviceName     = Mesa OffScreen

...
```

Full output:

https://gist.github.com/aloucks/1a9acfb51adba4bb598ee6de0a213d82

It's probably a long way from being usable, but it would be nice to use portability for unit testing in CI jobs. 

See also: https://github.com/gfx-rs/gfx/pull/2791 for updates to the gl backend. 

Co-authored-by: Aaron Loucks <aloucks@cofront.net>
2019-06-01 01:04:26 +00:00
Aaron Loucks ac3950be2e Fixes for gfx HEAD, update Cargo.lock, and add gl backend option 2019-06-01 00:16:51 +00:00
bors[bot] 05fd538399 Merge #184
184: Fix typo r=kvark a=Michael-Lfx



Co-authored-by: Michael(LAI) <9588926+michael-lfx@users.noreply.github.com>
2019-05-20 14:43:29 +00:00
Michael(LAI) cecfb97782
Fix typo 2019-05-18 11:39:38 +08:00
bors[bot] 254f6f5dbe Merge #181
181: vkQuake3 screenshot r=kvark a=kvark

This is mostly trivial, allows us to launch vkQuake3 🎉 

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-03-27 04:00:37 +00:00
Dzmitry Malyshau 53cc04f8dd vkQuake3 screenshot 2019-03-26 23:59:36 -04:00
Dzmitry Malyshau f4defcd41b Dependncies update 2019-03-26 13:33:45 -04:00
bors[bot] 62be45469e Merge #180
180: gfx update and support for acquire fences r=kvark a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-03-24 02:32:03 +00:00
Dzmitry Malyshau a656eaa1b6 gfx update and support for acquire fences 2019-03-23 22:30:08 -04:00
bors[bot] 5779641738 Merge #178
178: gfx update, copyless handles, signposts r=msiglreith a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-03-19 18:55:33 +00:00
Dzmitry Malyshau 5d8488b584 gfx update, copyless handles, signposts 2019-03-19 10:04:07 -04:00
bors[bot] c5125e1fdb Merge #177
177: gfx-rs update and multiple submissions r=msiglreith a=kvark

~~I wanted to get the Diligent Engine running, eventually got blocked by https://github.com/gfx-rs/gfx/issues/2676~~
Gets us full Diligent Engine compatibility 🎉 

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-03-05 18:29:02 +00:00
Dzmitry Malyshau 241416cf89 better single fences, support dummy submissions 2019-03-04 16:48:59 -05:00
Dzmitry Malyshau 2c6886401d Fix max viewport size limit 2019-03-04 16:25:17 -05:00
Dzmitry Malyshau 0fe866eda8 gfx-rs update and multiple submissions 2019-03-04 14:28:54 -05:00
bors[bot] a0f7261ff9 Merge #175
175: Portability extensions fixes, README update r=grovesNL a=kvark

This version is confirmed to work with VkPI CTS 🎉 

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-02-09 14:17:46 +00:00
Dzmitry Malyshau c425d5c370 Portability extensions fixes, README update 2019-02-08 14:53:12 -05:00
bors[bot] 2d2e3fd53b Merge #174
174: Implement VK_EXTX_portability_subset v2 r=grovesNL a=kvark

Fixes #102
Defined in https://github.com/KhronosGroup/Vulkan-Portability

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-02-07 21:34:13 +00:00
Dzmitry Malyshau 6c67ead74f Another dependency update, instance extension query fix 2019-02-07 16:31:13 -05:00
Dzmitry Malyshau 781c9bb627 Implement the unified Metal surface creation 2019-02-07 15:10:21 -05:00
Dzmitry Malyshau d2ca924a71 Update gfx and use the new feature flags 2019-02-07 09:47:18 -05:00
Dzmitry Malyshau d5fb1b6f6c Implement VK_EXTX_portability_subset v2 2019-02-06 15:06:48 -05:00
Dzmitry Malyshau 4f83168891 gfx dependency update 2019-02-06 11:42:20 -05:00
bors[bot] f1e1924063 Merge #173
173: Dependencies update, all-around unsafe qualifiers r=grovesNL a=kvark

The big update to hal-0.1 and beyond.
I'm not sure that trying to minimize the `unsafe` spots was the right decision... perhaps it's easier to just mark all of gfxXxx methods unsafe, but I'm too tired now to rewrite it again.

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2019-01-12 16:28:40 +00:00
Dzmitry Malyshau 5729c195d2 Dependencies update, all-around unsafe qualifiers 2019-01-11 21:47:16 -05:00
bors[bot] bc04189e2d Merge #172
172: gfx-rs update with excessive errors r=nobody a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2018-12-02 04:13:07 +00:00
Dzmitry Malyshau a07537e94f gfx-rs update with excessive errors 2018-12-01 23:10:10 -05:00
bors[bot] eefa248319 Merge #167
167: Dependencies update (spirv-cross, gfx-rs) r=captain-obvious a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2018-09-19 20:01:28 +00:00
Dzmitry Malyshau 439ca6ddce Dependencies update (spirv-cross, gfx-rs) 2018-09-19 16:00:11 -04:00
bors[bot] 25918bb87c Merge #166
166: gfx update for image view capabilities r=grovesNL a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2018-09-12 01:16:22 +00:00
Dzmitry Malyshau eb06b8c099 gfx update for image view capabilities 2018-09-11 20:55:49 -04:00
bors[bot] 402c2fbd71 Merge #165
165: VkQuake screenshot and gfx-rs update r=grovesNL a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2018-09-10 00:40:48 +00:00
Dzmitry Malyshau 8a9edbb2a1 VkQuake screenshot and gfx-rs update 2018-09-09 20:36:08 -04:00