- 831296d Implement RenderPassDescriptor.maxDrawCount by Takahiro · 2 years, 7 months ago
- 7ce3c2d Add Device.CreateErrorExternalTexture() by Yan,Shaobo · 2 years, 7 months ago
- 431c7a4 Add maxInterStageShaderVariables Limits by Brandon Jones · 2 years, 7 months ago
- ef62b58 Skip Gamma and Gamut conversions for BT.709->SRGB by jchen10 · 2 years, 7 months ago
- 6d48f57 Remove support for depth24unorm-stencil8 by Brandon Jones · 2 years, 7 months ago
- 51d13a4 Add depth-clip-control feature enum by Austin Eng · 2 years, 7 months ago
- 1faf592 Delete WGPUDeviceProperties by Austin Eng · 2 years, 7 months ago
- cda3d7b Add maxColorAttachments limit by Austin Eng · 2 years, 7 months ago
- 45820ae Add reflection APIs for wgpu::QuerySet. by Corentin Wallez · 2 years, 8 months ago
- 736e97c Add reflection APIs for wgpu::Texture. by Corentin Wallez · 2 years, 8 months ago
- d428187 Add reflection APIs for wgpu::Buffer. by Corentin Wallez · 2 years, 8 months ago
- 139d9c2 Remove wgpu::ExternalTextureDescriptor::colorSpace by Corentin Wallez · 2 years, 8 months ago
- 1ee244b dawn/native: Add support for feature "indirect-first-instance" by Enrico Galli · 2 years, 8 months ago chromium/5097
- f3cf19f Change wgpu::VertexStepMode::VertexBufferNotUsed enum value by Takahiro · 2 years, 8 months ago
- 8cb8c7a Begin auto generating GPUInfo utilities by Brandon Jones · 2 years, 8 months ago
- d42a809 Record zero-attribute vertex buffer when creating render pipeline by Takahiro · 2 years, 8 months ago chromium/5085
- 136a0a4 Change External Texture YUV-To-RGB Matrix To Be Optional by Brandon Jones · 2 years, 8 months ago
- 7477120 Add nullable annotations to webgpu.h by Corentin Wallez · 2 years, 8 months ago
- 9ebba36 D3D12: Support feature chromium_experimental_dp4a by Jiawei Shao · 2 years, 8 months ago
- e61a390b Make External Texture ColorSpace Conversion Configurable by Brandon Jones · 2 years, 8 months ago
- cf4a85e Add External Texture Conversion Constant Params by Brandon Jones · 2 years, 9 months ago
- 573713a Add LoadOp back to emscripten gen bits headers by Shrek Shao · 2 years, 9 months ago
- 286061d Update default value for map range size to WGPU_WHOLE_MAP_SIZE by Shrek Shao · 2 years, 9 months ago
- 3daebe8 Deprecate dispatch* in favor of dispatchWorkgroups* by Brandon Jones · 2 years, 9 months ago
- 8085367 Enable Queue, Device labels to be set. (Take 2) by Brandon Jones · 2 years, 10 months ago
- 8d9d132 Revert "Enable Queue, Device labels to be set." by Ryan Harrison · 2 years, 10 months ago
- 0126761 Enable Queue, Device labels to be set. by Brandon Jones · 2 years, 10 months ago
- 8e02ebf Implement WGPUTextureDescriptor.viewFormats and sampling reinterpretation by Austin Eng · 2 years, 10 months ago
- aa0731d Updates for upstream webgpu.h by Corentin Wallez · 2 years, 10 months ago
- eee3449 dawn.json: Update with recent WebIDL changes for upstream headers by Corentin Wallez · 2 years, 10 months ago
- 5b9b986 Rename SurfaceDescriptorFromXlib -> SurfaceDescriptorFromXlibWindow by Shrek Shao · 2 years, 11 months ago chromium/4935
- 74d4e53 Make loapOp/storeOp undefined valid by Austin Eng · 2 years, 11 months ago
- 1554a7d Fix dawn.json for upstream webgpu-headers by Shrek Shao · 2 years, 11 months ago
- b0987d6 Deprecate clearColor, clearDepth, and clearStencil in dawn.json by Shrek Shao · 2 years, 11 months ago chromium/4931 chromium/4932
- 6d205fc Allow sparse color attachments by Shrek Shao · 2 years, 11 months ago
- 131c422 Add timestampWrites on render/compute passes by Li Hao · 2 years, 11 months ago
- 44f039d Adds new chained struct for device creation to specify cache options. by Loko Kung · 2 years, 11 months ago
- 6e8c473 Updating names of attachment clear values by Brandon Jones · 3 years ago
- 13426d5 Fix predefined color space undefined jsrepr by Shrek Shao · 3 years ago
- ee50bc0 dawn.json changes for the upstream webgpu.h by Shrek Shao · 3 years ago chromium/4878
- 0fee4c1 Deprecate endPass(), replace with end() by Brandon Jones · 3 years ago
- a20ce6f Deprecate read only depth/stencil Load/StoreOp by Brandon Jones · 3 years ago chromium/4869
- 2fbc170 Add runtime search paths to Instance descriptor by Austin Eng · 3 years ago chromium/4867
- 26c31f6 Shuffle 'docs' directories by Ben Clayton · 3 years ago
- 913e158 Update arg names for GPUComputePassEncoder.dispatch() by Brandon Jones · 3 years ago chromium/4856
- 37b3df4 Modify External Texture Interface For BiPlanar Formats by Brandon Jones · 3 years ago
- aa9475e Add WGPUDawnEncoderInternalUsageDescriptor by Austin Eng · 3 years ago
- 3ac7b9c Change uint32_t -> size_t in *Enumerate functions by Austin Eng · 3 years, 1 month ago
- a4357a7 Add Window at the end of SurfaceDescriptorFromXlib. by Corentin Wallez · 3 years, 1 month ago
- 2f218e2 Implement upstream RequestDevice, add native-only CreateDevice by Austin Eng · 3 years, 1 month ago
- 36e86ee Remove AlphaOp by Yan · 3 years, 1 month ago chromium/4774 chromium/4775
- a2241d4 Configure the namespace of native implementation in api.json by fujunwei · 3 years, 1 month ago chromium/4770
- 5204053 Support "length" in dawn.json could be a integer by Yan · 3 years, 1 month ago
- 89ddadc Add feature queries to dawn_native/dawn_wire by Austin Eng · 3 years, 1 month ago
- 5397f9f Add basic or stub implementations of upstream instance/adapter APIs by Austin Eng · 3 years, 1 month ago chromium/4768
- 483bead CopyTextureForBrowser: Support display p3 to Srgb color space conversion by Yan · 3 years, 1 month ago
- e00c6bd dawn.json revert to the "callback" name for callback arguments by Corentin Wallez · 3 years, 1 month ago chromium/4765
- 53137bd Remove wgpu::ErrorFilter::None by Zhaoming Jiang · 3 years, 2 months ago
- c7d4f2c Make templates webgpu_cpp.h and webgpu_cpp_print.h flexible by fujunwei · 3 years, 2 months ago
- 3a46476 Make the prefix of proc table configurable in api.json by fujunwei · 3 years, 2 months ago chromium/4749 chromium/4750 chromium/4751
- d3105bf Implement GPUCommandEncoder::ClearBuffer by Brandon Jones · 3 years, 2 months ago
- 2bf9990 Fix google3 license related issues by Shrek Shao · 3 years, 2 months ago
- 23f7162 Add a category named function in dawn.json by fujunwei · 3 years, 2 months ago
- 2494c9b Expose device.destroy upwards and add end2end tests by Loko Kung · 3 years, 2 months ago
- 2294cf4 dawn_wire: Add missing "strlen" in "adapter properties" by Jiawei Shao · 3 years, 2 months ago
- 4e87690 Add ability to generate constants from dawn.json by fujunwei · 3 years, 2 months ago chromium/4729
- a329997 Add features of depth24unorm-stencil8 and depth32float-stencil8 texture formats by Li Hao · 3 years, 2 months ago
- 77ac40a Add adapterType to WGPUDeviceProperties by Austin Eng · 3 years, 2 months ago
- 76bda37 dawn.json changes for the flexible templates by fujunwei · 3 years, 2 months ago
- 828f674 Add label tracking for several object types (pt 2) by Brandon Jones · 3 years, 2 months ago
- 88aeeae Add label tracking for several object types by Brandon Jones · 3 years, 2 months ago
- 53db01b dawn.json changes for the upstream webgpu.h optional features by Corentin Wallez · 3 years, 2 months ago
- 6cd1cd9 dawn.json changes for the upstream webgpu.h by Corentin Wallez · 3 years, 2 months ago
- 61c8532 Make CompilationInfo extensible. by Corentin Wallez · 3 years, 2 months ago
- 79d2099 Add depth/stencilReadOnly and validations in RenderBundleEncoderDescriptor by Yunchao He · 3 years, 3 months ago
- a4c8c8d Remove "extension" by François Beaufort · 3 years, 3 months ago
- 3f689a4 Rename "extension" to "feature" by François Beaufort · 3 years, 4 months ago
- d85bbb6 Improve validation errors for CreateExternalTexture by Corentin Wallez · 3 years, 4 months ago chromium/4660
- e99ad76 Overridable constants vulkan implementation and tests by shrekshao · 3 years, 4 months ago
- 51791e0 Add 'reason' argument to device lost callback by Kai Ninomiya · 3 years, 4 months ago
- 2be4b84 Deprecate size=0 for default in setIndexBuffer and setVertexBuffer by Zhaoming Jiang · 3 years, 4 months ago
- 7d174a1 dawn.json changes to match upstream webgpu.h by Kai Ninomiya · 3 years, 4 months ago
- 6237c8a Introduce WriteBuffer command by Ken Rockot · 3 years, 4 months ago
- 1a965ab Update dawn.json to new schema for newly added structs by Austin Eng · 3 years, 4 months ago chromium/4649
- 0c82405 dawn.json: chained/extensible must be "in" or "out" or false by Austin Eng · 3 years, 4 months ago
- 39046f3 Tweak JavaScript formatting of compressed formats by Kai Ninomiya · 3 years, 4 months ago chromium/4647 chromium/4648
- 4e37acc Add new items for Emscripten/webgpu-headers by Kai Ninomiya · 3 years, 4 months ago
- 930e918 Generate multiple variants of webgpu.h header by Kai Ninomiya · 3 years, 4 months ago
- fa9ca44 Stub out depth16unorm texture format by Kai Ninomiya · 3 years, 4 months ago
- c389182 Remove readonly storage textures by Corentin Wallez · 3 years, 4 months ago
- bffc966 Add wgpuDeviceGetLimits. Split Required/Supported limit structs by Austin Eng · 3 years, 4 months ago
- 4935c14 Use WGPU_MIP_LEVEL_COUNT_UNDEFINED instead of 0 by jchen10 · 3 years, 4 months ago
- 088071a Add device ID and vendor ID to device properties by François Beaufort · 3 years, 4 months ago
- 77755b9 Remove deprecated wgpu::StoreOp::Clear by Corentin Wallez · 3 years, 4 months ago
- e2cc5d6 Remove deprecated texture usage names by Corentin Wallez · 3 years, 4 months ago
- c7203ba Remove deprecated ComputePipelineDescriptor.computeStage by Corentin Wallez · 3 years, 4 months ago
- 1ac4565 Remove deprecated RenderPass*Attachment.attachment by Corentin Wallez · 3 years, 4 months ago
- 96ac969 Use WGPU_ARRAY_LAYER_COUNT_UNDEFINED instead of 0 by jchen10 · 3 years, 4 months ago
- 02fbf16 Add validation, storage, and querying of limits by Austin Eng · 3 years, 4 months ago
- 2092a66 dawn_native: Add RequestDevice to the Adapter by Austin Eng · 3 years, 4 months ago