1. 25cc7238 Fix mFenceEvent HANDLE leak by Rafael Cintron · 4 years, 9 months ago
  2. 3f21e11 Fix RenderBundleValidationTests by Austin Eng · 4 years, 9 months ago
  3. 9d9d76c OpenGL: Support B2T and T2T copies with BC formats by Jiawei Shao · 4 years, 9 months ago
  4. 23edf95 Update .gitignore by Corentin Wallez · 4 years, 9 months ago
  5. ba9f3a8 OpenGL: Use non-filtering samplers for int/uint texture. by Corentin Wallez · 4 years, 9 months ago
  6. f463a20 Add BGLBinding::textureComponentType by Corentin Wallez · 4 years, 9 months ago
  7. ae2b9f4 Rolling 3 dependencies by Ryan Harrison · 4 years, 9 months ago
  8. 87ded96 Remove 16 bit normalized texture formats by Corentin Wallez · 4 years, 9 months ago
  9. 0beb438 Validate RenderBundle texture formats by Austin Eng · 4 years, 9 months ago
  10. d8cdcea Validate the RenderBundle debug groups must be well nested by Austin Eng · 4 years, 9 months ago
  11. ee3de1e Remove undefined behavior from NextPowerOfTwo by Brian Ho · 4 years, 9 months ago
  12. 09c12ca Validate shared semaphore and memory handles by Idan Raiter · 4 years, 9 months ago
  13. 786f765 Add vulkan external memory large image test by Idan Raiter · 4 years, 9 months ago
  14. 0b2599c Add tests for RenderPassEncoder::SetViewport by Yunchao He · 4 years, 9 months ago
  15. ae2415c Trace MTLCommandBuffer acquisition and submission on Metal by Austin Eng · 4 years, 9 months ago
  16. 5f8a8aa Vulkan: clear nonrenderable texture color formats by Natasha Lee · 4 years, 9 months ago
  17. c072fc2 Define OutOfMemory error by Bryan Bernhart · 4 years, 9 months ago
  18. 40618d0 Implement RenderBundle in the backend by Austin Eng · 4 years, 9 months ago
  19. 0ebd54c Update BUILD flags to support Chrome OS by Brian Ho · 4 years, 9 months ago
  20. 79e6ab7 Rolling 2 dependencies by Ryan Harrison · 4 years, 9 months ago
  21. 8a488c1 Implement RenderBundle in the frontend by Austin Eng · 4 years, 9 months ago
  22. 2fb628d Remove GLFW dependency for non-GL tests by Brian Ho · 4 years, 9 months ago
  23. d4ce736 Add dawn_platform::Platform for handling tracing events in Dawn by Austin Eng · 4 years, 9 months ago
  24. 35670f1 Skip InheritDynamicOffsetsComputePipeline test on Windows by Yan, Shaobo · 4 years, 9 months ago
  25. b6d7c53 Reland "Fix dynamic buffer offset issues on D3D12 backend" by Yan, Shaobo · 4 years, 9 months ago
  26. 3318caa Factor RenderPass command validation by Austin Eng · 4 years, 9 months ago
  27. 9b45b5a Handle staging buffer map failure on Metal. by Bryan Bernhart · 4 years, 9 months ago
  28. 74e4834 Add wrapping for using external vulkan images as textures by Idan Raiter · 4 years, 9 months ago
  29. 8cb2393 Ensure clearing attachments is done via renderpass loadop by Natasha Lee · 4 years, 9 months ago
  30. ebb0539 Rolling 5 dependencies by Robert Iannucci · 4 years, 9 months ago
  31. ef2fac0 [infra/config] Bump OS X SDK version for dawn. by Robert Iannucci · 4 years, 9 months ago
  32. a9658d9 MemoryTransferService: Separate functions to serialize and get serialization size by Austin Eng · 4 years, 9 months ago
  33. 42e1bba Revert "Fix dynamic buffer offset issues on D3D12 backend" by Austin Eng · 4 years, 9 months ago
  34. ab8b768 Rolling 5 dependencies by Ryan Harrison · 4 years, 9 months ago
  35. e9fabf5 Factor PassResourceUsageTracker to its own file by Austin Eng · 4 years, 9 months ago
  36. bb10a91 Fix leak of AttachmentState by Austin Eng · 4 years, 9 months ago
  37. 4215841 Fix dynamic buffer offset issues on D3D12 backend by Yan, Shaobo · 4 years, 9 months ago
  38. 1cd83ff Code clean up in CompressedTextureFormatTests by Jiawei Shao · 4 years, 9 months ago
  39. 6de5baa Skip several end2end tests by Jiawei Shao · 4 years, 9 months ago
  40. 38ee172 Fix dynamic bind group size in Animometer example by Austin Eng · 4 years, 9 months ago
  41. ccf8050 Make Snorm formats non-renderable by Corentin Wallez · 4 years, 9 months ago
  42. bfc9cee Implement OpArrayLength on Metal by Corentin Wallez · 4 years, 9 months ago
  43. ef4f3bd Add external memory and semaphore extensions by Idan Raiter · 4 years, 9 months ago
  44. 54b4df7 s/isPIXEventRuntimeLoaded/IsPIXEventRuntimeLoaded/g by François Beaufort · 4 years, 9 months ago
  45. d64ee1a Implement most texture formats on OpenGL by Corentin Wallez · 4 years, 9 months ago
  46. e58fbc4 Handle debug markers commands for compute pass encoder by François Beaufort · 4 years, 9 months ago
  47. ae7e002 Make fragment stage optional in RenderPipeline by François Beaufort · 4 years, 9 months ago
  48. c1583a5 Create CommandRecordingContext by Idan Raiter · 4 years, 9 months ago
  49. 574b951 Support BC formats as the first extension in Dawn by Jiawei Shao · 4 years, 9 months ago
  50. 56f3a7b WrapIOSurface: Add support for RGBA8 by Corentin Wallez · 4 years, 9 months ago
  51. 351ea23 Dynamic Buffer Offset : D3D Backend by Yan, Shaobo · 4 years, 9 months ago
  52. d08611b Move all the implementations of Toggle to Toggles.cpp by Jiawei Shao · 4 years, 9 months ago
  53. 35ad522 Resource Management 3: Buddy allocator by Bryan Bernhart · 4 years, 9 months ago
  54. 7b57c5b Check bindgroup validity first in SetBindGroup by Corentin Wallez · 4 years, 9 months ago
  55. 34f8bd8 Dynamic Buffer Offset : OpenGL Backend by Yan, Shaobo · 4 years, 9 months ago
  56. 7dec2d1 Use Vulkan 1.1 if available by Idan Raiter · 4 years, 9 months ago
  57. 10fe833 Metal: Pack vertex buffers just after the pipeline layout by Corentin Wallez · 4 years, 9 months ago
  58. b98f0fa Deduplicate AttachmentState shared by RenderPipeline and RenderPasses by Austin Eng · 4 years, 9 months ago
  59. e69627f Backdoor to get the number of texture lazy clears for testing by Natasha Lee · 4 years, 9 months ago
  60. 506ce9b Fix MSVC builder failure with NextPowerOfTwo. by Bryan Bernhart · 4 years, 9 months ago
  61. 9d2ccaf Vulkan: Support recreating swapchain with SwapChain.Configure() by Jiawei Shao · 4 years, 10 months ago
  62. 2718177 Resource Management 4: Stress test buffer writes by Bryan Bernhart · 4 years, 10 months ago
  63. fde9490 Factor EncodingContext out of CommandEncoderBase. by Austin Eng · 4 years, 10 months ago
  64. 8944f02 Test that sampled textures in compute and render pass get lazy cleared by Natasha Lee · 4 years, 10 months ago
  65. 68d97ad Prefer <cstring> to <string.h>. by Stephen White · 4 years, 10 months ago
  66. 4e3b218 Introduce a format table in the OpenGL by Corentin Wallez · 4 years, 10 months ago
  67. 722c4fa Fix missing header in OpenGLFunctions.cpp by Jiawei Shao · 4 years, 10 months ago
  68. 07b5be3 Resource Management 2: Buffer mapping error handling by Bryan Bernhart · 4 years, 10 months ago
  69. 23dd124 Fix compilation of the OpenGL backend on Mac by Corentin Wallez · 4 years, 10 months ago
  70. 4079323 Resource Management 1: Math ops by Bryan Bernhart · 4 years, 10 months ago
  71. 0e338ff Fix compilation of MemoryTransferService Read/WriteHandle on Windows by Austin Eng · 4 years, 10 months ago
  72. 4e9923c Remove suppression fixed for Linux Intel Vulkan by Corentin Wallez · 4 years, 10 months ago
  73. ba84fb2 OpenGL: Add support for backend validation by Corentin Wallez · 4 years, 10 months ago
  74. fefb3ab OpenGL: Use the correct size to lazy-clear mips by Corentin Wallez · 4 years, 10 months ago
  75. 9dffe11 OpenGL: Don't bind non-existent shader resources. by Corentin Wallez · 4 years, 10 months ago
  76. 69f1db7 Add RenderEncoderBase to match WebGPU class hierarchy. by Austin Eng · 4 years, 10 months ago
  77. c0b8132 Implement RenderPassEncoder::SetViewport: impl on backends by Yunchao He · 4 years, 10 months ago
  78. 472bd1e Add some missing #includes. by Stephen White · 4 years, 10 months ago
  79. 47b1070 dawn.json: Removed unused "face" bitmask by Corentin Wallez · 4 years, 10 months ago
  80. 72724b8 Add wire tests and mocks for the MemoryTransferService by Austin Eng · 4 years, 10 months ago
  81. 6a5418a Add MemoryTransfer interfaces to the wire by Austin Eng · 4 years, 10 months ago
  82. 49aae0f Double the size of the ring buffer only when it is not big enough by Jiawei Shao · 4 years, 10 months ago
  83. 91ec571 Impl RenderPassEncoder::SetViewport: add more tests by Yunchao He · 4 years, 10 months ago
  84. 1546bfb Precompute all the Formats at Device creation in the FormatTable by Corentin Wallez · 4 years, 10 months ago
  85. d6cc1fe Add an implementation of Result<const T*, E*> by Corentin Wallez · 4 years, 10 months ago
  86. 9dbb81f Add missing validation for unsupported texture view dims. by Corentin Wallez · 4 years, 10 months ago
  87. ee0fa17 Update Vulkan headers to v1.1.115 by David 'Digit' Turner · 4 years, 10 months ago
  88. 0326b80 Use whole size of buffer if binding buffer size is UINT64_MAX by François Beaufort · 4 years, 10 months ago
  89. 56a21a6 Make GN //src/common target easier to use when Vulkan is enabled. by David 'Digit' Turner · 4 years, 10 months ago
  90. cf20678 Use xenial explicitly for builder by Takuto Ikuta · 4 years, 10 months ago
  91. 8605d2e Enable Vulkan extensions for Linux, Windows, Android and Fuchsia. by David 'Digit' Turner · 4 years, 10 months ago
  92. 6eb681c Metal: use the IORegistry to get the PCI ids by Li, Hao · 4 years, 10 months ago
  93. 1ffb0d6 OpenGL: use vendor name to get PCI vendor id by Li, Hao · 4 years, 10 months ago
  94. 5580970 Support all BC formats on D3D12, Metal and Vulkan by Jiawei Shao · 4 years, 10 months ago
  95. d6f13c6 Implement RenderPassEncoder::SetViewport: add end2end tests by Yunchao He · 4 years, 10 months ago
  96. 4af9808 Make rasterization state descriptor optional by François Beaufort · 4 years, 10 months ago
  97. d3e7f94 Fix double to float conversion warning on MSVC by Corentin Wallez · 4 years, 10 months ago
  98. c8ab96c Add an end2end test to ensure dawn cache system considers dynamic attributes by Yan, Shaobo · 4 years, 10 months ago
  99. f07e85c Add missing WebGPU enums and defaulted members. by Corentin Wallez · 4 years, 10 months ago
  100. dd15b11 Add .gitattributes to normalize EOL by Corentin Wallez · 4 years, 10 months ago