1. 34323ac Condense namespaces in tint/ast. by dan sinclair · 3 years ago
  2. 9f49ac5 tools: Replace copy-pasta scripts by Ben Clayton · 3 years ago
  3. aba5a21 Condense namespaces in tint/inspector. by dan sinclair · 3 years ago
  4. ebfbaf8 Add top-level OWNERS and scope Tint owners more tightly. by Corentin Wallez · 3 years ago
  5. 30a03d9 Condense namespaces in tint/reader/wgsl. by dan sinclair · 3 years ago
  6. 0610755 Ignore tools/cmake* by Antonio Maiorano · 3 years ago
  7. 59e96fe tools/src: Fix up paths post-tint-merge by Ben Clayton · 3 years ago
  8. 62a1d71 Condense namespaces in tint/fuzzers. by dan sinclair · 3 years ago
  9. d209379 Condense namespaces in tint/resolver. by dan sinclair · 3 years ago
  10. 7bc9ba1 Condense namespaces in tint/diagnostic. by dan sinclair · 3 years ago
  11. fe4bfd4 Condense namespaces in tint/utils. by dan sinclair · 3 years ago
  12. b5599d3 Condense namespaces in tint/transform. by dan sinclair · 3 years ago
  13. bb19d4a spirv: Remove AssembleFailure() tests by Antonio Maiorano · 3 years ago
  14. c990b3c Condense namespaces in tint/sem. by dan sinclair · 3 years ago
  15. 67e79fe Condense namespaces in tint/writer. by dan sinclair · 3 years ago
  16. c05f045 Condense namespaces in tint/val by dan sinclair · 3 years ago
  17. 5d59059 Condense namespaces in tint/writer/glsl. by dan sinclair · 3 years ago
  18. 6a5bef1 Condense namespaces in tint/writer/hlsl. by dan sinclair · 3 years ago
  19. 411d065 Condense namespaces in tint/writer/spirv. by dan sinclair · 3 years ago
  20. 9fe8260 Condense namespaces in tint/writer/msl. by dan sinclair · 3 years ago
  21. d68d3a9 Add support for increment/decrement statements by James Price · 3 years ago
  22. b02fe31 wgsl: Add support for increment/decrement statements by James Price · 3 years ago
  23. 2f9e31c resolver: Validate increment/decrement statements by James Price · 3 years ago
  24. ebe9741 ast: Add an IncrementDecrementStatement node by James Price · 3 years ago
  25. 516701d Roll vulkan-deps from 746dd371204b to 17311a73f6fb (9 revisions) by dawn-autoroll · 3 years ago
  26. e1f2dcd Implement rendering with view format reinterpretation by Austin Eng · 3 years ago
  27. 2787a59 Roll SwiftShader from 9c16e141823e to d09282e5c609 (3 revisions) by Dawn Autoroller · 3 years ago
  28. 04cf75d Roll ANGLE from 152616eedcfd to ba04fcfd10c7 (6 revisions) by Dawn Autoroller · 3 years ago
  29. b28d6c8 Remove lintcpp from presubmits since it fails on all Dawn files by Corentin Wallez · 3 years ago
  30. 9f54a51 Condense namespaces in tint/writer/wgsl. by dan sinclair · 3 years ago
  31. 51723bd DEPS: add the clang-format hook on windows back. by Corentin Wallez · 3 years ago
  32. c64eb0c OWNERS: Move bclayton to core owners by Ben Clayton · 3 years ago chromium/4990
  33. b07c120 Remove hooks that are causing *-rel builds to fail by Ryan Harrison · 3 years ago
  34. e72e42d Add Tint's .clang-format file to src/tint by James Price · 3 years ago
  35. 088a600 DEPS: Fix paths to clang-format by Ben Clayton · 3 years ago
  36. e87ac76 Merge remote-tracking branch 'tint/main' into HEAD by Ryan Harrison · 3 years ago tint-merge
  37. 04c1826 Roll ANGLE from ca3b7d35fef0 to 152616eedcfd (8 revisions) by Dawn Autoroller · 3 years ago
  38. 720d6d2 Roll vulkan-deps from a7760fb18903 to 746dd371204b (17 revisions) by dawn-autoroll · 3 years ago
  39. a696d08 CommandBufferVk: Update an ASSERT with copy format compatibility. by Corentin Wallez · 3 years ago
  40. 380a262 Roll SwiftShader from d3cc7d7ac0c3 to 9c16e141823e (3 revisions) by Dawn Autoroller · 3 years ago
  41. 28674d7 AST fuzzer: reduce depth for unary wrapping by Alastair Donaldson · 3 years ago
  42. b2e4a96 Roll Tint from 12f2f9b1bc9a to a730eb738e9f (1 revision) by Dawn Autoroller · 3 years ago chromium/4989
  43. a730eb7 Add option to auto generate bindings for external textures by Antonio Maiorano · 3 years ago
  44. 8e6c4bb Roll Tint from b7e560dea055 to 12f2f9b1bc9a (2 revisions) by Dawn Autoroller · 3 years ago chromium/4988
  45. 13d2eb2 Roll ANGLE from 83d3a98cde77 to ca3b7d35fef0 (15 revisions) by Dawn Autoroller · 3 years ago
  46. 94978da Roll SwiftShader from 7d100c556081 to d3cc7d7ac0c3 (3 revisions) by Dawn Autoroller · 3 years ago
  47. aae6bce Add regression test for crbug.com/1313172 by Austin Eng · 3 years ago
  48. e8d5678 Fix use-after-free of committed resource heaps by Austin Eng · 3 years ago
  49. 8d9d132 Revert "Enable Queue, Device labels to be set." by Ryan Harrison · 3 years ago
  50. 7bcf9d8 Roll Tint from 91357329ff18 to b7e560dea055 (1 revision) by Dawn Autoroller · 3 years ago
  51. 12f2f9b validation: Allow storage atomics without structs by James Price · 3 years ago
  52. e6c7fd7 wgsl: Make colon optional for case statements by James Price · 3 years ago
  53. 24ae176 Fix commit build rule to use empty hash (and not throw error) if git is not available. by Loko Kung · 3 years ago
  54. b7e560d GLSL: fix "uniform" qualifier on texture parameters. by Stephen White · 3 years ago
  55. 29b72c8 Updated the syntax for WGSL structs in all tests. by Brandon Jones · 3 years ago
  56. 40b4ece Add more information on renderBundle<->pass attachment state mismatch by Corentin Wallez · 3 years ago
  57. 3a279a8 tools: Remove error return value from query.Parse() by Ben Clayton · 3 years ago
  58. 7ee6bf3 Disable a flaky T2T copy test on Intel Windows D3D12 by Yunchao He · 3 years ago
  59. 91c25df dawn.node: Add TODOs for implementing unhandlederror. by Corentin Wallez · 3 years ago
  60. 4d68bcb dawn.node: Implement bundle encoder depth/stencilReadOnly by Corentin Wallez · 3 years ago
  61. c2bcdd6 Roll SwiftShader from 0b2a76847b1f to 7d100c556081 (1 revision) by Dawn Autoroller · 3 years ago
  62. bb69972 dawn.node: Update for attachment "value" renames. by Corentin Wallez · 3 years ago
  63. 9b5ee7a Roll ANGLE from 74eac5e5a506 to 83d3a98cde77 (1 revision) by Dawn Autoroller · 3 years ago
  64. 664cb15 Roll SwiftShader from a190ceed7293 to 0b2a76847b1f (8 revisions) by Dawn Autoroller · 3 years ago
  65. 0f5e4fe Roll ANGLE from 4b232a9a8261 to 74eac5e5a506 (6 revisions) by Dawn Autoroller · 3 years ago
  66. bb0793f Roll vulkan-deps from 73ae3e821932 to a7760fb18903 (5 revisions) by dawn-autoroll · 3 years ago
  67. 8191f84 Remove swiftshader_spirv_tools_dir by Nicolas Capens · 3 years ago
  68. e8498e7 Validate texture view format is supported by Austin Eng · 3 years ago
  69. 2787a4c Rely on Tint to validate shader IO and bindings have decorations. by Corentin Wallez · 3 years ago
  70. 2f2977b dawn.node: Handle \0 in entryPoint names. by Corentin Wallez · 3 years ago
  71. a2f7d02 Validate ShaderModule limits at pipeline creation time. by Corentin Wallez · 3 years ago
  72. 8033af0 dawn.node: Implement the [Clamp] and [EnforceRange] WebIDL attributes. by Corentin Wallez · 3 years ago
  73. e56b5f1 dawn.node: Check for OOB in setBindGroup's typed array variant. by Corentin Wallez · 3 years ago
  74. 2d2ddc3 Roll SwiftShader from afcbbd0ad3b5 to a190ceed7293 (2 revisions) by Dawn Autoroller · 3 years ago
  75. 069fc14 Roll ANGLE from 57a081c76f15 to 4b232a9a8261 (14 revisions) by Dawn Autoroller · 3 years ago
  76. e6359d6 dawn.node: Implement writeBuffer up to spec. by Corentin Wallez · 3 years ago
  77. 7b6609f Roll vulkan-deps from f8cb281b77d2 to 73ae3e821932 (4 revisions) by dawn-autoroll · 3 years ago
  78. 0126761 Enable Queue, Device labels to be set. by Brandon Jones · 3 years ago
  79. c96ef43 Updates remainder of references to old vulkan headers and removes them. by Loko Kung · 3 years ago
  80. 2a87c84 Add end2end tests to expose buffer size error on D3D12 by Yunchao He · 3 years ago chromium/4980 chromium/4981 chromium/4982 chromium/4983 chromium/4984 chromium/4985 chromium/4986 chromium/4987
  81. 42e76ba TextureView defaults and validation updates by Austin Eng · 3 years ago
  82. 595e200 Separate entry point reflection in its own function. by Corentin Wallez · 3 years ago
  83. 705b6e3 Roll vulkan-deps from 6d732e01d9ea to f8cb281b77d2 (6 revisions) by dawn-autoroll · 3 years ago
  84. d1cdb61 dawn.node: make popErrorScope reject on validation errors. by Corentin Wallez · 3 years ago
  85. d78ca49 Roll ANGLE from d2a7db9d0804 to 57a081c76f15 (3 revisions) by Dawn Autoroller · 3 years ago
  86. 359b82d dawn.node: Make run-cts disable disallow_unsafe_apis by Corentin Wallez · 3 years ago chromium/4979
  87. 75cc17f tools: Add src/cts/query by Ben Clayton · 3 years ago
  88. 9c53d8a Roll Tint from 79db32aff201 to 91357329ff18 (2 revisions) by Dawn Autoroller · 3 years ago
  89. 9135732 AST fuzzer: limit unary expression wrapping by Alastair Donaldson · 3 years ago
  90. 60e5ab2 dawn.node: Do not expose non-WebGPU interfaces at global scope. by Corentin Wallez · 3 years ago
  91. 63fe6e1 dawn.node: Make GPUDevice.lost [SameObject] by Corentin Wallez · 3 years ago
  92. ecc3fe6 dawn_node: Implement the [SameObject] IDL attribute by Corentin Wallez · 3 years ago
  93. 4bc30b7 Fix default case must at last assertion in Switch() by Zhaoming Jiang · 3 years ago
  94. 76517cf Roll Tint from e47b313d0c55 to 79db32aff201 (1 revision) by Dawn Autoroller · 3 years ago
  95. 79db32a AST fuzzer: wrap unary operator by Shiyu Liu · 3 years ago
  96. 478fe2e3 Roll SwiftShader from 5d57dd884d54 to afcbbd0ad3b5 (1 revision) by Dawn Autoroller · 3 years ago
  97. f880b2e dawn.node: Fix astc-12x10-unrom-srgb by Corentin Wallez · 3 years ago
  98. 5234f46 Add instructions for debugging dawn.node with gdb/lldb by Corentin Wallez · 3 years ago
  99. 1b5d32b Roll vulkan-deps from 929ba73103c3 to 6d732e01d9ea (3 revisions) by dawn-autoroll · 3 years ago
  100. a6db6a0 Roll Tint from b34971047609 to e47b313d0c55 (11 revisions) by Dawn Autoroller · 3 years ago