Skip to content
  1. Jul 16, 2021
  2. Jul 14, 2021
    • Jasper St. Pierre's avatar
      [glsl-in] Keep around extra linkage variables · 0995c716
      Jasper St. Pierre authored
      WGSL will require this. Note that this still might
      cause some issues with multi-entry-point GLSL
      that I didn't know how to handle. That is, we will
      handle unused builtin inputs but not unused
      builtin outputs correctly right now. This is an existing
      issue though, not a regression.
      
      This is also provided as an option, but I feel like
      the more correct approach is to never strip linkage
      variables. We'll see though.
      0995c716
    • Jasper St. Pierre's avatar
      Init env_logger in snapshots tests · 0b69aa8b
      Jasper St. Pierre authored
      For debugging. Maybe there's a way to do it for all tests,
      not sure...
      0b69aa8b
    • pyrotechnick's avatar
      Improve WGSL interpolation attributes (#1083) · 1d1aea24
      pyrotechnick authored
      * [wgsl-in] Map interpolate(..., center) to Sampling::Center
      
      * [wgsl-out] Improve interpolation attributes
      
      * [wgsl] Fix tests/in/interpolate.wgsl typo/format
      
      * [wgsl] Snapshot WGSL artefacts
      
      * [wgsl-out] Stack-only writing of interpolation
      1d1aea24
  3. Jul 13, 2021
  4. Jul 12, 2021
  5. Jul 07, 2021
  6. Jul 06, 2021
  7. Jul 05, 2021
  8. Jul 04, 2021
  9. Jul 03, 2021
  10. Jul 02, 2021