1. 1c61643 [spirv-reader] Add unsigned integer inequalities by David Neto · 4 years, 2 months ago
  2. daf4b3a [spirv-reader] Add LogicalEqual LogicalNotEqual by David Neto · 4 years, 2 months ago
  3. 592a71c [spirv-reader] Test OpLogicalNot, vector case by David Neto · 4 years, 2 months ago
  4. c7e8c9c [spirv-reader] Test position field of BlockInfo by David Neto · 4 years, 2 months ago
  5. 0131580 [spirv-reader] Register merges by David Neto · 4 years, 2 months ago
  6. 6420092 Reland "Slab-allocate VkDescriptorSets" by Austin Eng · 4 years, 2 months ago
  7. 0e9320b Use Ref<TextureBase> instead of TextureBase* in more places by Rafael Cintron · 4 years, 2 months ago
  8. c9e28b1 Use dawn_has_build in dawn_component by Sean Gilhuly · 4 years, 2 months ago
  9. dd218b0 Assing const As.* functions to type class by Sarah Mashayekhi · 4 years, 2 months ago
  10. cb883a2 Adding const As.* functions to expresssion class by Sarah Mashayekhi · 4 years, 2 months ago
  11. 194b6a2 Adding const As.* functions to statement class by Sarah Mashayekhi · 4 years, 2 months ago
  12. 13a6529 Rename tint_fuzz to tint_wgsl_reader_fuzzer by Ryan Harrison · 4 years, 2 months ago
  13. 88725a0 [spirv-writer] Member accessor. by dan sinclair · 4 years, 2 months ago
  14. 7e972be Revert "Slab-allocate VkDescriptorSets" by Corentin Wallez · 4 years, 2 months ago
  15. 21d753a Read and write usage in compute pass is valid by Yunchao He · 4 years, 2 months ago
  16. 7434b2c D3D12: Enable sub-allocation for RTV/DSV heaps. by Bryan Bernhart · 4 years, 2 months ago
  17. 96c4019 Slab-allocate VkDescriptorSets by Austin Eng · 4 years, 2 months ago
  18. f56f190 Non-Local Residency 1: Get Non-Local Memory Info by Brandon Jones · 4 years, 2 months ago
  19. b4eccc8 Allow Ref<Derived> -> Ref<Base> assignment, and move operations by Rafael Cintron · 4 years, 2 months ago
  20. d430243 Add depth texture sampling and tests for only depth32float by Austin Eng · 4 years, 2 months ago
  21. 795bebf [spirv-reader] Check terminators are sane by David Neto · 4 years, 2 months ago
  22. fd1526b Fix type conversions to make Clang 10 happy by Ryan Harrison · 4 years, 2 months ago
  23. 20077b7 [spirv-writer] Start accessor chain additions. by dan sinclair · 4 years, 2 months ago
  24. 43f975e [spirv-writer] Call the Call expression generator. by dan sinclair · 4 years, 2 months ago
  25. 64fcf39 Allow one texture as write-only storage and sampled in one compute pass by Jiawei Shao · 4 years, 2 months ago
  26. aa257c0 [spirv-reader] Rename "rspo" to block_order by David Neto · 4 years, 2 months ago
  27. 1933185 Add documentation about potential fuzzing pitfall by Ryan Harrison · 4 years, 2 months ago
  28. 3170beb Fix building fuzzer by Ryan Harrison · 4 years, 2 months ago
  29. c9308dc [spirv-writer] Generate Unary Op expression. by dan sinclair · 4 years, 2 months ago
  30. 9a7cc7c Add more context to unknown expression error by dan sinclair · 4 years, 2 months ago
  31. 2287d01 Generate 3 param GLSL methods. by dan sinclair · 4 years, 2 months ago
  32. 2124488 Expression results should not be aliases. by dan sinclair · 4 years, 2 months ago
  33. c133cab D3D12: Remove increment during bindgroup population. by Bryan Bernhart · 4 years, 2 months ago
  34. 50e738e [spirv-reader] Test loop block order + nesting by David Neto · 4 years, 2 months ago
  35. 8e8c291 [spirv-reader] Test loop block order by David Neto · 4 years, 2 months ago
  36. b5d518b [spirv-reader] Test block order dup cases by David Neto · 4 years, 2 months ago
  37. f6def6d [spirv-reader] Test nested if, switch by David Neto · 4 years, 2 months ago
  38. 9cba3e1 [spirv-reader] Split arithmetic, bit tests by David Neto · 4 years, 2 months ago
  39. 6235caa [spirv-reader] Test block order with Kill, Unreachable by David Neto · 4 years, 2 months ago
  40. 571eea5 [spirv-reader] Compute basic block order by David Neto · 4 years, 2 months ago
  41. f204cf2 Add Ref<T> specialization for Result by Rafael Cintron · 4 years, 2 months ago
  42. d3d1230 Add name to GLSL error message by dan sinclair · 4 years, 2 months ago
  43. 7025918 Cleanup some error messages. by dan sinclair · 4 years, 2 months ago
  44. aac5865 Fixup single element swizzle type determination. by dan sinclair · 4 years, 2 months ago
  45. 5444438 Add GLSL distance support. by dan sinclair · 4 years, 2 months ago
  46. 2ee4a7e Add Remaining 2 parameter GLSL float methods. by dan sinclair · 4 years, 2 months ago
  47. 37d62c9 Add GLSL Atan2 support. by dan sinclair · 4 years, 2 months ago
  48. fee2783 Deprecate ShaderModuleDescriptor.code in favor of chained descriptor by Corentin Wallez · 4 years, 2 months ago
  49. 21744d0 Make all backend::ShaderModule get SPIRV from the frontend by Corentin Wallez · 4 years, 2 months ago
  50. 3966eb1 Deprecate BG[L]Desc::binding[s|Count] in favor of entr[ies|yCount] by Corentin Wallez · 4 years, 2 months ago
  51. be08000 Roll third_party/shaderc/ a10a0b334..ced9c72d0 (2 commits) by Ryan Harrison · 4 years, 2 months ago
  52. e89b487 Validate texture usage scope with storage textures in one render pass by Jiawei Shao · 4 years, 2 months ago
  53. d543d58 Allow using write-only storage textures in fragment shader stage by Jiawei Shao · 4 years, 2 months ago
  54. 7817a9a Reland "Add ComparisonSampler binding type and validation tests" by Austin Eng · 4 years, 2 months ago
  55. 90bbafa [spirv-reader] Fix build by David Neto · 4 years, 2 months ago
  56. 652a4b9 Add support for GLSL length. by dan sinclair · 4 years, 2 months ago
  57. 89af8a2 [spirv-reader] Add OpBitcast by David Neto · 4 years, 2 months ago
  58. b4c4968 [spirv-reader] Add OpNot by David Neto · 4 years, 2 months ago
  59. 00feb1c [spirv-reader] Add OpLogicalNot by David Neto · 4 years, 2 months ago
  60. 6eb498d [spirv-reader] Add OpFNegate by David Neto · 4 years, 2 months ago
  61. 6584028 [spirv-reader] Add OpSNegate by David Neto · 4 years, 2 months ago
  62. e150e0f [spirv-reader] Test OpSMod by David Neto · 4 years, 2 months ago
  63. 4f10a25 [spirv-reader] Fix OpSDiv operand and result signedness by David Neto · 4 years, 2 months ago
  64. b572d53 [spirv-reader] Internally, generate typed expressions by David Neto · 4 years, 2 months ago
  65. 53b5730 [ast] Avoid useless empty check by David Neto · 4 years, 2 months ago
  66. 7e8385c Move and improve RefCounted by Rafael Cintron · 4 years, 2 months ago
  67. 8edb723 Revert "Add ComparisonSampler binding type and validation tests" by Corentin Wallez · 4 years, 2 months ago
  68. 3df2044 Add GLSL normalize method. by dan sinclair · 4 years, 2 months ago
  69. a49328f Add support for GLSL exp, exp2, log, log2, sqrt and inversesqrt by dan sinclair · 4 years, 2 months ago
  70. 132b2da Add GLSL trig methods. by dan sinclair · 4 years, 2 months ago
  71. b90a56f Add GLSL Radians and Degrees methods. by dan sinclair · 4 years, 2 months ago
  72. 7b55da5 Add GLSL Fract support. by dan sinclair · 4 years, 2 months ago
  73. f1c7f0c Add GLSL Ceil support. by dan sinclair · 4 years, 2 months ago
  74. d0f0edf Add GLSL Floor support. by dan sinclair · 4 years, 2 months ago
  75. e9661fb Add GLSL FSign support by dan sinclair · 4 years, 2 months ago
  76. de50e52 Add GLSL FAbs support by dan sinclair · 4 years, 2 months ago
  77. fa5a66f Add GLSL Trunc support. by dan sinclair · 4 years, 2 months ago
  78. ca1723e Add GLSL RoundEven support by dan sinclair · 4 years, 2 months ago
  79. fd5d4ca [spirv-writer] Add preliminary support for GLSL methods by dan sinclair · 4 years, 2 months ago
  80. 24730cd Rolling 3 dependencies by Ryan Harrison · 4 years, 2 months ago
  81. 5e08859 Revert "Special-case GetDefaultQueue in the wire" by Corentin Wallez · 4 years, 2 months ago
  82. d4d87ed Fixup merge conflict. by dan sinclair · 4 years, 2 months ago
  83. 5071462 Cleanup IdentifierExpression API. by dan sinclair · 4 years, 2 months ago
  84. b950e80 [type-determiner] Move ast::Module to constructor. by dan sinclair · 4 years, 2 months ago
  85. cd077b0 Add module to the type determiner test helper by dan sinclair · 4 years, 2 months ago
  86. ccb52dc [type-determiner] Determine call parameter types. by dan sinclair · 4 years, 2 months ago
  87. 6ad9f5d [spirv-writer] Move module to SPIR-V builder constructor by dan sinclair · 4 years, 2 months ago
  88. c954788 Move type methods to type class by dan sinclair · 4 years, 2 months ago
  89. 6866cb7 [spirv-writer] Add initial loop support. by dan sinclair · 4 years, 2 months ago
  90. 98334df Deprecate BGLEntry::textureDimension in favor of viewDimension by Corentin Wallez · 4 years, 2 months ago
  91. 99655bc Add validation tests for resource usage tracking - 3 by Yunchao He · 4 years, 2 months ago
  92. 59382b7 Use python3 for all of Dawn's python scripts by Corentin Wallez · 4 years, 2 months ago
  93. 6d9e4f8 Add ComparisonSampler binding type and validation tests by Austin Eng · 4 years, 2 months ago
  94. d6a5431 Add default Undefined sampler compare function by Austin Eng · 4 years, 2 months ago
  95. f93791a Special-case GetDefaultQueue in the wire by Corentin Wallez · 4 years, 2 months ago
  96. 8a43794 Introduce Device::GetDefaultQueue and deprecate CreateQueue by Corentin Wallez · 4 years, 2 months ago
  97. 9f5a1c5 BUILD.gn: Remove leftover temporary test target. by Corentin Wallez · 4 years, 2 months ago
  98. 340a51e Add required overrides for virtual destructors by David Neto · 4 years, 2 months ago
  99. 0a196c1 Adding support for testing BUILD.gn by Ryan Harrison · 4 years, 2 months ago
  100. 193316c Rolling 2 dependencies by Corentin Wallez · 4 years, 2 months ago