1. 4dfda01 Rename brace and bracket to match spec by dan sinclair · 4 years, 1 month ago
  2. 1f1f08f Add spvtools deps to top-level targets by Ryan Harrison · 4 years, 1 month ago
  3. 17e1e19 Add tests for texture usage tracking - 3 by Yunchao He · 4 years, 1 month ago
  4. 071fe56 Support depth32float sampling on D3D12 by Austin Eng · 4 years, 1 month ago
  5. e8bf706 Add basic supports of storage textures on D3D12 by Jiawei Shao · 4 years, 1 month ago
  6. 458ab1b Expand depth sampling tests by Austin Eng · 4 years, 1 month ago
  7. 5312533 Split ComparisonSampler tests with/without normalized depth textures by Austin Eng · 4 years, 1 month ago
  8. 991b947 Add Tint to DEPS for standalone checkouts by Ryan Harrison · 4 years, 1 month ago
  9. ace7a13 Fixes to unbreak the BUILD.gn build by Ryan Harrison · 4 years, 1 month ago
  10. a4e6858 Remove push constants. by dan sinclair · 4 years, 1 month ago
  11. b7dbb48 Fix OpenGL format table for GL_DEPTH_COMPONENT textures by Austin Eng · 4 years, 1 month ago
  12. 506fe79 Remove unused entries from .gni file by Ryan Harrison · 4 years, 1 month ago
  13. ab56088 [spirv-reader] Classify kSwitchBreak edges by David Neto · 4 years, 1 month ago
  14. 920bdcd [spirv-reader] Refine selection construct concept by David Neto · 4 years, 1 month ago
  15. 5ffca2e NativeSwapChainImplVk: Remove unnecessary transition on Configure by Corentin Wallez · 4 years, 1 month ago
  16. 054927d [spirv-reader] Classify CFG edges by David Neto · 4 years, 1 month ago
  17. 0abddd2 Add dispatch call in usage tracking tests by Yunchao He · 4 years, 1 month ago
  18. 2b2c557 Rolling 4 dependencies by Ryan Harrison · 4 years, 1 month ago
  19. 32b41b7 Add block annotations to computeboids by dan sinclair · 4 years, 1 month ago
  20. 265d5d0 Unique method names in computeboids by dan sinclair · 4 years, 1 month ago
  21. b1870ef [spirv-writer] Add a LocalSize execution mode. by dan sinclair · 4 years, 1 month ago
  22. 2287f33 [spirv-writer] Add null initializers where needed. by dan sinclair · 4 years, 1 month ago
  23. 94efed2 Start adding docs about device facilities. by Corentin Wallez · 4 years, 1 month ago
  24. ecf9347 Move validation of the copy commands in the entrypoint. by Corentin Wallez · 4 years, 1 month ago
  25. 3874434 TextureVk: Make a Create function for swapchain textures. by Corentin Wallez · 4 years, 1 month ago
  26. 5b43c58 [spirv-writer] First pass at entry point interface by dan sinclair · 4 years, 1 month ago
  27. 6ca2699 Windows fixes. by dan sinclair · 4 years, 1 month ago
  28. 253ee1b Fixup IntLiteral names. by dan sinclair · 4 years, 1 month ago
  29. 07328ba Add validation tests for texture resource tracking - 2 by Yunchao He · 4 years, 1 month ago
  30. 23428ea Add validation code for texture subresource usage tracking by Yunchao He · 4 years, 1 month ago
  31. 6164da2 [spirv-writer] Handle load of array accessors if needed. by dan sinclair · 4 years, 1 month ago
  32. 8a669aa [spirv-builder] Generate load for cast expression. by dan sinclair · 4 years, 1 month ago
  33. a6d7f56 Add resource usage tests in a single draw/dispatch by Yunchao He · 4 years, 1 month ago
  34. a8337c3 DescriptorSetAllocation.h: Add missing include by Corentin Wallez · 4 years, 1 month ago
  35. dbec2fa Use unordered_set<std::string> for deprecation warnings by Corentin Wallez · 4 years, 1 month ago
  36. 798cefb Fix incorrect validation error in CommandBufferStateTracker by Yunchao He · 4 years, 1 month ago
  37. ccc40f6 Fix a bug in ResourceUsageTrackingTests by Yunchao He · 4 years, 1 month ago
  38. c8c10e8 [spirv-writer] Generate load for var initializer, if needed by David Neto · 4 years, 1 month ago
  39. de4259e Fixup computeboids translation error. by dan sinclair · 4 years, 1 month ago
  40. abd472e [spirv-writer] Add start of cast support. by dan sinclair · 4 years, 1 month ago
  41. 64db1d9 Add mising computeboids casts. by dan sinclair · 4 years, 1 month ago
  42. cf35178 [spirv-writer] Load array accessors if required. by dan sinclair · 4 years, 1 month ago
  43. cf2af15 [spirv-writer] Add assignment tests. by dan sinclair · 4 years, 1 month ago
  44. 576c9af [spirv-writer] Add function with body test. by dan sinclair · 4 years, 1 month ago
  45. a0b3754 [spirv-writer] Enable FunctionVar_WithNonConstantConstructor by dan sinclair · 4 years, 1 month ago
  46. ac47807 Fix compute_boids.wgsl literal types, storage class by David Neto · 4 years, 1 month ago
  47. 540ab21 [spirv-writer] Fragment shaders use OriginUpperLeft by David Neto · 4 years, 1 month ago
  48. 7cac245 [spirv-writer] Handle multi name swizzles. by dan sinclair · 4 years, 1 month ago
  49. 303a3da D3D12: Decouple descriptor heap allocations. by Bryan Bernhart · 4 years, 1 month ago
  50. 2ba90d6 Add tests for resource tracking in compute - 1 by Yunchao He · 4 years, 1 month ago
  51. 129dc00 Suppress MSVC warnings about invalid switch values by Austin Eng · 4 years, 1 month ago
  52. a121e7f Enable -Wno-language-extension-token except on Windows by Corentin Wallez · 4 years, 1 month ago
  53. 75f55bf Fix and enable -Wgnu-anonymous-struct by Corentin Wallez · 4 years, 1 month ago
  54. e642b1d Fix and enable -Wnested-anon-types by Corentin Wallez · 4 years, 1 month ago
  55. 754c161 Add basic supports of storage textures on Vulkan by Jiawei Shao · 4 years, 1 month ago
  56. a1a4800 [spirv-writer] Avoid branch after dead if/then if/else by David Neto · 4 years, 1 month ago
  57. 9684d81 [spirv-writer] decorations are annotations by David Neto · 4 years, 1 month ago
  58. 1be8d7f [spirv-writer] Declare extension when using vulkan memory model by David Neto · 4 years, 1 month ago
  59. e3bf49a tint executable: infer output format, allow stdout by David Neto · 4 years, 1 month ago
  60. c85ef79 Fix and enable -Wfour-char-constants by Corentin Wallez · 4 years, 1 month ago
  61. 4092f22 [spirv-writer] Split the constructor expression method. by dan sinclair · 4 years, 1 month ago
  62. a308ae2 [spirv-writer] Stub out more accessor tests by dan sinclair · 4 years, 1 month ago
  63. b5b960e Rolling 7 dependencies by dan sinclair · 4 years, 1 month ago
  64. b2d1d7b Fix and enable -Wvla-extension by Corentin Wallez · 4 years, 1 month ago
  65. 85cc603 Enable -Wc++20-designator by Corentin Wallez · 4 years, 1 month ago
  66. 349a82a Rolling 5 dependencies by Ryan Harrison · 4 years, 1 month ago
  67. 8ff8c07 [spirv-reader] Find switch case headers by David Neto · 4 years, 1 month ago
  68. 3051bfd [spirv-writer] Handle building vectors from other vectors. by dan sinclair · 4 years, 1 month ago
  69. 563d3e9 Add support for running [chromium-style] checks in CMake builds by Ryan Harrison · 4 years, 1 month ago
  70. a5bba60 [spirv-builder] Handle single element swizzle. by dan sinclair · 4 years, 1 month ago
  71. 40aa8d6 [spirv-writer] Generate loads for call parameters. by dan sinclair · 4 years, 1 month ago
  72. 2d79ef2 Do not use Dawn's warnings for compiling Chromium's gtest main. by Corentin Wallez · 4 years, 1 month ago
  73. c94f4a7 D3D12: Fix invalid allocation size check. by Bryan Bernhart · 4 years, 1 month ago
  74. 88f2ec8 Add basic supports of readonly and writeonly storage textures on Metal by Jiawei Shao · 4 years, 1 month ago
  75. 2283925 [spirv-writer] Add start of break and continue. by dan sinclair · 4 years, 1 month ago
  76. f70db58 Fix MSVC compilation. by Felix Maier · 4 years, 1 month ago
  77. a92c114 [spirv-reader] Label control flow constructs by David Neto · 4 years, 1 month ago
  78. 195e4fe [spirv-reader] Verify order among header, continue, merge by David Neto · 4 years, 1 month ago
  79. c05a0e1 Enable -pedantic and disable currently triggered warnings by Corentin Wallez · 4 years, 1 month ago
  80. 006020b Fix ValidateRowsPerImage error text. by Corentin Wallez · 4 years, 1 month ago
  81. 26ec00a [spirv-writer] Handle alias struct members. by dan sinclair · 4 years, 1 month ago
  82. d34b210 Add fuzzing target to BUILD.gn by Ryan Harrison · 4 years, 1 month ago
  83. 597f52a [spirv-reader] Fix labels in CFG tests by David Neto · 4 years, 1 month ago
  84. 00b90ea Enable more warning needed for Skia to build with Dawn on Linux by Corentin Wallez · 4 years, 1 month ago
  85. 094d1d4 Add Matrix chatrooms to README.md by Corentin Wallez · 4 years, 1 month ago
  86. cdf2d8d Deprecate BufferCopyView.rowPitch/imageHeight -> bytesPerRow/rowsPerImage by Corentin Wallez · 4 years, 1 month ago
  87. c244f53 Add a size argument to Set[Vertex|Index]Buffer by Corentin Wallez · 4 years, 1 month ago
  88. 75dbd87 Add missing storage classes to compute boids. by dan sinclair · 4 years, 1 month ago
  89. 361e457 Fixup non-const identifiers in type constructor. by dan sinclair · 4 years, 1 month ago
  90. b445a9b Unwrap member accessor aliases by dan sinclair · 4 years, 1 month ago
  91. e675902 Unwrap pointer arguments to imported methods. by dan sinclair · 4 years, 1 month ago
  92. 9eab206 [spirv-writer] Test loading and storing to an accessor. by dan sinclair · 4 years, 1 month ago
  93. 8eddb78 Update type determiner to create pointers. by dan sinclair · 4 years, 1 month ago
  94. 635239f Non-Local Residency 2: Implement Non-Local Management Logic by Brandon Jones · 4 years, 1 month ago
  95. 409cf67 Special-case GetDefaultQueue in the wire by Corentin Wallez · 4 years, 1 month ago
  96. b46d002 D3D12: Fix UBO and sampler heap encoding test. by Bryan Bernhart · 4 years, 1 month ago
  97. 1a4d906 [spirv-writer] Add start of single swizzle test case by dan sinclair · 4 years, 1 month ago
  98. 742790c Fix nits from review by David Neto · 4 years, 1 month ago
  99. a82384e [spirv-reader] Add ordered float inequalities by David Neto · 4 years, 1 month ago
  100. ce84ac5 [spirv-reader] Add signed integer inequalities by David Neto · 4 years, 1 month ago