1. f0f6d2f Remove obsolete `-Wreturn-std-move-in-c++11` by Adrian McCarthy · 4 years, 2 months ago
  2. aa0e1be Reland "Vulkan: Fallback to XCB for Xlib surfaces" by Corentin Wallez · 4 years, 2 months ago
  3. fb3991e Lower the maxVertexBuffer limit to 8. by Corentin Wallez · 4 years, 2 months ago
  4. b6b0090 Revert "Vulkan: Fallback to XCB for Xlib surfaces" by Kai Ninomiya · 4 years, 2 months ago
  5. fb0bf70 Vulkan: Fallback to XCB for Xlib surfaces by Corentin Wallez · 4 years, 2 months ago
  6. 762814b ityp_array: Allow using a T whose underlying type is signed. by Corentin Wallez · 4 years, 2 months ago
  7. 064f33e Implement WaitableEvent and WorkerTaskPool for multi-threaded tasks by Jiawei Shao · 4 years, 3 months ago
  8. 0325e45 Add more constants for max texture sizes by Yunchao He · 4 years, 3 months ago
  9. 1670c51 IWYU: add missing include for size_t by Stephan Hartmann · 4 years, 3 months ago
  10. e3fd026 Use a common helper for std::nothrow by Austin Eng · 4 years, 3 months ago
  11. da2d927 Add TypeTraits.h for Dawn's additional type traits. by Corentin Wallez · 4 years, 3 months ago
  12. c082766 Add maximum limitation for query count in CreateQuerySet by Hao Li · 4 years, 3 months ago
  13. fea4c14 Fix missing include that causes Skia builds to fail by Ryan Harrison · 4 years, 4 months ago
  14. 55f251d RefBase: remove implicit conversion to bool. by Corentin Wallez · 4 years, 5 months ago
  15. d98e8b7 Use smart Refs for IOKit and CoreFoundation objects. by Corentin Wallez · 4 years, 5 months ago
  16. 0055d95 Metal: Wrap NS classes and protocols in NSRef. by Corentin Wallez · 4 years, 5 months ago
  17. 2089adc Move most of Ref's functionality in RefBase for reuse. by Corentin Wallez · 4 years, 5 months ago
  18. a0f1725 Support sampling depth and stencil of combined d/s formats by Austin Eng · 4 years, 5 months ago
  19. 18c7b0e Add the -Wdeprecated-copy-dtor warning. by Corentin Wallez · 4 years, 5 months ago
  20. 2831cab Suppress -Wdeprecated-copy-dtor for Skia. by Corentin Wallez · 4 years, 5 months ago
  21. d3c4222 Update type for atomic. by dan sinclair · 4 years, 6 months ago
  22. 793a07e Fix MSVC build of SerialStorage.h. by Stephen White · 4 years, 6 months ago
  23. 62139fc Use typed integers for the ExecutionSerial by Corentin Wallez · 4 years, 6 months ago
  24. 145f115 SerialQueue/Map: Take the serial type as type paramater. by Corentin Wallez · 4 years, 6 months ago
  25. 1da25e5 Add -Wduplicate-enum and -Wrange-for-analysis by Corentin Wallez · 4 years, 7 months ago
  26. ac3765e D3D12: Align UBO sizes to 256B. by Bryan Bernhart · 4 years, 7 months ago
  27. 4099f65 Typeify VertexBufferSlot and VertexAttributeLocation by Austin Eng · 4 years, 7 months ago
  28. 948b3a0 Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years, 7 months ago
  29. 39d1cc9 ShaderModule: Add support for multiple entryPoints by Corentin Wallez · 4 years, 7 months ago
  30. 7b7e098 Typeify ColorAttachmentIndex by Austin Eng · 4 years, 7 months ago
  31. 7f265d1 Fixing offset alignments when using DynamicUploader by Tomek Ponitka · 4 years, 8 months ago
  32. 9aed03d Fix visibility rules for configs enforced by latest GN. by Dirk Pranke · 4 years, 8 months ago
  33. 361a0d8 Update max storage buffer bindings per stage to 6 by Austin Eng · 4 years, 8 months ago
  34. e01dd67 Make common/ compile with Emscripten by Austin Eng · 4 years, 9 months ago
  35. cb2938a D3D12: Bucket descriptor allocation by powers of two by Austin Eng · 4 years, 9 months ago
  36. e8e089a Add missing headers to BUILD.gn and CMakeLists.txt by Austin Eng · 4 years, 9 months ago
  37. b31f5e7 Remove kMaxBindingsPerGroup limit by Austin Eng · 4 years, 9 months ago
  38. e700a6a Add ityp::vector class and unittests by Austin Eng · 4 years, 9 months ago
  39. 8e316f1 Add per-stage and per-pipeline-layout limits and validation by Austin Eng · 4 years, 9 months ago
  40. 8c255ac Add GPU detection for WARP by Bryan Bernhart · 4 years, 9 months ago
  41. 6328356 Autoformat everything except tests/examples by Kai Ninomiya · 4 years, 9 months ago
  42. d3bf218 Remove usage of the UNIT_TEST macro. by Corentin Wallez · 4 years, 9 months ago
  43. d761d5a Add Chromium's StackVector base class and ityp::stack_vec by Austin Eng · 4 years, 9 months ago
  44. 8a99199 Don't leak buffers if MapAtCreation fails. by Corentin Wallez · 4 years, 9 months ago
  45. 519edd5 Fix MSVC compilation. by Corentin Wallez · 4 years, 9 months ago
  46. f695264 Broaden -Wno-tautological-type-limit-compare by Corentin Wallez · 4 years, 9 months ago
  47. 96c78ec Disable -Wtautological-type-limit-compare by Corentin Wallez · 4 years, 9 months ago
  48. 268fe25 Added constraints for too large uniform buffer bindings by Tomek Ponitka · 4 years, 9 months ago
  49. 250f262 Use TypedInteger for BindGroupIndex by Austin Eng · 4 years, 10 months ago
  50. 8f9523e Add support for multisampled sampling by Austin Eng · 4 years, 10 months ago
  51. 581c407 Fix TypedInteger hash compilation failure with stdlibc++ by Corentin Wallez · 4 years, 10 months ago
  52. 7a4685f Add TypedInteger by Austin Eng · 4 years, 10 months ago
  53. 3fb9c1b Add warning for non-c-typedef-for-linkage by Austin Eng · 4 years, 10 months ago
  54. 13110bf d3d12_platform: ensure windows.h macros don't cause compile errors by Corentin Wallez · 4 years, 10 months ago
  55. 295a417 Add ScopedEnvironmentVar class for setting env variables in BackendVk by Austin Eng · 4 years, 10 months ago
  56. 60bb88d Fix remaining -pedantic warnings. by Corentin Wallez · 5 years ago
  57. 129dc00 Suppress MSVC warnings about invalid switch values by Austin Eng · 5 years ago
  58. a121e7f Enable -Wno-language-extension-token except on Windows by Corentin Wallez · 5 years ago
  59. 75f55bf Fix and enable -Wgnu-anonymous-struct by Corentin Wallez · 5 years ago
  60. e642b1d Fix and enable -Wnested-anon-types by Corentin Wallez · 5 years ago
  61. c85ef79 Fix and enable -Wfour-char-constants by Corentin Wallez · 5 years ago
  62. b2d1d7b Fix and enable -Wvla-extension by Corentin Wallez · 5 years ago
  63. 85cc603 Enable -Wc++20-designator by Corentin Wallez · 5 years ago
  64. c05a0e1 Enable -pedantic and disable currently triggered warnings by Corentin Wallez · 5 years ago
  65. 00b90ea Enable more warning needed for Skia to build with Dawn on Linux by Corentin Wallez · 5 years ago
  66. cdf2d8d Deprecate BufferCopyView.rowPitch/imageHeight -> bytesPerRow/rowsPerImage by Corentin Wallez · 5 years ago
  67. 0e9320b Use Ref<TextureBase> instead of TextureBase* in more places by Rafael Cintron · 5 years ago
  68. b4eccc8 Allow Ref<Derived> -> Ref<Base> assignment, and move operations by Rafael Cintron · 5 years ago
  69. f204cf2 Add Ref<T> specialization for Result by Rafael Cintron · 5 years ago
  70. 7e8385c Move and improve RefCounted by Rafael Cintron · 5 years ago
  71. 53f694b Fix ASAN violation when a heap outlives the ResidencyManager by Brandon Jones · 5 years ago
  72. 4bfc153 Make a static const variable constexpr in BitSetIterator by Corentin Wallez · 5 years ago
  73. 37193aa Roll glm 06f084063..bf71a8349 and turn on -Wextra-semi-stmt. by Zhenyao Mo · 5 years ago
  74. 4fbd14b Fix more compilation warnings. by Zhenyao Mo · 5 years ago
  75. 5b7292c Fix more compilation warnings. by Zhenyao Mo · 5 years ago
  76. d11cc39 Split third_party/BUILD.gn in per-project files. by Corentin Wallez · 5 years ago
  77. d56b69f Skip Float16 TextureFormatTests on Swiftshader by Corentin Wallez · 5 years ago
  78. 7119a02 BUILD.gn: enable additional warnings. by Corentin Wallez · 5 years ago
  79. cb859a2 Reland "D3D12: Stage BindGroups on CPU descriptor heaps." by Bryan Bernhart · 5 years ago
  80. c7f454c Revert "D3D12: Stage BindGroups on CPU descriptor heaps." by Corentin Wallez · 5 years ago
  81. 2479860 D3D12: Stage BindGroups on CPU descriptor heaps. by Bryan Bernhart · 5 years ago
  82. 7982cc0 Residency 5: Implement and Integrate Residency Management by Brandon Jones · 5 years ago
  83. a0d8362 Add std:: to nullptr_t by Ben Wagner · 5 years ago
  84. ba53617 Vulkan: Load functions for surface extensions we support. by Corentin Wallez · 5 years ago
  85. 97ec825 Vulkan: Don't use vulkan.h's prototypes. by Corentin Wallez · 5 years ago
  86. 459c2f9 Slab-allocate Metal bind groups by Austin Eng · 5 years ago
  87. 2de34c1 Residency 1: Add Chromium's LinkedList to /common/ by Brandon Jones · 5 years ago
  88. e5534c4 Add SlabAllocator and tests by Austin Eng · 5 years ago
  89. 7fe6efb Add initial CMakeLists.txt files by Corentin Wallez · 5 years ago
  90. f44a809 Remove VK_DEFINE_NON_DISPATCHABLE_HANDLE magic, use explicit VkHandle wrapper by Kai Ninomiya · 5 years ago
  91. f28d0ae Revert "Remove VK_DEFINE_NON_DISPATCHABLE_HANDLE magic, use explicit VkHandle wrapper" by Kai Ninomiya · 5 years ago
  92. 4e17d5c Remove VK_DEFINE_NON_DISPATCHABLE_HANDLE magic, use explicit VkHandle wrapper by Kai Ninomiya · 5 years ago
  93. 6b66b67 Fix compilation of Log2(uint64_t) on MSVC by Corentin Wallez · 5 years ago
  94. 3a1746e Introduce wgpu::Surface and implement it for HWND, X11 and Metal by Corentin Wallez · 5 years ago
  95. 69c68d0 Improve Memory Management of Result class by Rafael Cintron · 5 years ago
  96. d1cba10 Temporarily Disable Use of D3D12 Render Pass API by Brandon Jones · 5 years ago
  97. 5217ad5 fuzzing: When fuzzing, always ASSERT, and abort() instead of SIGTRAP by Austin Eng · 5 years ago
  98. bee45bb dawn: Fix GetExecutablePath for iOS. by Danusch Merrikh-Yazdi · 5 years ago
  99. 6ea362c fuzzing: Add error injection macros to the Vulkan backend by Austin Eng · 5 years ago
  100. ff8b3f4 Inline CommandAllocator/Iterator by Austin Eng · 5 years ago