1. d90557b Create a shared utils folder. by dan sinclair · 7 months ago
  2. 1e657a6 tint->dawn: Move src/utils -> src/dawn/utils by Ben Clayton · 3 years, 2 months ago
  3. 9749f5a Move a function to TextureFormatUtils.h|.cpp and rename these two util files by Yunchao He · 3 years, 9 months ago
  4. 9b6872d Fix examples linking error when building with CMake by Sergey Karchevsky · 3 years, 9 months ago
  5. b2bc57a Add UWP compilation support in CMake by 陈俊嘉 · 3 years, 9 months ago
  6. 9037669 Remove the dependency on shaderc and glslang. by Corentin Wallez · 4 years ago
  7. e58d5a3 Factor utils::WireHelper out of DawnTest by Austin Eng · 4 years, 2 months ago
  8. 7f265d1 Fixing offset alignments when using DynamicUploader by Tomek Ponitka · 4 years, 7 months ago
  9. f580096 end2end_tests: Forward Windows debug messages to stderr by Austin Eng · 4 years, 8 months ago
  10. 971a623 Validate the declaration of storage texture format in shader by Jiawei Shao · 5 years ago
  11. 7fe6efb Add initial CMakeLists.txt files by Corentin Wallez · 5 years ago
  12. 146edf5 Remove support for CMake builds by Corentin Wallez · 6 years ago
  13. 1a79603 Make shared library dependencies private. by Corentin Wallez · 7 years ago
  14. bdc8677 Make dawn_wire a shared library by Corentin Wallez · 7 years ago
  15. 196ade6 Make libdawn_native a shared library. by Corentin Wallez · 7 years ago
  16. 6c27fd9 CMakeLists: Generate Dawn headers separately from libdawn by Corentin Wallez · 7 years ago
  17. d37523f Move src/backend to src/dawn_native by Corentin Wallez · 7 years ago
  18. fde3f2b Rename NXT -> Dawn in the rest of CMakeLists by Corentin Wallez · 7 years ago
  19. f684040 Rename NXTHelpers to DawnHelpers by Corentin Wallez · 7 years ago
  20. d148aeb Rename CMakeLists targets nxt -> dawn by Corentin Wallez · 7 years ago
  21. f1ded9b Rename CMakeLists variables NXT_* to DAWN_* by Corentin Wallez · 7 years ago
  22. 4a9ef4e Rename the copyright authors from NXT to Dawn by Corentin Wallez · 7 years ago
  23. cc407ae Make SwapChainImpl a function and move it to common/ by Corentin Wallez · 7 years ago
  24. 00935da Use shaderc_shared and don't build unnecessary targets by Corentin Wallez · 7 years ago
  25. 916046c Add stub Vulkan backend by Corentin Wallez · 8 years ago
  26. c16a67a Swap chains, part 2 (#94) by Kai Ninomiya · 8 years ago
  27. 78c8b83 clang/gcc: enable a bunch more warnings (#91) by Kai Ninomiya · 8 years ago
  28. 134e080 Move USleep to utils/ by Corentin Wallez · 8 years ago
  29. 275817a Add proper defines for backend enablement by Corentin Wallez · 8 years ago
  30. bd0594b Enable warnings on non-MSVC by Corentin Wallez · 8 years ago
  31. 5ee7afd Split NXT helpers from example/Utils into src/utils by Corentin Wallez · 8 years ago
  32. 1bd219d Split BackendBinding from example/Utils into src/utils by Corentin Wallez · 8 years ago