Skip to content
  1. Sep 28, 2019
  2. Sep 26, 2019
  3. Sep 23, 2019
  4. Sep 13, 2019
    • Duncan Hopkins's avatar
      zink: respect ubo buffer alignment requirement · 30205883
      Duncan Hopkins authored and Erik Faye-Lund's avatar Erik Faye-Lund committed
      The driver can report a minimum alignment for UBOs, and that can be
      larger than 64, which we've currently been using. Let's play ball, and
      use the reported value instead.
      30205883
    • Duncan Hopkins's avatar
      zink: fix line-width calculation · a41639dd
      Duncan Hopkins authored and Erik Faye-Lund's avatar Erik Faye-Lund committed
      There's two things that goes wrong in this code on some drivers:
      1. Rounding off the line-width to granularity can push it outside the
         legal range.
      2. A granularity of 0.0 results in NaN, because we divide by zero.
      
      So let's make this code a bit more robust.
      a41639dd
  5. Jul 25, 2019