Commit Graph

  • 9eddc296c3 Fix clear value filtering and integer support Dzmitry Malyshau 2019-05-23 10:03:11 -04:00
  • 26ad4c011a [rs] Revise initial documentation Mac O'Brien 2019-05-23 01:00:44 -05:00
  • 35627ac47d [rs] Add docs to most items Mac O'Brien 2019-05-22 10:58:26 -05:00
  • 55fb05fe35 Merge #182 bors[bot] 2019-05-22 19:39:58 +00:00
  • 3f385a56dd update Makefile Timo de Kort 2019-05-18 22:12:38 +02:00
  • af9aa78e3a Try to keep the API slightly closer to the standard API kyren 2019-05-21 17:40:41 -04:00
  • 8680195c91 Add gfx-backend-gl support kyren 2019-05-19 15:10:26 -04:00
  • 139b4ffc39 [rs] Merge #5 bors[bot] 2019-05-17 15:02:49 +00:00
  • 186bc56c65 [rs] updated version of wgpu-native Jason Jarvis 2019-05-17 08:01:14 -07:00
  • 5b6549febc Merge #179 bors[bot] 2019-05-17 05:36:15 +00:00
  • bd167f8fc5 Fix semaphore iteration on submit Dzmitry Malyshau 2019-05-17 01:31:51 -04:00
  • 5d6aa77682 [rs] Merge #4 bors[bot] 2019-05-16 14:24:44 +00:00
  • 2910030266 [rs] Update wgpu-rs to reflect latest wgpu API kyren 2019-05-15 23:18:10 -04:00
  • fdef638a06 [rs] Merge #3 bors[bot] 2019-05-16 06:27:03 +00:00
  • dd61d12203 Merge #178 bors[bot] 2019-05-16 05:46:12 +00:00
  • a9063ce3eb Fix RenderPassColorAttachmentDescriptor Dzmitry Malyshau 2019-05-15 22:38:59 -07:00
  • a056d2478a Merge #175 bors[bot] 2019-05-15 07:31:42 +00:00
  • 8dc23d72be Merge #176 bors[bot] 2019-05-15 03:05:45 +00:00
  • 0654d8bbb7 [rs] Rename hello_ examples to hello- (#2) Paul Kernfeld 2019-05-14 21:29:31 -04:00
  • 1875523a6a Rust formatting pass Dzmitry Malyshau 2019-05-14 12:59:41 -04:00
  • 48e74e77d7 Add set_viewport Dzmitry Malyshau 2019-05-14 12:57:03 -04:00
  • a6f3637c0c Debug labels Dzmitry Malyshau 2019-05-14 12:49:10 -04:00
  • f024758e07 Track stencil reference Dzmitry Malyshau 2019-05-14 11:51:12 -04:00
  • 40ec1ac4c1 Fix command buffer and surface locking order Dzmitry Malyshau 2019-05-14 11:13:08 -04:00
  • 6a1dcb9565 API update with naming, formats, and extra fields Dzmitry Malyshau 2019-05-14 08:03:26 -04:00
  • 75201773a7 Merge #165 bors[bot] 2019-05-14 01:22:00 +00:00
  • b436a411c7 Merge #173 bors[bot] 2019-05-13 16:26:33 +00:00
  • 278016d711 Fix lock order on the identity manager Dzmitry Malyshau 2019-05-13 11:55:19 -04:00
  • 65a2351886 Merge #147 #171 bors[bot] 2019-05-13 15:50:22 +00:00
  • 965d24245c Merge #172 bors[bot] 2019-05-13 15:11:16 +00:00
  • 5597846018 Update to gfx-hal 0.2 Dzmitry Malyshau 2019-05-13 10:59:09 -04:00
  • cd9b7b8606 Document how to run example in readme Rukai 2019-05-11 14:01:14 +10:00
  • 637a0883e7 Handle resize in the triangle example Rukai 2019-05-13 20:57:49 +10:00
  • 7b0217d51c Merge #163 bors[bot] 2019-05-11 01:57:01 +00:00
  • 540451a66d Fix cbindgen macro expansion and CI Dzmitry Malyshau 2019-05-10 14:42:48 -04:00
  • 2c1bdbd40f [rs] Add readme and screenshots Dzmitry Malyshau 2019-05-10 16:53:20 -04:00
  • 5eda162748 Readme update Dzmitry Malyshau 2019-05-10 16:22:22 -04:00
  • 6ce9cbd679 Remove Rust wrapper and examples Dzmitry Malyshau 2019-05-10 11:58:45 -04:00
  • 97d1ba345e Merge #164 bors[bot] 2019-05-10 19:59:26 +00:00
  • 8c75f35948 Fix locking order in texture view creation and destruction Dzmitry Malyshau 2019-05-10 15:56:38 -04:00
  • d8b3372250 [rs] Move the library and examples from the original repo Dzmitry Malyshau 2019-05-10 13:19:33 -04:00
  • d47f7e5bde Initial commit Dzmitry Malyshau 2019-05-10 10:36:31 -04:00
  • 0edf927e5b Merge #159 bors[bot] 2019-05-10 12:00:47 +00:00
  • d1d37df383 Merge #154 bors[bot] 2019-05-10 11:42:11 +00:00
  • 664fcdc1fa Add GPU timeout, fix active submission processing order Dzmitry Malyshau 2019-05-09 14:57:30 -04:00
  • aec590735b Merge #157 bors[bot] 2019-05-09 13:21:50 +00:00
  • 5cce1a2edb Add multithreaded_compute test Rukai 2019-05-08 21:50:44 +10:00
  • 3f1e9ab03b Move callbacks out of the locking path Dzmitry Malyshau 2019-05-07 11:06:06 -04:00
  • 455f0456c0 Merge #153 bors[bot] 2019-05-07 12:40:26 +00:00
  • 16cc03be31 Update deps + upgrade examples to rust 2018 Rukai 2019-05-07 17:46:22 +10:00
  • 6b92c37fa0 Merge #151 bors[bot] 2019-05-06 11:40:18 +00:00
  • 31d11be058 Install cbindgen on CI Dzmitry Malyshau 2019-05-04 10:38:58 -04:00
  • b12b4c135e Merge #136 bors[bot] 2019-05-04 02:44:24 +00:00
  • f722a8f631 Merge #140 bors[bot] 2019-05-04 02:31:29 +00:00
  • 64d1250bfa fixes hub.rs psincf 2019-05-04 02:03:37 +02:00
  • 3662987220 Creating buffers with size 0 actually creates them with size 1 Rukai 2019-04-27 13:05:00 +10:00
  • 2e30c611ae Make IdentityManager strongly typed psincf 2019-05-04 01:20:56 +02:00
  • 1c350cc4af Assert on swapchain output usage before presenting Dzmitry Malyshau 2019-05-03 10:45:39 -04:00
  • f015eb22d8 Merge #149 bors[bot] 2019-05-03 13:50:39 +00:00
  • 3330509678 Remove wgpu_buffer_set_sub_data function Atul Bhosale 2019-05-03 07:00:08 +05:30
  • 3585c4481c Merge '.rustfmt.toml' into 'rustfmt.toml' Atul Bhosale 2019-05-01 23:06:36 +05:30
  • 10547b937f add serde into scope and fix wgpu-remote psincf 2019-05-01 13:27:33 +02:00
  • 565e5fdfeb make trait TypedId:From<Id> psincf 2019-05-01 12:15:23 +02:00
  • f7794fd82b change PhantomData syntax psincf 2019-05-01 12:05:02 +02:00
  • bbef2b7622 Put new_id! in define_id! psincf 2019-04-27 17:57:50 +02:00
  • bfc983a8cc Clean code psincf 2019-04-27 12:17:16 +02:00
  • 44cf64495a Use strong type psincf 2019-04-26 23:04:36 +02:00
  • 1e177d0813 Merge #144 bors[bot] 2019-05-01 02:14:57 +00:00
  • 6ac666a5aa Introduce ClientFactory Dzmitry Malyshau 2019-04-30 15:37:36 -04:00
  • 61fca00f34 Remove wgpu-bindings in favor of configuration scripts Dzmitry Malyshau 2019-04-30 12:19:37 -04:00
  • 0011d9f4ff Global manager for instance names on the remote client Dzmitry Malyshau 2019-04-30 09:19:40 -04:00
  • 52ee3e019c Remote example and improved header, tested on CI Dzmitry Malyshau 2019-04-29 22:41:09 -04:00
  • 79b366e97f Merge #143 v0.2 bors[bot] 2019-04-29 20:38:39 +00:00
  • f59c6f9f2f Scissor test Serhii Plyhun 2019-04-29 22:34:03 +02:00
  • 5ec6f35368 Merge #139 bors[bot] 2019-04-28 02:28:16 +00:00
  • a1908c1873 Merge #142 bors[bot] 2019-04-28 02:14:02 +00:00
  • 092bcc4afb Scissor test Serhii Plyhun 2019-04-28 00:45:37 +02:00
  • 3c12edd0b7 Correct Link ShalokShalom 2019-04-27 21:05:39 +02:00
  • 6f810f4f23 Merge #131 bors[bot] 2019-04-26 22:34:55 +00:00
  • c468840eee Support dynamic offsets Alexis Sellier 2019-04-26 22:07:12 +02:00
  • ee3025c4d8 Merge #130 bors[bot] 2019-04-26 16:59:20 +00:00
  • af38d79d79 Format code using 'cargo fmt' Atul Bhosale 2019-04-23 22:01:47 +05:30
  • 993293f709 Merge #127 bors[bot] 2019-04-25 13:36:59 +00:00
  • 06d34830d4 Update OSX CI version to 9.4 Dzmitry Malyshau 2019-04-25 08:29:53 -04:00
  • 8578643f38 Rename DestroyedResources to PendingResources Dzmitry Malyshau 2019-04-25 08:29:40 -04:00
  • 41141b1ae0 Wait for fences instead of device idle Dzmitry Malyshau 2019-04-24 22:42:49 -04:00
  • aa1f876de3 Assert on a mapping buffer being used Dzmitry Malyshau 2019-04-23 17:26:31 -04:00
  • 326af8cce6 Do mapping transitions earlier. Dzmitry Malyshau 2019-04-23 17:22:53 -04:00
  • 7200f727e2 Expose device polling Dzmitry Malyshau 2019-04-23 16:45:33 -04:00
  • e2dcac91d2 Round up mappable buffer size to non-coherent atom, if needed Dzmitry Malyshau 2019-04-23 16:27:39 -04:00
  • 0a60c82c43 Merge #128 bors[bot] 2019-04-22 21:13:09 +00:00
  • e70b01ccc0 Fix winit event loop in the triangle example psincf 2019-04-22 22:59:25 +02:00
  • 1f4d67aeb2 Track async mapping properly Dzmitry Malyshau 2019-04-22 13:57:35 -04:00
  • 4431df63d8 Merge #124 bors[bot] 2019-04-22 16:35:17 +00:00
  • 89c5564133 Configure Swapchain with supported composite_alpha Markus Ginthör 2019-04-12 17:44:44 +02:00
  • f5ad76726b Merge #121 bors[bot] 2019-04-07 11:29:41 +00:00
  • 7f7bdd1ba1 Implement index formats Joshua Groves 2019-04-07 08:15:05 -02:30
  • 1d26225d5c Update CHANGELOG.md Dzmitry Malyshau 2019-04-04 12:29:11 -04:00
  • 20841859d1 Merge #119 bors[bot] 2019-04-04 12:32:19 +00:00
  • c9cc3f374c Merge #120 bors[bot] 2019-04-04 12:20:07 +00:00