dawn-cmake/src/utils
Corentin Wallez dc3317da6c Namespace Log.h/cpp in dawn::
The LogMessage::LogMessage constructor was redefining a symbol that
exists in re2 inside of Chromium. So we namespace Log inside dawn:: to
avoid the conflict.

BUG=dawn:302

Change-Id: Ida349208e2c6fe9ac032e1bd8cd442dff0b3f6bc
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14320
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
2019-12-06 18:21:39 +00:00
..
BackendBinding.cpp Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00
BackendBinding.h Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00
ComboRenderBundleEncoderDescriptor.cpp Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00
ComboRenderBundleEncoderDescriptor.h Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00
ComboRenderPipelineDescriptor.cpp Use GetBindGroupLayout in ColorStateTests 2019-12-03 20:39:53 +00:00
ComboRenderPipelineDescriptor.h Update naming for vertex state 2019-11-07 22:23:29 +00:00
D3D12Binding.cpp Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00
Glfw3Fuchsia.cpp Enable Vulkan for Chromium Fuchsia build. 2019-09-09 10:52:08 +00:00
MetalBinding.mm Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00
NullBinding.cpp Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00
OSXTimer.cpp Add Dawn perf test harness 2019-08-28 23:18:10 +00:00
OpenGLBinding.cpp Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00
PosixTimer.cpp Add Dawn perf test harness 2019-08-28 23:18:10 +00:00
SystemUtils.cpp Rename src/common macros NXT_* to DAWN_* 2018-07-18 22:54:06 +02:00
SystemUtils.h Guard header files in utils with #ifdef and #endif 2018-12-20 11:21:04 +00:00
TerribleCommandBuffer.cpp Add large buffer to handle super large data block commands 2019-11-15 09:32:56 +00:00
TerribleCommandBuffer.h Add large buffer to handle super large data block commands 2019-11-15 09:32:56 +00:00
Timer.h Add Dawn perf test harness 2019-08-28 23:18:10 +00:00
VulkanBinding.cpp Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00
WGPUHelpers.cpp Namespace Log.h/cpp in dawn:: 2019-12-06 18:21:39 +00:00
WGPUHelpers.h Add memory synchronization tests - multiple write then multiple read 2019-11-28 18:55:45 +00:00
WindowsTimer.cpp Add Dawn perf test harness 2019-08-28 23:18:10 +00:00