- 984493d Deprecate TextureCopyView::arrayLayer -> origin.z by Corentin Wallez · 4 years, 11 months ago
- 4234d78 Deprecate TextureDescriptor::arrayLayerCount -> size.depth by Corentin Wallez · 4 years, 11 months ago
- f5657af Fix use of bytesPerRows=0 in CppHelloTriangle by Corentin Wallez · 5 years ago
- 47a3341 Deprecate Buffer::SetSubData in favor of Queue::WriteBuffer by Corentin Wallez · 5 years ago
- 8a43794 Introduce Device::GetDefaultQueue and deprecate CreateQueue by Corentin Wallez · 5 years ago
- 797fa62 Remove temporary GN proxy groups. by Corentin Wallez · 5 years ago
- d11cc39 Split third_party/BUILD.gn in per-project files. by Corentin Wallez · 5 years ago
- b31015b Split examples, test and utils in their own BUILD.gn by Corentin Wallez · 5 years ago
- 3da19b8 Use the default values for Dispatch in examples and tests by Corentin Wallez · 5 years ago
- 67b1ad7 Add the defaults for Draw and DrawIndexed by Corentin Wallez · 5 years ago
- 80a1868 Fix MSVC build by Austin Eng · 5 years ago
- 11652ff Implement the webgpu.h swapchains on Metal by Corentin Wallez · 5 years ago
- 3ded65e Default initialize all descriptors by Austin Eng · 5 years ago
- 7fe6efb Add initial CMakeLists.txt files by Corentin Wallez · 5 years ago
- d87e676 Add the webgpu.h swapchain creation path by Corentin Wallez · 5 years ago
- 3a1746e Introduce wgpu::Surface and implement it for HWND, X11 and Metal by Corentin Wallez · 5 years ago
- f12c9db Add WGPUAdapterProperties and expose it in DawnNative by Corentin Wallez · 5 years ago
- e6441b6 dawn_wire: Make GetProcs() a static member function of WireClient by Jiawei Shao · 5 years ago
- dc3317d Namespace Log.h/cpp in dawn:: by Corentin Wallez · 5 years ago
- 95586ff Add Log.h to replace all uses of iostream by Corentin Wallez · 5 years ago
- 604072b Make the SwapChain interface match webgpu.h by Corentin Wallez · 5 years ago
- ae1f25f Update naming for vertex state by Kai Ninomiya · 5 years ago
- 314fd35 Update SetBindGroup dynamic offsets to uint32_t by Austin Eng · 5 years ago
- 04863c4 Make examples and utils use webgpu.h by Corentin Wallez · 6 years ago
- 9649682 Split the libdawn target in components with a single purpose. by Corentin Wallez · 6 years ago
- d285525 Make the offset of SetIndexBuffer default to 0 by Corentin Wallez · 6 years ago
- 91b2142 Change setVertexBuffers to setVertexBuffer by François Beaufort · 6 years ago
- 70c8c10 Make the dynamicOffsets optional in SetBindGroup. by Corentin Wallez · 6 years ago
- 5f53d53 Fix RenderPassDescriptor to be extensible. by Corentin Wallez · 6 years ago
- 0b82671 Rename PipelineStageDescriptor to ProgrammableStageDescriptor by Jinho Bang · 6 years ago
- 277d2e1 Add missing optional label member to descriptors by François Beaufort · 6 years ago
- d46cabd7 Fix the orientation of CubeReflection by Corentin Wallez · 6 years ago
- c81a717 Remove indirection for colorStates by Corentin Wallez · 6 years ago
- a838c7d Remove indirection for colorAttachments by Corentin Wallez · 6 years ago
- a900cce Remove indirection for computeStage by Corentin Wallez · 6 years ago
- c6c7a42 Remove indirection for vertexStage by Corentin Wallez · 6 years ago
- 45ea7e6 Rename SetErrorCallback to SetUncapturedErrorCallback by Austin Eng · 6 years ago
- cb0cb65 Rename DeviceErrorCallback to ErrorCallback and add ErrorType arg by Austin Eng · 6 years ago
- 4078ed8 Remove Texture::createDefaultView by Kai Ninomiya · 6 years ago
- b9b088f Rename ShaderStageBit to ShaderStage. by Corentin Wallez · 6 years ago
- 9e9e29f Remove Bit from TextureUsageBit and BufferUsageBit by Corentin Wallez · 6 years ago
- 38ee172 Fix dynamic bind group size in Animometer example by Austin Eng · 6 years ago
- 6a5418a Add MemoryTransfer interfaces to the wire by Austin Eng · 6 years ago
- f07e85c Add missing WebGPU enums and defaulted members. by Corentin Wallez · 6 years ago
- 2a1d8c2 Remove ShaderStage that doesn't exist in WebGPU. by Corentin Wallez · 6 years ago
- 4b90c47 Add missing descriptors that are present in WebGPU. by Corentin Wallez · 6 years ago
- f697fe3 Add dynamic attribute in bind group layout binding by Yan, Shaobo · 6 years ago
- ec05355 Rename Transfer[Src|Dst] to Copy[Src|Dst] by Corentin Wallez · 6 years ago
- 77fa31c Make Texture format names match WebGPU by Corentin Wallez · 6 years ago
- 2d4b529 Update VertexInput (InputState) to match the spec - Part 3 by Yunchao He · 6 years ago
- 67ab1ea dawn.json: Use void* instead of uint8_t* for data pointers by Corentin Wallez · 6 years ago
- 97c0885 Update VertexInput (InputState) to match the spec - Part 2 by Yunchao He · 6 years ago
- 8dfc593 Remove the concept of push constants by Corentin Wallez · 6 years ago
- 839053b Replace dawn::CallbackUserdata with void* by Corentin Wallez · 6 years ago
- eea2091 Update VertexInput (InputState) to match spec - Part 1 by Yunchao He · 6 years ago
- f3f5bf4 Remove glTFViewer from samples by Austin Eng · 6 years ago
- 3a8aa31 Rename .inl to .inc by Austin Eng · 6 years ago
- 0c133bb Rename DawnColorStateDescriptor.colorWriteMask to writeMask by Austin Eng · 6 years ago
- c33a8c1 Implement rasterization state for render pipeline - Part 1 by Yunchao He · 6 years ago
- b4b3ea05 Reland "Rename texture.createTextureView to createView to match WebGPU" by Austin Eng · 6 years ago
- 2d4c66d Revert "Rename texture.createTextureView to createView to match WebGPU" by Yuly Novikov · 6 years ago
- fbe6cfd Update ComputePipelineDescriptor to use PipelineStageDescriptor by Austin Eng · 6 years ago
- 6f0b021 Rename texture.createTextureView to createView to match WebGPU by Austin Eng · 6 years ago
- cf52d71 Change buffer-related sizes/offsets to be uint64_t by Austin Eng · 6 years ago
- f856903 Move vertex index format from RenderPipelineDesc to InputStateDesc by Yunchao He · 6 years ago
- 1ba2cb8 Construct ComboInputStateDescriptor to simplify tests and examples by Yunchao He · 6 years ago
- 889d743 Input State Descriptorization by Yunchao He · 6 years ago
- e105f96 Match vertex format in dawn with webgpu by Yan, Shaobo · 6 years ago
- 991ab98 Make dawn idl support dynamic buffer offset by Yan, Shaobo · 6 years ago
- 45f9730 Capitalize C types dawn -> Dawn by Austin Eng · 6 years ago
- b2c5023 Remove RenderPassDescriptorBuilder by Jiawei Shao · 6 years ago
- 2030166 Rename several parameters to match WebGPU IDL by Jiawei Shao · 6 years ago
- 938811e Use const*const* to annotate color state descriptors by Yunchao He · 6 years ago
- e1f0d4e WebGPU error handling 2: CommandEncoder for samples and end2end tests by Corentin Wallez · 6 years ago
- 7be2a71 Descriptorize SwapChain. by Corentin Wallez · 6 years ago
- 108bcbd Split AttachmentStateDescriptor, in order to match web idl by Yunchao He · 6 years ago
- 4dec737 Construct VertexInputDescriptor, in order to match web idl by Yunchao He · 6 years ago
- 6fe9b98 Fix a bug in example CubeReflection by Yunchao He · 6 years ago
- b220773 Construct VertexAttributeDescriptor, in order to match web idl by Yunchao He · 6 years ago
- bb5696b Simplify BackendBinding following adapters. by Corentin Wallez · 6 years ago
- 5987c4e Remove blendEnabled in BlendStateDescriptor, in order to match web idl by Yunchao He · 6 years ago
- e2c8513 Create wire Client and Server classes with private impl by Austin Eng · 6 years ago
- 8c88e1d Remove redundant BackendType enums by Corentin Wallez · 6 years ago
- baa3741 Rename variables in DepthStencilStateDescriptor, in order to match web idl by Yunchao He · 6 years ago
- c0f31e7 Use const*const* to annotate a sequence of descriptors by Yunchao He · 6 years ago
- ea56333 Replace DepthStencilState builder via DepthStencilState descriptor. by Yunchao He · 6 years ago
- 92700bf Replace BlendState builder via BlendState descriptor. by Yunchao He · 6 years ago
- 300eec0 Rename SetRenderPipeline and SetComputePipeline to SetPipeline by Yan, Shaobo · 6 years ago
- 5e811ae Add render pass color and depth stencil attachment descriptor by Jiawei Shao · 6 years ago
- 48485e3 Add StencilStateFaceDescriptor, in order to match web idl by Yunchao He · 6 years ago
- ff9562f Implement 'baseVertex' in drawIndexed() on D3D12, Metal and Vulkan by Jiawei Shao · 6 years ago
- 069664e Remove textureAspect from TextureCopyView by Brandon Jones · 6 years ago
- 8bff3b2 Make TextureDescriptor match WebGPU IDL by Jiawei Shao · 6 years ago
- a492427 Render Pipeline Descriptorization -- Part I by Yan, Shaobo · 6 years ago
- c789b84 Rename draw commands to match WebGPU IDL by Jiawei Shao · 6 years ago
- 6f0e1f9 Remove BufferView and inline offset/size in BindGroup by Corentin Wallez · 6 years ago
- 6f9d21e Descriptorize BindGroups. by Corentin Wallez · 6 years ago
- ac71e34 Change Copy Operation Interfaces to Match WebGPU IDL by Brandon Jones · 6 years ago
- 146edf5 Remove support for CMake builds by Corentin Wallez · 6 years ago
- 84cde51 Rename mipLevel to levelCount in TextureDescriptor by Jiawei Shao · 6 years ago