dawn-cmake/src/dawn_wire
Brandon Jones 0d50a2c770 ComputePipelineDescriptor.computeStage->compute
Deprecates the computeStage member of the descriptor in favor of compute
as described by the spec. In order to support both variants without
breaking backwards compatibility some code had to be manually added to
the wire client to copy from the deprecated member to the new one and
visa versa.

Change-Id: I9d5c2fc9c446c927c5792c9af9ed56c90060b65b
Bug: dawn:800
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/53884
Commit-Queue: Brandon Jones <bajones@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
2021-06-09 18:07:32 +00:00
..
client ComputePipelineDescriptor.computeStage->compute 2021-06-09 18:07:32 +00:00
server Add the user-visible logging interface. 2021-06-04 07:10:56 +00:00
BUILD.gn Remove Fences 2021-05-21 00:01:08 +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 Remove Fences 2021-05-21 00:01:08 +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 dawn_wire: Add support for injecting/reserving swapchains 2021-04-13 01:26:04 +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 Better fix for DAWN_NO_DISCARD on WireResult 2021-04-05 20:35:47 +00:00
WireServer.cpp dawn_wire: Add support for injecting/reserving swapchains 2021-04-13 01:26:04 +00:00