1. f6e5c93 Fixup doxygen comment by dan sinclair · 3 years, 9 months ago
  2. cbd1ef8 [wgsl-reader] Parsing depth texture type by Tomek Ponitka · 3 years, 9 months ago
  3. c354200 [wgsl-reader] Parsing sampler type by Tomek Ponitka · 3 years, 9 months ago
  4. e9bc506 TextureVk: Add a couple TODOs related to barriers. by Corentin Wallez · 3 years, 9 months ago
  5. 5ffc1e1 Roll third_party/tint/ 765348516..464928ed9 (3 commits) by Ryan Harrison · 3 years, 9 months ago
  6. 8800135 Remove Toggle LazyClearBufferOnFirstUse by Jiawei Shao · 3 years, 9 months ago
  7. 464928e Add missing include patch by Ryan Harrison · 3 years, 9 months ago
  8. f114a68 Update depth-stencil copy validation by Austin Eng · 3 years, 9 months ago
  9. ccda6a0 Various cleanups for updated indexFormat handling by Brandon Jones · 3 years, 9 months ago
  10. be53792 Roll 9 dependencies by Ryan Harrison · 3 years, 9 months ago
  11. 18a5464 [spirv-writer] Generate sampler type by Tomek Ponitka · 3 years, 9 months ago
  12. 1c4a7f7 Fix the initialization of the buffers with MapRead and MapAtCreation by Jiawei Shao · 3 years, 9 months ago
  13. 11eda3c Rolling 5 dependencies by Ryan Harrison · 3 years, 9 months ago
  14. 7653485 [spirv-reader] Set some source locations by David Neto · 3 years, 9 months ago
  15. 3588406 [spirv-writer] Generate texture type by Tomek Ponitka · 3 years, 9 months ago
  16. 6803529 [spirv-writer] Convert ast image format types to spv by Tomek Ponitka · 3 years, 9 months ago
  17. 1a61fc4 [type-determination] Adding builtin texture operations by Tomek Ponitka · 3 years, 9 months ago
  18. a454ef9 [ast] Determining subtype of StorageTextureType by Tomek Ponitka · 3 years, 9 months ago
  19. 764110d [msl-writer][hlsl-writer] Pull loop variables out with continuing. by dan sinclair · 3 years, 9 months ago
  20. 5a75a17 [spirv-reader] Uses in phis count as uses by David Neto · 3 years, 9 months ago
  21. c5d65cc [spirv-reader] Don't hoist pointers that are already in scope. by David Neto · 3 years, 9 months ago
  22. 0b89b27 Move client-side OnCompletion callbacks to the server. by Austin Eng · 3 years, 9 months ago
  23. 6c2a7b7 [spirv-reader] Track line numbers by David Neto · 3 years, 9 months ago
  24. 25b856a [spirv-reader] Avoid certain hoisting cases by David Neto · 3 years, 9 months ago
  25. fed6310 [spirv-reader] Follow non-canonicalized SPIR-V type for composite extract by David Neto · 3 years, 9 months ago
  26. 53b1c39 [spirv-reader] Follow non-canonicalized SPIR-V type for access chains by David Neto · 3 years, 9 months ago
  27. 9ed8d51 Unify ProgrammableStageDescriptor handling in PipelineBase by Corentin Wallez · 3 years, 9 months ago
  28. 46252ec [wgsl-parser] Consume empty struct closing brace. by dan sinclair · 3 years, 9 months ago
  29. 5f915f1f [validation] check if at least one of vertex, fragment or compute shader is peresent by Sarah Mashayekhi · 3 years, 9 months ago
  30. 4bc38c3 [validation] Add a helper function to create a fake entry point by Sarah Mashayekhi · 3 years, 9 months ago
  31. 900bd34 Enable TextureSubresourceTest.MipmapLevelsTest on Vulkan w/ validation by Jiawei Shao · 3 years, 9 months ago
  32. 8c012e8 D3D12: fix shader model comparison by Xinghua Cao · 3 years, 9 months ago
  33. 8575cb3 Add setIndexBufferWithFormat method by Brandon Jones · 3 years, 9 months ago
  34. 8d72a2b Add missing doc comments. by dan sinclair · 3 years, 9 months ago
  35. 63b007d [hlsl-writer] Move test helper to a template. by dan sinclair · 3 years, 9 months ago
  36. 663be30 [hlsl-writer] Support matrices in storage buffers. by dan sinclair · 3 years, 9 months ago
  37. fea2636 [hlsl-writer] Emit numthreads for compute shaders. by dan sinclair · 3 years, 9 months ago
  38. 42b0e2d [hlsl-writer] Emit zero matrix values. by dan sinclair · 3 years, 9 months ago
  39. 04746d9 [hlsl-writer] Extract storage buffer index generation. by dan sinclair · 3 years, 9 months ago
  40. 43915bd Emit structs when emitting the aliases. by dan sinclair · 3 years, 9 months ago
  41. df503f0 [hlsl-writer] Refactor output emission. by dan sinclair · 3 years, 9 months ago
  42. 320c6c8 Revert "Skip TextureSubresourceTest.MipmapLevelsTest on Vulkan w/ validation" by Austin Eng · 3 years, 9 months ago
  43. 4f8bdaf Make ShaderModuleBase use an internal EntryPointMetadata by Corentin Wallez · 3 years, 9 months ago
  44. bdb8672 [hlsl-writer] StorageBuffer support. by dan sinclair · 3 years, 9 months ago
  45. fc1327f [validation] implement the pair of entry point stage and name must be unique by Sarah Mashayekhi · 3 years, 9 months ago
  46. 6a0e28b [valdiation] Add disable test for v-0020, the <entry point name, pipeline stage> must be unique by Sarah Mashayekhi · 3 years, 9 months ago
  47. 4fb431c [validation] validates if global variables have a storage class by Sarah Mashayekhi · 3 years, 9 months ago
  48. deea295 [wgsl-parser] Set max recursion depth on const_expr by dan sinclair · 3 years, 9 months ago
  49. a291fc1 Ran 'git cl format' over an empty CL by Ryan Harrison · 3 years, 9 months ago
  50. 3765a24 [validation] clean up: using ValidatorImpl member instead of creating one by Sarah Mashayekhi · 3 years, 9 months ago
  51. 3fad211 [validation] Add a validator test helper class by Sarah Mashayekhi · 3 years, 9 months ago
  52. 63a5aa7 [wgsl-reader] Adding for loops by Tomek Ponitka · 3 years, 9 months ago
  53. 4641d76 Rolling 6 dependencies by Ryan Harrison · 3 years, 9 months ago
  54. f70065f [validation] Validate if entry point functions accept parameters by Sarah Mashayekhi · 3 years, 9 months ago
  55. c3e3c30 Roll 4 dependencies by Ryan Harrison · 3 years, 9 months ago
  56. c3038dd [validation] Adds disable test for v-0023, entry point functions accept no params by Sarah Mashayekhi · 3 years, 9 months ago
  57. 43c2a6c [wgsl-reader] Adding body_statement to statement grammar by Tomek Ponitka · 3 years, 9 months ago
  58. 04f5166 Fix triangle.wgsl's floating point literals. by Corentin Wallez · 3 years, 9 months ago
  59. ef74473 Fix issues in end2end tests for enabling buffer lazy clear by default by Jiawei Shao · 3 years, 10 months ago
  60. ce78ce2 Tiny cleanup of GetMappedRange. by Corentin Wallez · 3 years, 10 months ago
  61. c189b1d Re-enable float emission tests by David Neto · 3 years, 10 months ago
  62. e871e48 [validation] validate if entry point functions return void by Sarah Mashayekhi · 3 years, 10 months ago
  63. e8dc820 Skip TextureSubresourceTest.MipmapLevelsTest on Vulkan w/ validation by Austin Eng · 3 years, 10 months ago
  64. 1026fe3 [validation] Add disabled test for v-0024-entry point functions return void by Sarah Mashayekhi · 3 years, 10 months ago
  65. 3c9fee1 [validation] checks if function used in entry point exists by Sarah Mashayekhi · 3 years, 10 months ago
  66. 255cfe8 [validation] Add disabled test for v-0019-entry point functions must exist by Sarah Mashayekhi · 3 years, 10 months ago
  67. ef0fee4 D3D12: check if resource manager exists before releasing by Bryan Bernhart · 3 years, 10 months ago
  68. 8db00df [validation] Checks if recursions exist by Sarah Mashayekhi · 3 years, 10 months ago
  69. ab4e4fe Workaround Intel Mesa driver issue about T2B copy with stencil aspects by Jiawei Shao · 3 years, 10 months ago
  70. f7123d7 Remove MapRead/WriteAsync and CreateBufferMapped by Corentin Wallez · 3 years, 10 months ago
  71. d720785 Refactoring Queue::WriteTexture implementation by Tomek Ponitka · 3 years, 10 months ago
  72. 7f265d1 Fixing offset alignments when using DynamicUploader by Tomek Ponitka · 3 years, 10 months ago
  73. eff9ef0 Query API: QuerySet on Vulkan by Hao Li · 3 years, 10 months ago
  74. 2f6e4ec Add wgpu::TextureFormat::RGB9E5Ufloat by Corentin Wallez · 3 years, 10 months ago
  75. d38df39 [hlsl-writer] Add support for import statements. by dan sinclair · 3 years, 10 months ago
  76. a1087ee [hlsl-writer] Generate intrinsics. by dan sinclair · 3 years, 10 months ago
  77. 3739a23 [hlsl-writer] Emit cast expressions. by dan sinclair · 3 years, 10 months ago
  78. 10585f0 [hlsl-writer] Add tests for entry point data. by dan sinclair · 3 years, 10 months ago
  79. 6fdc77a [hlsl-writer] Emit module constants. by dan sinclair · 3 years, 10 months ago
  80. 1811639 [hlsl-writer] Fix emission of struct aliases. by dan sinclair · 3 years, 10 months ago
  81. bfaa6f8 [hlsl-writer] Emit uniform variables. by dan sinclair · 3 years, 10 months ago
  82. 7df4a84 [hlsl-writer] Add CallExpression. by dan sinclair · 3 years, 10 months ago
  83. 34fd95c [hlsl-writer] Add support for input locations and builtins. by dan sinclair · 3 years, 10 months ago
  84. be89a06 [hlsl-writer] Add function handling. by dan sinclair · 3 years, 10 months ago
  85. b54c82e Support depth-only/stencil-only COPY_SRC on OpenGL by Austin Eng · 3 years, 10 months ago
  86. 94a374f Add missing block decoration. by dan sinclair · 3 years, 10 months ago
  87. caec4ab Metal: Remove usage of MTLTextureUsagePixelFormatView by Corentin Wallez · 3 years, 10 months ago
  88. 9aed03d Fix visibility rules for configs enforced by latest GN. by Dirk Pranke · 3 years, 10 months ago
  89. 7268e7d OpenGL: Unconditionally set glFrontFace by Corentin Wallez · 3 years, 10 months ago
  90. 844f632 [type-determiner] return false when type determining an undeclared function by Sarah Mashayekhi · 3 years, 10 months ago
  91. 8fcf269 [validation] Add Disabled test for detecting recursion by Sarah Mashayekhi · 3 years, 10 months ago
  92. dd99471 [spirv-writer] Output name for constant global variables. by dan sinclair · 3 years, 10 months ago
  93. d95180d Roll 4 dependencies by Ryan Harrison · 3 years, 10 months ago
  94. c0fd9d0 D3D12: only lazy clear OutputAttachment textures with render target ops by Austin Eng · 3 years, 10 months ago
  95. 988f19e Pool sub-allocated resource heaps. by Bryan Bernhart · 3 years, 10 months ago
  96. b08e253 [validation] Validates if return statement type matches function return type by Sarah Mashayekhi · 3 years, 10 months ago
  97. eec1a6e [validation] Validates function name uniqueness by Sarah Mashayekhi · 3 years, 10 months ago
  98. 5e9b29f Fix ASSERT in WindowsDebugLogger by Austin Eng · 3 years, 10 months ago
  99. f580096 end2end_tests: Forward Windows debug messages to stderr by Austin Eng · 3 years, 10 months ago
  100. 24b5971 Remove deprecated wgpu::BufferCopyView members by Corentin Wallez · 3 years, 10 months ago