1. 6e673b4 Disallow creating stencil textures with multiple mips on Metal by Austin Eng · 3 years ago
  2. 7eb9a18 Remove TODO for invalid bug by Austin Eng · 3 years ago
  3. 07575ef Roll Tint from 35b514ff06d2 to ae0bf04ad224 (6 revisions) by Dawn Autoroller · 3 years ago
  4. ae0bf04 msl: Default the sample mask config parameter by James Price · 3 years ago
  5. 6afd872 Revert "Revert "Vulkan: honor bufferImageGranularity the simplest way."" by Ryan Harrison · 3 years ago
  6. e0cc771 intrinsics: Limit fwidth builtins to fragment shaders by James Price · 3 years ago
  7. f37f8df spirv-reader: explicitly error out on extended arithmetic by David Neto · 3 years ago
  8. c32e8f6 msl: Generate a fixed sample mask if requested by James Price · 3 years ago
  9. f9699b2 spirv-reader: further cleanup of legacy IO by David Neto · 3 years ago
  10. 7fc0c05 Revert "Vulkan: honor bufferImageGranularity the simplest way." by Ryan Harrison · 3 years ago
  11. 650c2ac Roll Tint from 3c9086d6a5e3 to 35b514ff06d2 (1 revision) by Dawn Autoroller · 3 years ago
  12. c0c7915 Revert "Validate that in/out storage classes are not used" by James Price · 3 years ago
  13. 35b514f spirv-reader: test conditional address-of on function call by David Neto · 3 years ago
  14. 7149c01 Vulkan: Fix FindBestType logic for device-local preference. by Corentin Wallez · 3 years ago
  15. 61b40d2 Roll third_party/vulkan-deps/ 6cbd7212a..85e758a22 (4 commits) by Corentin Wallez · 3 years ago
  16. 48183b8 Vulkan: honor bufferImageGranularity the simplest way. by Corentin Wallez · 3 years ago
  17. 48cc154 Roll Tint from b96ed7bda4ee to 3c9086d6a5e3 (17 revisions) by Dawn Autoroller · 3 years ago
  18. 3c9086d Revert "inspector: Remove legacy shader IO support" by Ben Clayton · 3 years ago
  19. 7aac7b5 spirv-reader: Handle vector insert dynamic into a hoisted variable by David Neto · 3 years ago
  20. f19e0e4 Validate that functions return atomic-free plain types by Antonio Maiorano · 3 years ago
  21. fd75bd0 test: Add test cases for zero value constructors by Ben Clayton · 3 years ago
  22. 6330260 Validate that in/out storage classes are not used by James Price · 3 years ago
  23. 53a0d26 spirv-reader: Handle composite insert into a hoisted variable by David Neto · 3 years ago
  24. 987fbed Add 3D Texture T2T copy tests on non-zero mip levels by Yunchao He · 3 years ago
  25. 3a1a039 Metal: Generate storage buffer lengths with Tint by James Price · 3 years ago
  26. 41f21fe writer/hlsl: Emit zero values for private variables by Ben Clayton · 3 years ago
  27. 3b02d54 vertex_pulling: Remove legacy shader IO support by James Price · 3 years ago
  28. e7257eb reader/wgsl: Prevent stack overflow in unary_expression() by Ben Clayton · 3 years ago
  29. 055901b inspector: Remove legacy shader IO support by James Price · 3 years ago
  30. 8d133e2 writer/msl: Fix array stride calculations by Ben Clayton · 3 years ago
  31. a05669a Add test case for dawn:947 by Ben Clayton · 3 years ago
  32. 3d5453c spirv-reader: remove builtin-inputs special cases by David Neto · 3 years ago
  33. 4d94eee ast: Fix nullptr deref in Variable::info_to_str by Ben Clayton · 3 years ago
  34. def7313 test: Add loop test cases by Ben Clayton · 3 years ago
  35. f2d1d55 Roll Tint from 663271dca4c3 to b96ed7bda4ee (1 revision) by Dawn Autoroller · 3 years ago
  36. c3f8fdf validation: no statically dead statement by Sarah · 3 years ago
  37. 4d69751 validation: matrix element type must be 'f32' by Sarah · 3 years ago
  38. b96ed7b intrinsics: textureDimensions for cubes return vec2 by Ben Clayton · 3 years ago
  39. 8c1f0e6 Roll third_party/vulkan-deps/ 3d799e0e9..6cbd7212a (118 commits) by Corentin Wallez · 3 years ago
  40. 3c82996 Roll Tint from e6d171ac668e to 663271dca4c3 (16 revisions) by Dawn Autoroller · 3 years ago
  41. 55e08d5 CopyTextureForBrowser(): Support Alpha Ops by Yan, Shaobo · 3 years ago
  42. 663271d writer/msl: Fix continuing block emission by Ben Clayton · 3 years ago
  43. e4f4a37 wgsl: Disable broken tests by Ben Clayton · 3 years ago
  44. c15baf6 test: Add bug case for tint:914 by Ben Clayton · 3 years ago
  45. 0f91616 writer/hlsl: Add missing parenthesis around UBO ternary op by Ben Clayton · 3 years ago
  46. 5eadb83 writer/msl: Remove legacy shader IO support by James Price · 3 years ago
  47. a865b37 test: Add missing stage attributes to IO test by James Price · 3 years ago
  48. 960aa2e msl: Add ArrayLengthFromUniform transform by James Price · 3 years ago
  49. 75db82c sanitizers: Use the ZeroInitWorkgroupMemory transform by Ben Clayton · 3 years ago
  50. 3a600e0 transform: Add ZeroInitWorkgroupMemory by Ben Clayton · 3 years ago
  51. 0949304 intrinsics: Remove deprected arrayLength instrinsic by Ben Clayton · 3 years ago
  52. 165512c writer/hlsl: Emit UBO as an array of vector by Ben Clayton · 3 years ago
  53. 9efc4fc ast: Fix double type decl bug by Ben Clayton · 3 years ago
  54. c3dc300 writer/spirv: Implement atomics by Ben Clayton · 3 years ago
  55. 8318420 spirv-reader: remove old-style pipeline IO support by David Neto · 3 years ago
  56. cea106a Roll Tint from 567f2e4f3b08 to e6d171ac668e (7 revisions) by Dawn Autoroller · 3 years ago
  57. 90503de reader/wgsl: Remove old shader IO syntax by James Price · 3 years ago
  58. 443c41d validation: store type of sample_index and sample_mask builtins must be 'u32' by Sarah · 3 years ago
  59. 8b2be2d Validate that structs must not contain [[block]] decorated struct members by Antonio Maiorano · 3 years ago
  60. e6d171a writer/hlsl: Implement atomics by Ben Clayton · 3 years ago
  61. 0a32a72 writer/wgsl: Emit atomic types by Ben Clayton · 3 years ago
  62. 6a77236 intrinsics.def: Add atomic intrinsics by Ben Clayton · 3 years ago
  63. 433b4ec test: Generate more permutations for pointers by Ben Clayton · 3 years ago
  64. f21d1f4 Refer TODO to Dawn issue 944 by Zhaoming Jiang · 3 years ago
  65. adbbd0b Validate scalar constructor and implement conversion to vecN<bool> in spir-v backend by Antonio Maiorano · 3 years ago
  66. aef81d7 Roll Tint from e55e2109b33b to 567f2e4f3b08 (1 revision) by Dawn Autoroller · 3 years ago
  67. 0507273 Implement a FoldConstants transform that currently folds scalar and vector conversions by Antonio Maiorano · 3 years ago
  68. c5cd6b9 validation: add test for function params behave as const decl by Sarah · 3 years ago
  69. fdc35e6 Emit tint warning when creating shader module by Zhaoming Jiang · 3 years ago
  70. bc245fc Roll third_party/swiftshader/ df17a7610..4a304244d (330 commits) by Corentin Wallez · 3 years ago
  71. 5746f7f Roll Tint from 944c5617caa6 to e55e2109b33b (30 revisions) by Dawn Autoroller · 3 years ago
  72. 567f2e4 transform/msl: Run InlinePointerLets and Simplify by James Price · 3 years ago
  73. e55e210 sem: Add BindingPoint() to sem::Variable by James Price · 3 years ago
  74. 3a3952c Suppress ShaderRobustnessPerf when using Tint + FXC by Corentin Wallez · 3 years ago chromium/4547 chromium/4548 chromium/4549 chromium/4550 chromium/4551 chromium/4552
  75. aee22d1 Implement copies b/w 3D and 2DArray textures on D3D12 by Yunchao He · 3 years ago
  76. 44382a1 Add sampler targets to inspector data by Ryan Harrison · 3 years ago
  77. 17287fc spirv-reader: Set workgroup size, but not specializable by David Neto · 3 years ago
  78. b86e45f Omit types in most WGSL `var` statements. by Corentin Wallez · 3 years ago
  79. fecd5a5 wgsl: Suppress all VertexFormatTests when using FXC by Ben Clayton · 3 years ago chromium/4546
  80. 53829a5 intrinsics.def: Include access and storage in ptr errors by Ben Clayton · 3 years ago
  81. c82b733 intrinsics: Limit storage classes for modf and frexp by Ben Clayton · 3 years ago
  82. 9ab63ae test/intrinsics: Include overload signature in test case by Ben Clayton · 3 years ago
  83. 313e618 resolver: Resolve atomic types by Ben Clayton · 3 years ago
  84. 95aa7c5 Add SetIndex/VertexBuffer offset argument alignment constraints by Corentin Wallez · 3 years ago
  85. 75f554d WireCmd: disallow optional members with length="otherMember" by Corentin Wallez · 3 years ago
  86. cf1613e sem: Add atomic type by Ben Clayton · 3 years ago
  87. 989c3a1 reader/wgsl: Parse atomic<T> types by Ben Clayton · 3 years ago
  88. 8c7f0da ast: Add atomic type by Ben Clayton · 3 years ago
  89. 75500a0 test: Generate HLSL expected case that now passes by Ben Clayton · 3 years ago
  90. c2c46a0 test-runner: Consider wgsl output as validated by Ben Clayton · 3 years ago
  91. 36edf8d wgsl: Fixes for new validation failures by Ben Clayton · 3 years ago
  92. 74bd791 spirv-reader: support remaining builtin inputs by David Neto · 3 years ago
  93. 1e19b55 spirv-reader: switch to HLSL-style pipeline IO by David Neto · 3 years ago
  94. c932b55 Implement bitwise complement operator by James Price · 3 years ago
  95. dcb8243 Metal: Remap vertex buffers when using Tint by James Price · 3 years ago
  96. 5b6c1eb Enable CopySplitTests unittests for 3D texture copy splitter on D3D12 by Yunchao He · 3 years ago
  97. 9288ea6 Fix a bug in 3D texture copy splitter for D3D12 by Yunchao He · 3 years ago
  98. cd417bc Disable test where FXC emits bad output by Ben Clayton · 3 years ago
  99. 52b6a00 validation: structure containing a RTA cannot be used as a uniform buffer by Sarah · 3 years ago
  100. 10442ef validation: limit dynamic indexes to references to matrices and arrays by Sarah · 3 years ago