1. eae70b7 Update WGSL in tests with renamed builtins by James Price · 4 years ago
  2. 0af4a83 dawn_native: Use refcount-safe methods for reentrant object creation by Corentin Wallez · 4 years ago
  3. 5e6a092 Deprecate renderpass color/depth .attachment by Brandon Jones · 4 years ago
  4. 12953ca Enable WGSLUnsortedStructIO test by James Price · 4 years ago
  5. edb575d Revert "Temporarily stop running tests on D3D12 with use_tint_generator" by James Price · 4 years ago
  6. 413dcf8 Rename setBlendColor->setBlendConstant by Brandon Jones · 4 years ago
  7. 22b923c Updated BlendFactor enum to match spec by Brandon Jones · 4 years ago
  8. 5c9b6a8 Temporarily stop running tests on D3D12 with use_tint_generator by Corentin Wallez · 4 years ago
  9. 0a56960 Fix unittests that are broken by --enable-toggles=use_tint_generator by Ryan Harrison · 4 years ago
  10. e87ea2b Update WGSL syntax for end2end tests by Brandon Jones · 4 years ago
  11. d798f33 Fix new-style WGSL I/O with OpenGL backend by Brandon Jones · 4 years ago
  12. acdc35d Support enabling/disabling toggles in unittests by Ryan Harrison · 4 years ago chromium/4478 chromium/4479 chromium/4480 chromium/4481
  13. 417d91c Remap BindGroup bindingIndex for vulkan backend when using Tint Generator by shrekshao · 4 years ago
  14. f3fe648 OpenGL: DoTexSubImage() cleanup. by Stephen White · 4 years ago
  15. 71c33c8 OpenGL: refactor all texture uploads. by Stephen White · 4 years ago
  16. 78d27e8 Remove usage of deprecated WGSL IO in perf/unit/whitebox tests by Corentin Wallez · 4 years ago
  17. 21bd02b Remove deprecated WGSL "-> void" by Corentin Wallez · 4 years ago
  18. 71f3d58 Fix a bug about depth/stencil formats validation by Yunchao He · 4 years ago
  19. e190045 dawn_wire: Add support for injecting/reserving swapchains by Corentin Wallez · 4 years ago
  20. b676602 OpenGL: Refactor texture uploads. by Stephen White · 4 years ago
  21. c59d0f6 Reenable D3D12 tests that failed with TINT_UNIMPLEMENTED by Ben Clayton · 4 years ago chromium/4476
  22. fab8bde Reenable D3D12 tests that failed with 'tint_first_vertex_index not found' by Ben Clayton · 4 years ago
  23. 120818a Reenable D3D12 tests that failed with 'unsupported struct member decoration' by Ben Clayton · 4 years ago
  24. b06b89e Reenable D3D12 tests that failed with 'runtime array not supported yet' by Ben Clayton · 4 years ago
  25. 10ec9a7 Reenable D3D12 texture tests with tint generator by Ben Clayton · 4 years ago
  26. 3e24769 Reenable D3D12 test OpArrayLengthTest with tint generator by Ben Clayton · 4 years ago
  27. 7799571 Reenable D3D12 test TwoComputeInModule with tint generator by Ben Clayton · 4 years ago
  28. 51edb2b Reenable D3D12 tests that use workgroup storage by Ben Clayton · 4 years ago
  29. 8a2c179 Remove dummy extension types by Brian Ho · 4 years, 1 month ago
  30. 9b606f7 ShaderModule: Keep the tint::Source::File alive by Ben Clayton · 4 years, 1 month ago
  31. 9178d9bf Tweak BindGroupTests to workaround FXC bug by Ben Clayton · 4 years, 1 month ago
  32. 99bfeeb D3D12: Implement initial surface-based swapchains by Corentin Wallez · 4 years, 1 month ago
  33. 5ce6472 Fix D3D12 Sampler Heap tests to reference their bindings in WGSL by Corentin Wallez · 4 years, 1 month ago
  34. 59f2038 Report error when plane0 is not a valid object in CreateExternalTexture by Jiawei Shao · 4 years, 1 month ago
  35. 978c2e0 Remove usage of tint::Validator by Antonio Maiorano · 4 years, 1 month ago
  36. 5d2f204 Only allow CompareFunction::Undefined for samplerDesc.compare by Corentin Wallez · 4 years, 1 month ago
  37. 1e45c5e Add unsafe API tests for 3D textures by Yunchao He · 4 years, 1 month ago
  38. 9002c67 D3D12: Disable NV12SampleYUVtoRGB on NV bot by Bryan Bernhart · 4 years, 1 month ago
  39. 0da94c3 Use __VA_ARGS__ for texture expectation helpers/macros by Yunchao He · 4 years, 1 month ago
  40. 47b6b68 Fill CompilationInfo with Tint diagnostic messages by Brandon Jones · 4 years, 1 month ago
  41. c243f67 Refactor APICreateComputePipelineAsync to support both sync and async path by Jiawei Shao · 4 years, 1 month ago
  42. 40d1c83 Default use_tint_generator to on for D3D12 by Ben Clayton · 4 years, 1 month ago
  43. 6870e6d Vulkan: Check for device loss in CheckAndUpdateCompletedSerials by Corentin Wallez · 4 years, 1 month ago
  44. 44771b3 Fix a bug for multisample texture validation by Yunchao He · 4 years, 1 month ago
  45. ff55b2f Remove parameter layer and use origin.z in MACROs by Yunchao He · 4 years, 1 month ago
  46. 4c4cec9 Disable D3D12DescriptorHeapTests.NoSwitchOverSamplerHeap for tint by Antonio Maiorano · 4 years, 1 month ago
  47. fc47fbf Disable BindGroupTests for D3D12 + tint regardless of backend validation by Antonio Maiorano · 4 years, 1 month ago
  48. d75f7c0 Reset query set on Vulkan Backend by Hao Li · 4 years, 1 month ago
  49. 1fb3f1d Implement 3D texture copy on D3D12: T2B and T2T by Yunchao He · 4 years, 1 month ago
  50. ee1a3b3 Remove parameter layer in EXPECT_TEXTURE_RGBA8_EQ by Yunchao He · 4 years, 1 month ago
  51. 042335f Add the -Wredundant-move warning. by Corentin Wallez · 4 years, 1 month ago
  52. 0515e90 Fix dawn_native/CMakeLists by removing commas by Corentin Wallez · 4 years, 1 month ago
  53. 6f2bbe9 Implement GPUCompilationInfo by Brandon Jones · 4 years, 1 month ago
  54. 68c226d Better fix for DAWN_NO_DISCARD on WireResult by Nico Weber · 4 years, 1 month ago
  55. 2cccd5a Add depth-clamping support for Metal by Brian Ho · 4 years, 1 month ago
  56. cb0bdb3 Remove an attribute that has no effect by Nico Weber · 4 years, 1 month ago
  57. dc5d7a1 CopyTextureForBrowser: Support Subrect Copy by Yan, Shaobo · 4 years, 1 month ago
  58. f759264 Finish conversion to RenderPipelineDescriptor2 by Brandon Jones · 4 years, 1 month ago
  59. 6a2e16b Split top-level reflection code into either Tint or SPIRV-Cross by Ryan Harrison · 4 years, 1 month ago
  60. 0a067f1 Remove D3D12 live object reporting by Austin Eng · 4 years, 1 month ago
  61. 5b19646 Remove unnecessary check for null TextureDescriptor. by Corentin Wallez · 4 years, 1 month ago
  62. 3e8f3f9 Implement 3D texture copy on D3D12 backend: copy to entire 3DTexture by Yunchao He · 4 years, 1 month ago
  63. 61fbb28 Remove marking of CreatePipelineAsync as unsafe. by Corentin Wallez · 4 years, 1 month ago
  64. 0e92e9b Add GPUExternalTexture Types by Brandon Jones · 4 years, 1 month ago
  65. a223e1f D3D12: Improve NV12 checkerboard test image. by Bryan Bernhart · 4 years, 1 month ago
  66. e88bca9 SubresourceTrackingPerf: use the result of textureDimensions by Corentin Wallez · 4 years, 1 month ago
  67. 3ceb654 Create RenderPipeline blueprints w/ RenderPipelineDescriptor2 by Brandon Jones · 4 years, 1 month ago
  68. 4eb40c1 Implement 3D texture copy: preparation by Yunchao He · 4 years, 1 month ago
  69. ad879f5 Remove the ConvertTimestampToNanoseconds toggle. by Corentin Wallez · 4 years, 1 month ago
  70. 50f9958 DeviceBase: Make object creation use ResultOrError<Ref<T>> by Corentin Wallez · 4 years, 1 month ago
  71. 7ef86335 Reassign some TODOs to a new bug for OpenGL buffer OOM by Corentin Wallez · 4 years, 1 month ago
  72. 3db31ef Move T2B copy helpers for D3D12 backend to UtilsD3D12.h|cpp by Yunchao He · 4 years, 1 month ago
  73. 79c9d12 Propagate more errors from reentrant calls by Corentin Wallez · 4 years, 1 month ago
  74. 7f77cfd Implement validation for RenderPipelineDescriptor2 by Brandon Jones · 4 years, 1 month ago
  75. 864a364 Suppress OcclusionQueryTests.QueryWithScissorTest on Intel by Hao Li · 4 years, 1 month ago
  76. e40553b ShaderModuleD3D12: Remap binding points by Ben Clayton · 4 years, 1 month ago
  77. 78fdaa4 Disable SlantedPlaneMipmap for D3D12 + tint by Ben Clayton · 4 years, 1 month ago
  78. 318ec2e Disable test for D3D12 + tint which use runtime sized arrays by Ben Clayton · 4 years, 1 month ago
  79. 1523d4c Add using Tint for binding reflection by Ryan Harrison · 4 years, 1 month ago
  80. 17941e1 Disable BindGroupTests for D3D12 + tint by Ben Clayton · 4 years, 1 month ago
  81. 25d3f25 ComputeSharedMemoryTests: Add missing access qualifier by Ben Clayton · 4 years, 1 month ago
  82. 5da990b Disable SampledAndWriteonlyStorageTexturePingPong for D3D12 + tint by Ben Clayton · 4 years, 1 month ago
  83. eef7a6a Disable tests for D3D12 + tint that fail due 'undeclared identifier' by Ben Clayton · 4 years, 1 month ago
  84. 682d764 Disable TextureFormatTest for D3D12 + tint by Ben Clayton · 4 years, 1 month ago
  85. 1894d5d Disable SizedArrayOfStruct tests for D3D12 + tint by Ben Clayton · 4 years, 1 month ago
  86. 1bcfdce Disable MultipleWriteThenMultipleReadTests for D3D12 + tint by Ben Clayton · 4 years, 1 month ago
  87. 9421afc Disable VertexFormatTest for D3D12 + tint by Ben Clayton · 4 years, 1 month ago
  88. 51d81c1 Disable DepthStencilSamplingTest for D3D12 + tint by Ben Clayton · 4 years, 1 month ago
  89. ed73e6f Disable TimestampComputeShader test on D3D12 + WARP + Validation by Ben Clayton · 4 years, 1 month ago
  90. 9ef74c5 Disable EncodeUBOOverflowMultipleSubmit test on D3D12 + WARP by Ben Clayton · 4 years, 1 month ago
  91. 7487945 Disable SlantedPlaneMipmap test on D3D12 + WARP by Ben Clayton · 4 years, 1 month ago
  92. d48c5ed Disable SwitchedViewHeapResidency test on D3D12 + WARP + Validation by Ben Clayton · 4 years, 1 month ago
  93. 2922d8d Skip ClearTwiceInD3D12ReadbackInD3D11 for WARP + validation by Ben Clayton · 4 years, 1 month ago
  94. fed33fa Disable ArbitraryBindingNumbers on D3D12 + WARP by Ben Clayton · 4 years, 1 month ago
  95. 47a8cf3 Disable MultisampledRenderingTest tests on D3D12 + WARP by Ben Clayton · 4 years, 1 month ago
  96. 7f8c91c Fix crash from async callback calling Queue::Submit by Aleksi Sapon · 4 years, 1 month ago
  97. 9802871 Disable DepthStencilStateTest tests on D3D12 + WARP by Ben Clayton · 4 years, 1 month ago
  98. 955146e Skip ColorStateTest.* for D3D12 and WARP by Ben Clayton · 4 years, 1 month ago
  99. 8d57426 Skip ClearInD3D12ReadbackInD3D11 for WARP + validation by Ben Clayton · 4 years, 1 month ago
  100. 1bc1ed4 Propagate errors from Tick in backend::Queue::SubmitImpl by Corentin Wallez · 4 years, 1 month ago