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