- 5fad85b Remove deprecated SetIndexBuffer (without format). by Corentin Wallez · 4 years, 3 months ago
- 01e4450 Query API: Non Precise Occlusion Query by Hao Li · 4 years, 4 months ago
- 464aaeb Add InjectValidationError to command encoder by Austin Eng · 4 years, 4 months ago
- 16036cf Add WGPU_STRIDE_UNDEFINED and update bytesPerRow/rowsPerImage validation by Kai Ninomiya · 4 years, 4 months ago
- 9d6265b Fix examples when using the wire. by Corentin Wallez · 4 years, 4 months ago
- db8766b Support internal pipelines for Dawn by Yan, Shaobo · 4 years, 4 months ago
- b0789fd Fix RPDesc::occlusionQuerySet not defaulting to nullptr by Corentin Wallez · 4 years, 4 months ago
- 6b08781 s/OutputAttachment/RenderAttachment/g by Corentin Wallez · 4 years, 4 months ago
- 42103bc Fix crash when device is removed before CreateReady*Pipeline callback by Jiawei Shao · 4 years, 5 months ago
- 03e1400 Add the entry point of CreateReadyRenderPipeline by Jiawei Shao · 4 years, 5 months ago
- ae5f950 Add the entry point of CreateReadyComputePipeline by Jiawei Shao · 4 years, 5 months ago
- 2931c42 Make wgpu::Extent3D default to {1, 1, 1}. by Corentin Wallez · 4 years, 5 months ago
- 4196a54 Add wgpu::TextureComponentType::DepthComparison by Corentin Wallez · 4 years, 5 months ago
- 73b7022 dawn.json: Expose the driver version in the adapter. by Corentin Wallez · 4 years, 5 months ago
- ed2b465 Report more detailed error information for the failures of mapAsync by Jiawei Shao · 4 years, 5 months ago
- a46737c Add wgpu::BindingType::MultisampledTexture by Corentin Wallez · 4 years, 5 months ago
- 670858d Change wgpu::Color from floats to doubles by Brandon Jones · 4 years, 6 months ago
- c01b264 Remove wgpu::BindingType::StorageTexture by Corentin Wallez · 4 years, 6 months ago
- 498d5ea Rename BC6HRGBSfloat to BC6HRGBFloat by Corentin Wallez · 4 years, 6 months ago
- 8575cb3 Add setIndexBufferWithFormat method by Brandon Jones · 4 years, 6 months ago
- f7123d7 Remove MapRead/WriteAsync and CreateBufferMapped by Corentin Wallez · 4 years, 7 months ago
- 2f6e4ec Add wgpu::TextureFormat::RGB9E5Ufloat by Corentin Wallez · 4 years, 7 months ago
- 24b5971 Remove deprecated wgpu::BufferCopyView members by Corentin Wallez · 4 years, 7 months ago
- 13f3340 Remove wgpu::Buffer::SetSubData by Corentin Wallez · 4 years, 7 months ago
- e236f7d Remove deprecated array layer descriptor members by Corentin Wallez · 4 years, 7 months ago
- 0d9fce1 Add texture aspect to texture copy view and validation tests by Austin Eng · 4 years, 7 months ago
- 3ed44f5 dawn.json: Noop argument rename for mapAsync by Corentin Wallez · 4 years, 8 months ago
- f6e7044 Add offset and size to Get[Const]MappedRange. by Corentin Wallez · 4 years, 8 months ago
- 5c89c8d Query API: ResolveQuerySet by Hao Li · 4 years, 8 months ago
- 1b9b53a dawn.json: Noop fixup for writeTexture. by Corentin Wallez · 4 years, 8 months ago
- 9da11c9 Fixes for Emscripten generators by Kai Ninomiya · 4 years, 8 months ago
- 0d52f80 Implement Buffer::MapAsync by Corentin Wallez · 4 years, 8 months ago
- 261b05d PipelineStatisticsName -> PipelineStatisticName by Kai Ninomiya · 4 years, 8 months ago
- 3e6db22 Add BufferCopyView.layout and deprecate old fields by Kai Ninomiya · 4 years, 8 months ago
- 51bbbef InsertDebugMarker: fix groupLabel -> markerLabel by Kai Ninomiya · 4 years, 8 months ago
- 53405b5 Add occlusionQuerySet for compatibility with upstream webgpu.h by Kai Ninomiya · 4 years, 8 months ago
- 7695afc Implement Validation For DepthStencilAttachment ReadOnly by Brandon Jones · 4 years, 8 months ago
- 4796899 Reorder minBufferBindingSize to match upstream webgpu.h by Kai Ninomiya · 4 years, 8 months ago
- a9c7d64 Adding Queue::WriteTexture by Tomek Ponitka · 4 years, 8 months ago
- b2ea191 Implement GPUBufferDescriptor.mappedAtCreation. by Corentin Wallez · 4 years, 8 months ago
- 0f5d496 Rephrasing CopyBufferToTexture validation by Tomek Ponitka · 4 years, 8 months ago
- 9585c46 Update dawn.json to more closely match webgpu.h by Corentin Wallez · 4 years, 8 months ago
- 5191adc Query API: WriteTimestamp by Hao Li · 4 years, 8 months ago
- 1325ab1 Add Buffer::Get[|Const]MappedRange by Corentin Wallez · 4 years, 8 months ago
- f434fdc Add minimum buffer size validation by Idan Raiter · 4 years, 9 months ago
- cf1fdf4 Handle OOM buffer allocations better by Austin Eng · 4 years, 9 months ago
- b6eff5a Query API: QuerySet by Hao Li · 4 years, 9 months ago
- db8f804 Reland "Check FP16 support on vulkan backend" by Xinghua Cao · 4 years, 9 months ago
- 47a3341 Deprecate Buffer::SetSubData in favor of Queue::WriteBuffer by Corentin Wallez · 4 years, 9 months ago
- 0357eed Revert "Check FP16 support on vulkan backend" by Corentin Wallez · 4 years, 9 months ago
- 55c85f6 Query API: Extensions by Hao Li · 4 years, 10 months ago
- bdc05c3 Check FP16 support on vulkan backend by Xinghua Cao · 4 years, 10 months ago
- ecabfe8 Remove wgpu::BufferCopyView::rowPitch/imageHeight by Corentin Wallez · 4 years, 10 months ago
- 2eca22f Remove ShaderModule::code/codeSize by Corentin Wallez · 4 years, 10 months ago
- 4376552 Remove wgpu::Device::CreateQueue by Corentin Wallez · 4 years, 10 months ago
- b761fe1 Remove wgpu::BindGroupLayoutEntry::textureDimension by Corentin Wallez · 4 years, 10 months ago
- 84ae2bf Remove deprecated "Binding" types and members by Corentin Wallez · 4 years, 10 months ago
- a1800c0 Make fence descriptor optional by Austin Eng · 4 years, 10 months ago
- cdf2d8d Deprecate BufferCopyView.rowPitch/imageHeight -> bytesPerRow/rowsPerImage by Corentin Wallez · 4 years, 11 months ago
- c244f53 Add a size argument to Set[Vertex|Index]Buffer by Corentin Wallez · 4 years, 11 months ago
- fee2783 Deprecate ShaderModuleDescriptor.code in favor of chained descriptor by Corentin Wallez · 4 years, 11 months ago
- 3966eb1 Deprecate BG[L]Desc::binding[s|Count] in favor of entr[ies|yCount] by Corentin Wallez · 4 years, 11 months ago
- 7817a9a Reland "Add ComparisonSampler binding type and validation tests" by Austin Eng · 4 years, 11 months ago
- 8edb723 Revert "Add ComparisonSampler binding type and validation tests" by Corentin Wallez · 4 years, 11 months ago
- 98334df Deprecate BGLEntry::textureDimension in favor of viewDimension by Corentin Wallez · 4 years, 11 months ago
- 6d9e4f8 Add ComparisonSampler binding type and validation tests by Austin Eng · 4 years, 11 months ago
- d6a5431 Add default Undefined sampler compare function by Austin Eng · 4 years, 11 months ago
- 8a43794 Introduce Device::GetDefaultQueue and deprecate CreateQueue by Corentin Wallez · 4 years, 11 months ago
- 0ff7ed4 Remove CreateBufferMappedAsync by Corentin Wallez · 5 years ago
- c3c6694 Rename BG[L]Binding to BG[L]Entry by Corentin Wallez · 5 years ago
- 76a8d0b Support chained extension structs on the wire by Austin Eng · 5 years ago
- 373a3ff Rename GetBindGroupLayout's argument group->groupIndex by Corentin Wallez · 5 years ago
- a0afd31 Separate device lost from internal errors. by Corentin Wallez · 5 years ago
- 67b1ad7 Add the defaults for Draw and DrawIndexed by Corentin Wallez · 5 years ago
- 527045f Change present modes to match webgpu.h by Corentin Wallez · 5 years ago
- 971a623 Validate the declaration of storage texture format in shader by Jiawei Shao · 5 years ago
- 421684f Support Storage Textures as Valid Binding Types by Jiawei Shao · 5 years ago
- 43a0a81 Fix examples running with the wire. by Corentin Wallez · 5 years ago
- 7b6246a Generators for Emscripten by Kai Ninomiya · 5 years ago
- 13e2e13 Update WGPUChainedStruct usage to match webgpu.h by Corentin Wallez · 5 years ago
- d87e676 Add the webgpu.h swapchain creation path by Corentin Wallez · 5 years ago
- c2e1696 Add SurfaceDescriptorFromHTMLCanvasID by Corentin Wallez · 5 years ago
- f2ed248 Reorder wgpu::BackendType to match webgpu.h by Corentin Wallez · 5 years ago
- 0ecc48e Handle DeviceLost error by Natasha Lee · 5 years ago
- 3a1746e Introduce wgpu::Surface and implement it for HWND, X11 and Metal by Corentin Wallez · 5 years ago
- 2b24c3d webgpu.h introduce a base struct for extension structures. by Corentin Wallez · 5 years ago
- f12c9db Add WGPUAdapterProperties and expose it in DawnNative by Corentin Wallez · 5 years ago
- 5fc2c82 Add Instance and CreateInstance to webgpu.h by Corentin Wallez · 5 years ago
- 9bba4a9 Add DeviceLostCallback to dawn.json and dawn_wire by Natasha Lee · 5 years ago
- f6eb890 Implement getBindGroupLayout by Austin Eng · 5 years ago
- 540abab Introduce a "callback" type in dawn.json 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
- 5c2f5f3 Implement serialization/deserialization of DawnDeviceProperties by Jiawei Shao · 5 years ago
- d285525 Make the offset of SetIndexBuffer default to 0 by Corentin Wallez · 5 years ago
- 91b2142 Change setVertexBuffers to setVertexBuffer by François Beaufort · 5 years ago
- 70c8c10 Make the dynamicOffsets optional in SetBindGroup. by Corentin Wallez · 5 years ago
- 5f53d53 Fix RenderPassDescriptor to be extensible. by Corentin Wallez · 5 years ago
- 0b82671 Rename PipelineStageDescriptor to ProgrammableStageDescriptor by Jinho Bang · 5 years ago