dawn-cmake/src/dawn_wire
Brandon Jones 6f2bbe9896 Implement GPUCompilationInfo
Implements the GPUCompilationInfo and GPUCompilationMessage interfaces,
adds the GPUCompilationMessageType enum, and adds the compilationInfo
method to GPUShaderModule.

BUG: dawn:746
Change-Id: Ied70cbbfedbf4890916ec076993714e5042f70e4
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46600
Commit-Queue: Brandon Jones <bajones@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
2021-04-05 23:34:17 +00:00
..
client Implement GPUCompilationInfo 2021-04-05 23:34:17 +00:00
server Implement GPUCompilationInfo 2021-04-05 23:34:17 +00:00
BUILD.gn Implement GPUCompilationInfo 2021-04-05 23:34:17 +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 Implement GPUCompilationInfo 2021-04-05 23:34:17 +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 Better fix for DAWN_NO_DISCARD on WireResult 2021-04-05 20:35:47 +00:00
WireServer.cpp Remove deprecated Wire APIs 2021-02-05 23:36:30 +00:00