1. c7e16e3 Fix D3D12 over-eager lazy zero initialization for textures by Austin Eng · 4 years, 3 months ago
  2. 9964846 Add tests for NopStatement. by Dan Sinclair · 4 years, 3 months ago
  3. 3eaf827 More module IsValid tests by Dan Sinclair · 4 years, 3 months ago
  4. f300756 Add MemberAccessorExpression tests by Dan Sinclair · 4 years, 3 months ago
  5. c99fdb8 Add LoopStatement AST tests by Dan Sinclair · 4 years, 3 months ago
  6. baca71d Add LocationDecoration ToStr test. by Dan Sinclair · 4 years, 3 months ago
  7. ce6f648 Add KillStatement AST tests by Dan Sinclair · 4 years, 3 months ago
  8. bb521c0 Add tests for if statement AST by Dan Sinclair · 4 years, 3 months ago
  9. 3d1e697 Add identifier expression tests by Dan Sinclair · 4 years, 3 months ago
  10. 0229523 Suppress two -Wunreachable-code warnings. by Nico Weber · 4 years, 3 months ago
  11. 1a56ce5 Validate creating bind group layout with storage textures by Jiawei Shao · 4 years, 3 months ago
  12. 463c394 Slab-allocate OpenGL bind groups by Austin Eng · 4 years, 3 months ago
  13. ae96f04 Slab-allocate frontend D3D12 bind groups by Austin Eng · 4 years, 3 months ago
  14. 79230bf Slab-allocate frontend Vulkan bind groups by Austin Eng · 4 years, 3 months ago
  15. 459c2f9 Slab-allocate Metal bind groups by Austin Eng · 4 years, 3 months ago
  16. 9bb0dc5 spv: Build internal representation of the SPIR-V by David Neto · 4 years, 3 months ago
  17. e5dc367 spv: reject invalid SPIR-V by David Neto · 4 years, 3 months ago
  18. 1ae7c7d Add SPIR-V parser impl by David Neto · 4 years, 3 months ago
  19. 0338b7a Residency 3: Track Resource Heap Usages by Brandon Jones · 4 years, 3 months ago
  20. 306a2f8 Add IdentifierExpression to WGSL writer. by dan sinclair · 4 years, 3 months ago
  21. d9e9ff3 Start WGSL writer by dan sinclair · 4 years, 3 months ago
  22. 37dbf99 Always define TINT_BUILD_SPV_PARSER. by dan sinclair · 4 years, 3 months ago
  23. 421684f Support Storage Textures as Valid Binding Types by Jiawei Shao · 4 years, 3 months ago
  24. ab0cdaf Add a FailStream error reporting helper by David Neto · 4 years, 3 months ago
  25. f814bdc Add stub unit tests for spv parser by David Neto · 4 years, 3 months ago
  26. bbd8987 Instantiate a stubbed SPIR-V parser if file ends in .spv by David Neto · 4 years, 3 months ago
  27. 49faa4c Add function tests by Dan Sinclair · 4 years, 3 months ago
  28. 9c48ddb Add fallthrough statement tests by Dan Sinclair · 4 years, 3 months ago
  29. cc9d785 Add builtin decoration to_str test. by Dan Sinclair · 4 years, 3 months ago
  30. d70d07c Add binding decoration to string test by Dan Sinclair · 4 years, 3 months ago
  31. 89b2aa1 Extend entry point to str testing by Dan Sinclair · 4 years, 3 months ago
  32. 18747b6 Extend array accessor validity checks by Dan Sinclair · 4 years, 3 months ago
  33. adb80f0 Add else statement AST tests by Dan Sinclair · 4 years, 3 months ago
  34. 3a1368d Add DecoratedVariable tests by Dan Sinclair · 4 years, 3 months ago
  35. 52d0627 D3D12: Pool-allocate shader-visible descriptor heaps. by Bryan Bernhart · 4 years, 3 months ago
  36. f3bb4f4 Residency 2: Create a d3d12::Heap During Direct Allocations by Brandon Jones · 4 years, 3 months ago
  37. be6cd51 Rolling 5 dependencies by Ryan Harrison · 4 years, 3 months ago
  38. b893115 Add ContinueStatement unit test by Dan Sinclair · 4 years, 3 months ago
  39. 532be50 Check bindingType with shader stage when creating default pipeline layout by Jiawei Shao · 4 years, 3 months ago
  40. f981455 Add ConstInitializerExpression tests by Dan Sinclair · 4 years, 3 months ago
  41. 11be140 Add cast expression tests by Dan Sinclair · 4 years, 3 months ago
  42. 7d20b44 Respect external clear status for Textures by Natasha Lee · 4 years, 3 months ago
  43. a659b21 Add case statement tests by Dan Sinclair · 4 years, 3 months ago
  44. 2538aaf Roll third_party/swiftshader/ bdfcfe9cf..51b2800bb (23 commits) by Corentin Wallez · 4 years, 3 months ago
  45. e3f3e9a Revert "Vulkan: Report and enable subgroup size control device extension." by Corentin Wallez · 4 years, 3 months ago
  46. 36f0388 Revert "Vulkan: Enforce fixed subgroup size for compute shaders." by Corentin Wallez · 4 years, 3 months ago
  47. ddc5cac GN: Use the hermetic XCode if available. by Corentin Wallez · 4 years, 3 months ago
  48. 00cf5a4 Add test for call expression by Dan Sinclair · 4 years, 3 months ago
  49. 51c811b Add BreakStatement test by Dan Sinclair · 4 years, 3 months ago
  50. 796f65f Add test for assignment statement. by Dan Sinclair · 4 years, 3 months ago
  51. bf2b897 Add gclient files to gitignore by Dan Sinclair · 4 years, 3 months ago
  52. 1d54767 Query if Texture subresource has been initialized by Natasha Lee · 4 years, 3 months ago
  53. 91e57dd Add unit tests for AsExpression by Dan Sinclair · 4 years, 3 months ago
  54. 19e26f2 Move build_module into an anonymous namespace by dan sinclair · 4 years, 3 months ago
  55. db6ade7 Convert dependency management to using gclient by Ryan Harrison · 4 years, 3 months ago
  56. 707705d Add issue tracker to README by Dan Sinclair · 4 years, 3 months ago
  57. 56f1678 Vulkan: Enforce fixed subgroup size for compute shaders. by David Turner · 4 years, 3 months ago
  58. 4ae315b Vulkan: Report and enable subgroup size control device extension. by David Turner · 4 years, 3 months ago
  59. 2de34c1 Residency 1: Add Chromium's LinkedList to /common/ by Brandon Jones · 4 years, 3 months ago
  60. 462dd67 v-0001: Only allowed import is GLSL.std.450 by Sarah Mashayekhi · 4 years, 3 months ago
  61. e5534c4 Add SlabAllocator and tests by Austin Eng · 4 years, 3 months ago
  62. afc144e Fixup googletest deps by Dan Sinclair · 4 years, 3 months ago
  63. e631c00 Switch to the chromium mirror for DEPS by Dan Sinclair · 4 years, 3 months ago
  64. 35645a6 Roll Dawn's copy of the Vulkan headers. by Corentin Wallez · 4 years, 3 months ago
  65. 9b5ecdf D3D12: Remove extra pre-pass used for RTV/DSV allocation. by Bryan Bernhart · 4 years, 3 months ago
  66. e4b68ba Add unit test for ArrayAccessorExpression by Dan Sinclair · 4 years, 3 months ago
  67. a00a571 Rolling 3 dependencies by David Neto · 4 years, 3 months ago
  68. 6f92b916 Also use ExternalImageDescriptor in D3D12 and Metal Backends by Natasha Lee · 4 years, 3 months ago
  69. 6e58189 Initial commit by Dan Sinclair · 4 years, 3 months ago
  70. cb90835 Rolling 4 dependencies by Ryan Harrison · 4 years, 3 months ago
  71. 3ded65e Default initialize all descriptors by Austin Eng · 4 years, 3 months ago
  72. e299afa Support CPU adapters in dawn_end2end_tests by Austin Eng · 4 years, 3 months ago
  73. 0363c3e D3D12: Allocate GPU bind groups at draw/dispatch. by Bryan Bernhart · 4 years, 3 months ago
  74. a9d7d47 Add Toggles to disable base vertex and base instance rendering by Austin Eng · 4 years, 3 months ago
  75. 2f0f850 Add Toggle to disable sampler compare function on Metal. by Austin Eng · 4 years, 3 months ago
  76. 2275684 Add in --no-use flags for spvc features by Ryan Harrison · 4 years, 3 months ago
  77. 17a8498 ObjectStorage Allocate nullptr when id is 0 by Natasha Lee · 4 years, 3 months ago
  78. 73c5801 infra: Use macOS 10.15 and newer OSX SDK. by Corentin Wallez · 4 years, 3 months ago
  79. 6c1d646 Change extern const DawnTestParam helpers to functions by Austin Eng · 4 years, 3 months ago
  80. 5a921f8 Roll third_party/swiftshader/ 8def9063c..bdfcfe9cf (11 commits) by Corentin Wallez · 4 years, 3 months ago
  81. aa5a53b Rolling 4 dependencies by Ryan Harrison · 4 years, 3 months ago
  82. 1249ada Vulkan: Load promoted extensions or core entrypoint as needed by Corentin Wallez · 4 years, 3 months ago
  83. 3346697 CMake: Add support for the D3D12 backend by Corentin Wallez · 4 years, 3 months ago
  84. bc34d90 Update Vulkan headers to 1.1.125 by Austin Eng · 4 years, 3 months ago
  85. fab2158 Rolling 5 dependencies by Ryan Harrison · 4 years, 3 months ago
  86. f949a10 Reland "Create VulkanImageWrappingTests for dma-buf images" by Brian Ho · 4 years, 3 months ago
  87. b330ea6 Roll third_party/swiftshader/ e7ce4e539..8def9063c (283 commits) by Corentin Wallez · 4 years, 3 months ago
  88. 21e5074 Revert "Create VulkanImageWrappingTests for dma-buf images" by Corentin Wallez · 4 years, 3 months ago
  89. 0bbfec1 Create VulkanImageWrappingTests for dma-buf images by Brian Ho · 4 years, 3 months ago
  90. 0aa86a7 Validate that sampler compare function requires iOS GPU family 3v1 by Austin Eng · 4 years, 3 months ago
  91. e51f8dd Fix compilation with stdlibc++ (instead of libc++) by Corentin Wallez · 4 years, 4 months ago
  92. d353ca0 CMake: Add support for the Vulkan backend by Corentin Wallez · 4 years, 4 months ago
  93. 215b537 CMake: Add support for the OpenGL backend by Corentin Wallez · 4 years, 4 months ago
  94. 71b3dd5 Fix clean CMake builds by Corentin Wallez · 4 years, 4 months ago
  95. 2fd6181 Handle Device Lost for SwapChain by Natasha Lee · 4 years, 4 months ago
  96. 713d9cb webgpu.h: Fix WGPU_WHOLE_SIZE causing linking errors. by Corentin Wallez · 4 years, 4 months ago
  97. fb01a60 Add missed file for the CMake build. by Corentin Wallez · 4 years, 4 months ago
  98. 6f3e8d8 Add flag to use spvc parser in tests by Ryan Harrison · 4 years, 4 months ago
  99. 28e054e Turn off spvc being used by default by Ryan Harrison · 4 years, 4 months ago
  100. 7f380d3 Turn on using spvc by default by Ryan Harrison · 4 years, 4 months ago