dawn-cmake/src
Corentin Wallez 0af4a834a9 dawn_native: Use refcount-safe methods for reentrant object creation
Previously all uses of reentrant object creation in Dawn native
needed to manually AcquireRef. Change them to use CreateFooInternal that
returns a ResultOrError<Ref<>> and are renamed to CreateFoo.

Bug: dawn:723

Change-Id: Ifcda3659d02cc5a4c63c248dc53af7fee7c4a61d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46626
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Stephen White <senorblanco@chromium.org>
2021-04-19 08:52:35 +00:00
..
common Add the -Wredundant-move warning. 2021-04-06 17:32:19 +00:00
dawn Reland "Add a per-thread proc table using thread local storage" 2020-10-06 16:13:42 +00:00
dawn_native dawn_native: Use refcount-safe methods for reentrant object creation 2021-04-19 08:52:35 +00:00
dawn_platform Implement WaitableEvent and WorkerTaskPool for multi-threaded tasks 2021-01-20 08:56:07 +00:00
dawn_wire dawn_wire: Add support for injecting/reserving swapchains 2021-04-13 01:26:04 +00:00
fuzzers Update the wire-based fuzzers to always assume an injected error 2021-03-23 16:47:50 +00:00
include dawn_wire: Add support for injecting/reserving swapchains 2021-04-13 01:26:04 +00:00
tests dawn_native: Use refcount-safe methods for reentrant object creation 2021-04-19 08:52:35 +00:00
utils Deprecate renderpass color/depth .attachment 2021-04-17 01:51:53 +00:00
Dummy.cpp Add missed file for the CMake build. 2020-02-07 23:46:30 +00:00