dawn-cmake/src/dawn_wire/server
Corentin Wallez b92fa10557 KnownObject: Make it an error to request ID 0
WebGPU error handling assumes non-optional objects point to valid
objects. The wire code wasn't updated to produce an error when ID 0 is
requested in the non-optional case.

BUG=chromium:934360

Change-Id: I203d2ec864dabe0e76109e1932fc31cbf26291d7
Reviewed-on: https://dawn-review.googlesource.com/c/4980
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2019-02-25 09:49:00 +00:00
..
ObjectStorage.h KnownObject: Make it an error to request ID 0 2019-02-25 09:49:00 +00:00
Server.cpp Factor wire server handlers into proper command handlers and doers 2019-02-11 19:39:46 +00:00
Server.h Remove |start| and |size| from buffer mapping 2019-02-14 19:31:17 +00:00
ServerBuffer.cpp Remove |start| and |size| from buffer mapping 2019-02-14 19:31:17 +00:00
ServerDevice.cpp Factor wire server handlers into proper command handlers and doers 2019-02-11 19:39:46 +00:00
ServerFence.cpp Separate WireServer.cpp into multiple files. 2019-01-30 02:20:58 +00:00
ServerQueue.cpp Factor wire server handlers into proper command handlers and doers 2019-02-11 19:39:46 +00:00