Skip to content
Snippets Groups Projects
  1. May 10, 2014
  2. Jan 08, 2014
    • Micah Elizabeth Scott's avatar
      Fix tearing on Windows and Mac OS hosts · 47a4e551
      Micah Elizabeth Scott authored
      I'd been assuming that the OS always copied our USB transfer buffer at submit-time. Turns out that this is true for Linux but not for Windows or Mac. This caused tearing when fcserver received a new frame while previous frame(s) were still queued in the USB host controller.
      
      Fixed this by copying to a per-transfer buffer on Windows and Mac. Linux is unaffected. We avoid performing an additional copy there.
      47a4e551
  3. Nov 06, 2013
  4. Nov 05, 2013
  5. Nov 04, 2013
  6. Oct 31, 2013
  7. Oct 29, 2013
  8. Oct 21, 2013
    • Micah Elizabeth Scott's avatar
      Actually, disable linearCutoff by default · 023b6005
      Micah Elizabeth Scott authored
      When staring directly at the LEDs, the dithering flicker is visible- but in an enclosure, the flicker is totally nonexistent and the linear section causes a noticeable discontinuity.
      
      A pure nonlinear-only approach seems like the best default. I'll document cases when this linear section might help, and it will be up to individual clients (or fcserver config files) to enable it.
      023b6005
  9. Oct 20, 2013
  10. Oct 19, 2013
  11. Aug 13, 2013
  12. Jul 31, 2013
  13. Jul 27, 2013
  14. Jul 25, 2013
  15. Jul 24, 2013
  16. Jul 23, 2013
Loading