dawn-cmake/src/dawn_wire
Zhaoming Jiang 2a5b981a87 Deprecation of using 0 as default size in buffer mapAsync
For size parameter in mapAsync, use wgpu::kWholeMapSize rather than 0 to
indicate using the default size, i.e. remaining buffer size after
offset. Using size=0 is still available but will cause a deprecation
warning.

Bug: dawn:1159
Change-Id: I474d87ecae4a54ceb28d636f883a6233c91f16fa
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/66284
Auto-Submit: Zhaoming Jiang <zhaoming.jiang@intel.com>
Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
2021-10-18 05:30:39 +00:00
..
client Deprecation of using 0 as default size in buffer mapAsync 2021-10-18 05:30:39 +00:00
server Add 'reason' argument to device lost callback 2021-09-28 11:52:17 +00:00
BUILD.gn Add dawn_wire/client/RequestTracker.h to build files 2021-09-03 16:09:30 +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 Add dawn_wire/client/RequestTracker.h to build files 2021-09-03 16:09:30 +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 Add placeholder virtual functions to dawn_wire Read/WriteHandle 2021-06-28 18:22:31 +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 MapAsync update: keep read/write handle through lifetime of mappable buffers 2021-07-08 22:48:57 +00:00