- 538d8d5 Implement depth24unorm-stencil8 and depth32float-stencil8 formats by Li Hao · 3 years, 2 months ago
- 2f218e2 Implement upstream RequestDevice, add native-only CreateDevice by Austin Eng · 3 years, 3 months ago
- ffb0024 Support NV12 via ExternalImageDescriptorDmaBuf on CROS by jchen10 · 3 years, 3 months ago chromium/4764
- 652293f Support multiple Vulkan instances in the Vulkan backend by Austin Eng · 3 years, 3 months ago
- a329997 Add features of depth24unorm-stencil8 and depth32float-stencil8 texture formats by Li Hao · 3 years, 4 months ago
- 3482a80 Rename DeviceDescriptor -> DawnDeviceDescriptor by Austin Eng · 3 years, 4 months ago
- d97b29c Populate supported Vulkan limits from the backend by Austin Eng · 3 years, 5 months ago
- 91851e2 Remove several compile-time constants in favor of limits by Austin Eng · 3 years, 5 months ago chromium/4669
- 3f689a4 Rename "extension" to "feature" by François Beaufort · 3 years, 5 months ago
- 8f87d8a AdapterVk: Remove redundant VkPhysicalDevice limit check by Corentin Wallez · 3 years, 6 months ago
- 6fa50b5 Vulkan: Support extension "depth_clamp" by Jiawei Shao · 3 years, 6 months ago
- c1d3958 Adds placeholders for ETC2/ASTC compression texture format by Loko Kung · 3 years, 7 months ago
- 9978b2f Add Adapter::SupportsExternalImages by Austin Eng · 3 years, 7 months ago chromium/4605
- d05777b Support multisampled depth texture bindings by Austin Eng · 3 years, 8 months ago chromium/4591
- 9d92f31 Vulkan: Enable sampleRateShading for WGSL builtin variable [[sample_index]] by Jiawei Shao · 3 years, 8 months ago
- 31930e7 Enable use_tint_generator by default, disable shader_float16 by Austin Eng · 3 years, 8 months ago
- fc37b32 Vulkan: Check for required limits when initializing adapters by Corentin Wallez · 3 years, 8 months ago chromium/4566
- 396b7df Vulkan: Check for required features when initializing adapters by Corentin Wallez · 3 years, 9 months ago
- 6cbef93 Vulkan: fix validation failure when using fp16 feature by Xinghua Cao · 4 years, 1 month ago
- 73b7022 dawn.json: Expose the driver version in the adapter. by Corentin Wallez · 4 years, 5 months ago
- 265fb06 Vulkan: handle Device extensions more programmatically by Corentin Wallez · 4 years, 9 months ago
- db8f804 Reland "Check FP16 support on vulkan backend" by Xinghua Cao · 4 years, 9 months ago
- 0357eed Revert "Check FP16 support on vulkan backend" by Corentin Wallez · 4 years, 10 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
- 09ee5eb Add a DeviceBase::Initialize that must be called by backends. by Corentin Wallez · 5 years ago
- a0afd31 Separate device lost from internal errors. by Corentin Wallez · 5 years ago
- 1249ada Vulkan: Load promoted extensions or core entrypoint as needed by Corentin Wallez · 5 years ago
- f12c9db Add WGPUAdapterProperties and expose it in DawnNative by Corentin Wallez · 5 years ago
- 394553b Set y-axis up in normalized coordinate system. by Yunchao He · 5 years ago
- 574b951 Support BC formats as the first extension in Dawn by Jiawei Shao · 6 years ago
- 15d4c2e Emulate store and multisample resolve on Metal by Jiawei Shao · 6 years ago
- 2ec74dc Add Adapter::GetDeviceType() (integrate vs. discrete vs. CPU) by Corentin Wallez · 6 years ago
- d1be0e7 Vulkan: Implement the backend connection and adapter. by Corentin Wallez · 6 years ago