1. a1a8600 [spirv-reader] Emit stores by David Neto · 4 years, 1 month ago
  2. d9d9d1e Make the Vulkan Validation Layers an optional dependency. by Zhenyao Mo · 4 years, 1 month ago
  3. 7456f42 Better type determiner errors. by dan sinclair · 4 years, 1 month ago
  4. d5dea22 Convert vectors to list aliases by dan sinclair · 4 years, 1 month ago
  5. ee8ae04 Set function storage class in type determiner. by dan sinclair · 4 years, 1 month ago
  6. 9459dbf Use the correct pop pragma by Ryan Harrison · 4 years, 1 month ago
  7. 719bfe0 [spirv-writer] Add relational add by dan sinclair · 4 years, 1 month ago
  8. 2c60b4c [spirv-reader] use Function storage class on function vars by David Neto · 4 years, 1 month ago
  9. 7119a02 BUILD.gn: enable additional warnings. by Corentin Wallez · 4 years, 1 month ago
  10. c08a0d4 Roll third_party/swiftshader/ 51b2800bb..63ed0e445 (131 commits) by Corentin Wallez · 4 years, 1 month ago
  11. d877e8b [spirv-reader] Start emitting expression by David Neto · 4 years, 1 month ago
  12. ec32234 [spirv-reader] Emit module-scope var initializers by David Neto · 4 years, 1 month ago
  13. 4194d0f [spirv-reader] Emit function variable initializers by David Neto · 4 years, 1 month ago
  14. ff77ffe Fix wgpu::WholeSize to count until the end of the buffer. by Corentin Wallez · 4 years, 1 month ago
  15. 36cd174 dawn_wire: Correctly handle buffer state changes on Destroy() by Corentin Wallez · 4 years, 1 month ago
  16. 9d2de1d Add default to conversion utility to avoid build breakage by Ryan Harrison · 4 years, 1 month ago
  17. 4fa1ceb [spirv-reader] Emit function vars, no initializers by David Neto · 4 years, 1 month ago
  18. 753cdc7 [spirv-reader] Test EmitFunctionDeclaration by David Neto · 4 years, 1 month ago
  19. 574bce6 [spirv-reader] Split function emission into parts by David Neto · 4 years, 1 month ago
  20. e70e109 [spirv-reader] Refactor function emission by David Neto · 4 years, 1 month ago
  21. cd543df Add missing memory include by dan sinclair · 4 years, 1 month ago
  22. 30ec4fc Fixes to be able to build Dawn inside Skia by Corentin Wallez · 4 years, 1 month ago
  23. 0e9d9ed Fill in some disabled tests by dan sinclair · 4 years, 1 month ago
  24. 1c9b486 Rename RelationalExpression to BinaryExpression. by dan sinclair · 4 years, 1 month ago
  25. 327ed1b Add missing break, continue and return tests. by dan sinclair · 4 years, 1 month ago
  26. 0e25762 Add unary op expresison type determination. by dan sinclair · 4 years, 1 month ago
  27. 8dcfd10 Add type determination for unary method. by dan sinclair · 4 years, 1 month ago
  28. b173056 Add unary derivative type determination. by dan sinclair · 4 years, 1 month ago
  29. 9b97802 Add relational expression type determination. by dan sinclair · 4 years, 1 month ago
  30. 8ee1d22 Add type determination for member accessor. by dan sinclair · 4 years, 1 month ago
  31. 4e80795 Add cast expression type determination. by dan sinclair · 4 years, 1 month ago
  32. 3ca8746 Add type determination for call expressions. by dan sinclair · 4 years, 1 month ago
  33. 73ea1f1 Simplify the device lifecycle. by Corentin Wallez · 4 years, 1 month ago
  34. 7dbfc91 Fix Dawn's proxy groups to use public_deps instead of deps by Corentin Wallez · 4 years, 1 month ago
  35. ce10034 Fix a -Wstrict-prototypes by Corentin Wallez · 4 years, 1 month ago
  36. 09ee5eb Add a DeviceBase::Initialize that must be called by backends. by Corentin Wallez · 4 years, 1 month ago
  37. a01777c Add type determination for as expression. by dan sinclair · 4 years, 1 month ago
  38. 973bd6a Add array accessor type determination. by dan sinclair · 4 years, 1 month ago
  39. cab0e73 Add type determination for IdentifierExpression. by dan sinclair · 4 years, 1 month ago
  40. ca893e3 This CL adds type determination for the variable declaration statements. by dan sinclair · 4 years, 1 month ago
  41. 9a84e5e Add type determination for the unless statement by dan sinclair · 4 years, 1 month ago
  42. 18b3285 Add type determination for switch statements. by dan sinclair · 4 years, 1 month ago
  43. bf0fff8 Add type determination for return statement. by dan sinclair · 4 years, 1 month ago
  44. 45540b9 Add type determination for the regardless statement. by dan sinclair · 4 years, 1 month ago
  45. bc71eda Add type determination for loop. by dan sinclair · 4 years, 1 month ago
  46. 91c44a5 Add If statement type determination. by dan sinclair · 4 years, 1 month ago
  47. 1913fc9 Handle fallthrough, kill and nop in type determination. by dan sinclair · 4 years, 1 month ago
  48. 0cf685f Add else statement type determination. by dan sinclair · 4 years, 1 month ago
  49. aec965e Add continue statement type determination. by dan sinclair · 4 years, 1 month ago
  50. 6010b29 Add case type determination by dan sinclair · 4 years, 1 month ago
  51. b7ea6e2 Add break statement type determination. by dan sinclair · 4 years, 1 month ago
  52. 6c498fc Add assignment statement type determination. by dan sinclair · 4 years, 1 month ago
  53. b7edc4c Add type determination for constructors. by dan sinclair · 4 years, 1 month ago
  54. 2d10e95 BUILD.gn: rename libdawn_native/wire to dawn_native/wire by Corentin Wallez · 4 years, 1 month ago
  55. 5c2d2e7 Split dawn_(native|wire|platform) to their own BUILD.gn files by Corentin Wallez · 4 years, 1 month ago
  56. c3c6694 Rename BG[L]Binding to BG[L]Entry by Corentin Wallez · 4 years, 1 month ago
  57. f526d77 Fix is_asan build (at least on Mac) by Kai Ninomiya · 4 years, 1 month ago
  58. cb859a2 Reland "D3D12: Stage BindGroups on CPU descriptor heaps." by Bryan Bernhart · 4 years, 1 month ago
  59. 417a90d Add stub definitions to the type determiner. by dan sinclair · 4 years, 1 month ago
  60. d0479d2 Add RelationalExpression helpers. by dan sinclair · 4 years, 1 month ago
  61. 3ffec80 Add list helpers by dan sinclair · 4 years, 1 month ago
  62. a71e1a5 Add result_type into ast::Expression by dan sinclair · 4 years, 1 month ago
  63. fa9dbf0 Add type determiner infrastructure. by dan sinclair · 4 years, 1 month ago
  64. a32315c Fixup the contributing file. by dan sinclair · 4 years, 1 month ago
  65. c64242d Make RefCounted derived objects have private destructors by Rafael Cintron · 4 years, 1 month ago
  66. 8229360 Fix compiles on VS2017 and GCC by Greg Roth · 4 years, 1 month ago
  67. 022d074 Make Toggles overriden automatically and device creation by Corentin Wallez · 4 years, 1 month ago
  68. 2c18339 Add depot tools to the requirements section. by dan sinclair · 4 years, 1 month ago
  69. be73a51 Force uninitialized variables to be zero for shader compiler on D3D12 by Li, Hao · 4 years, 1 month ago
  70. 27dcffc Rolling 3 dependencies by Ryan Harrison · 4 years, 1 month ago
  71. a3c8944 Fix comment about function variables by David Neto · 4 years, 1 month ago
  72. cb84c79 Change the TogglesSet API to look like a set<> by Corentin Wallez · 4 years, 1 month ago
  73. c7f454c Revert "D3D12: Stage BindGroups on CPU descriptor heaps." by Corentin Wallez · 4 years, 1 month ago
  74. d48b329 Roll third_party/shaderc/ f085b9745..f175adffa (4 commits) by Li, Hao · 4 years, 1 month ago
  75. 76a8d0b Support chained extension structs on the wire by Austin Eng · 4 years, 1 month ago
  76. 2479860 D3D12: Stage BindGroups on CPU descriptor heaps. by Bryan Bernhart · 4 years, 1 month ago
  77. c00163b Return error instead of crash if compile shader failed on D3D12 by Li, Hao · 4 years, 1 month ago
  78. c2d97ae Move the variable stack to a common class. by dan sinclair · 4 years, 1 month ago
  79. 2b24fab Add enga@chromium.org as OWNER by Corentin Wallez · 4 years, 1 month ago
  80. 9322cc3 Fix -Wunreachable-code-break by Corentin Wallez · 4 years, 1 month ago
  81. e831653 Normalize case X : {} break; to case X : { break;} by Corentin Wallez · 4 years, 1 month ago
  82. 0e92735 ast::Variable is also used for formal parameters by David Neto · 4 years, 1 month ago
  83. afd66c9 Clarify ast::Variable as both "var" and "const" by David Neto · 4 years, 1 month ago
  84. cc39bae [spirv-reader] Fix SPIR-V assembly, re-enable test by David Neto · 4 years, 1 month ago
  85. 3038e6e [spirv-writer] Fix: need #include <functional> by David Neto · 4 years, 1 month ago
  86. cfe4f13 [spirv-writer] Add assignment statements by dan sinclair · 4 years, 1 month ago
  87. 66df068 [spirv-reader] Fix copy elision by dan sinclair · 4 years, 1 month ago
  88. 43178d016 [spirv-writer] Add identifier expressions by dan sinclair · 4 years, 1 month ago
  89. baaf989 [spirv-writer] Add function variables by dan sinclair · 4 years, 1 month ago
  90. 790b2f6 [spirv-reader] Start adding functions by David Neto · 4 years, 1 month ago
  91. 5b29904 D3D12 Add check for DXGI_ERROR_DEVICE_REMOVED real device removed by Natasha Lee · 4 years, 1 month ago
  92. 373a3ff Rename GetBindGroupLayout's argument group->groupIndex by Corentin Wallez · 4 years, 1 month ago
  93. 84f70c0 [spirv-reader] Emit module-scope builtin vars by David Neto · 4 years, 1 month ago
  94. e0bcb54 [spirv-reader] Convert builtin enums by David Neto · 4 years, 1 month ago
  95. 06faf3b [spirv-reader] Emit module-scope variables by David Neto · 4 years, 1 month ago
  96. 269a2c6 [spirv-reader] Convert pointer type by David Neto · 4 years, 1 month ago
  97. a0afd31 Separate device lost from internal errors. by Corentin Wallez · 4 years, 1 month ago
  98. 73e1ef8 [spirv-writer] Fix global constant emitting by dan sinclair · 4 years, 1 month ago
  99. a085c7b Documentation fixes by dan sinclair · 4 years, 1 month ago
  100. 0534957 [spirv-reader] Convert storage class by David Neto · 4 years, 1 month ago