Skip to content
  1. May 06, 2021
  2. May 05, 2021
  3. May 04, 2021
  4. May 03, 2021
  5. May 02, 2021
    • Timo de Kort's avatar
      HLSL CI (#788) · 05d36087
      Timo de Kort authored
      * Add validation-windows yml for HLSL
      
      Add workgroup size to hlsl-out
      
      * Update Readme with Make target information
      
      * Change runs on to windows-latest
      
      * Remove snapshot file
      05d36087
  6. May 01, 2021
    • Lachlan Sneff's avatar
      Add support for retrieving array length in msl backend (#806) · 232fd65e
      Lachlan Sneff authored
      * Add support for arrayLength to the wgsl frontend
      
      * Fix clippy warning
      
      * Add draft support for array length to the msl backend
      
      * Finalize support for array length in msl
      
      * Convert buffer size to array length in msl backend
      
      * Fix clippy warning
      
      * Fix misleading documentation
      
      * Changes based on review of PR
      
      * Use a fake binding for sizes buffer in msl backend if necessary
      
      * Only generate the msl buffer size structure if globals are present that have unsized arrays
      
      * Make sure to generate separators
      
      * Replace uses_unsized_buffers with !self.runtime_sized_buffers.is_empty()
      
      * Clear self.runtime_sized_buffers
      
      * Run snapshot of shadow.msl
      
      * Add Expression::ArrayLength support to the spirv backend
      
      * Remove wgsl target from the access snapshot test
      
      * Update access.msl snapshot
      
      * Update stack size for msl backend
      
      * Update stack size again for msl backend
      232fd65e
  7. Apr 30, 2021
  8. Apr 29, 2021
  9. Apr 28, 2021
  10. Apr 27, 2021
  11. Apr 26, 2021
  12. Apr 25, 2021