Skip to content
  1. Jun 10, 2017
  2. Jun 09, 2017
    • faiface's avatar
      minor, mostly stylistic, changes · c0766504
      faiface authored
      c0766504
    • Seebs's avatar
      Simplify Matrix math, use 6-value affine matrixes. · c321515d
      Seebs authored
      It turns out that affine matrices are much simpler than the 3x3 matrices
      they imply, and we can use this to dramatically streamline some code.
      For a test program, this was about a 50% gain in frame rate just from
      the cost of the applyMatrixAndMask calls in imdraw, which were calling
      matrix.Project() many times. Simplifying matrix.Project, alone, got a
      nearly 50% frame rate boost!
      
      Also modify pixelgl's SetMatrix to copy the six values of a 3x2
      Affine into the corresponding locations of a 3x3 matrix.
      c321515d
  3. May 28, 2017
  4. May 27, 2017
  5. May 21, 2017
  6. May 17, 2017
  7. Apr 28, 2017
  8. Apr 26, 2017
  9. Apr 21, 2017
  10. Apr 13, 2017
  11. Apr 12, 2017
  12. Apr 10, 2017
  13. Apr 09, 2017
  14. Apr 01, 2017
  15. Mar 31, 2017
  16. Mar 30, 2017
  17. Mar 23, 2017
  18. Mar 20, 2017
  19. Mar 15, 2017
  20. Mar 14, 2017
  21. Mar 13, 2017
  22. Mar 08, 2017
  23. Mar 07, 2017