dawn-cmake/src/dawn_wire
Corentin Wallez 80915849ce Rename Buffer/TextureCopyView to ImageCopyBuffer/Texture.
This is to follow the renames in the upstream WebGPU specification.
Typedef are left in places to make a smooth deprecation period.

Bug: dawn:22

Change-Id: I5134b897930c1fa883c49dd80d2665d6684ec022
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/43882
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Commit-Queue: Brandon Jones <bajones@chromium.org>
2021-03-04 18:13:45 +00:00
..
client Rename Buffer/TextureCopyView to ImageCopyBuffer/Texture. 2021-03-04 18:13:45 +00:00
server Rename Buffer/TextureCopyView to ImageCopyBuffer/Texture. 2021-03-04 18:13:45 +00:00
BUILD.gn dawn_wire: Move BufferConsumer to it's own file. Unify WIRE_TRY 2021-02-25 20:21:25 +00:00
BufferConsumer.h dawn_wire: Move BufferConsumer to it's own file. Unify WIRE_TRY 2021-02-25 20:21:25 +00:00
BufferConsumer_impl.h IWYU: add missing type_traits for std::is_unsigned 2021-03-01 20:24:11 +00:00
CMakeLists.txt dawn_wire: Move BufferConsumer to it's own file. Unify WIRE_TRY 2021-02-25 20:21:25 +00:00
ChunkedCommandHandler.cpp Use a common helper for std::nothrow 2021-01-05 07:40:48 +00:00
ChunkedCommandHandler.h dawn_wire: Protect against large allocations in ChunkedCommandHandler 2020-11-13 01:49:12 +00:00
ChunkedCommandSerializer.cpp dawn_wire: Support chunked commands 2020-10-13 22:35:34 +00:00
ChunkedCommandSerializer.h dawn_wire: Move BufferConsumer to it's own file. Unify WIRE_TRY 2021-02-25 20:21:25 +00:00
Wire.cpp Fix the Windows build 2021-02-19 05:43:57 +00:00
WireClient.cpp Remove deprecated Wire APIs 2021-02-05 23:36:30 +00:00
WireDeserializeAllocator.cpp Add wire_cmd.py and dawn_wire.json to autogenerate all wire commands. 2019-01-15 20:49:53 +00:00
WireDeserializeAllocator.h Fix missing virtual on destructor 2019-09-03 07:47:45 +00:00
WireResult.h dawn_wire: Move BufferConsumer to it's own file. Unify WIRE_TRY 2021-02-25 20:21:25 +00:00
WireServer.cpp Remove deprecated Wire APIs 2021-02-05 23:36:30 +00:00