- Jan 21, 2018
-
-
Lance Gilbert authored
-
- Jan 08, 2014
-
-
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.
- Nov 06, 2013
-
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
This lets us uniquely identify a particular device connection instance.
-
- Nov 05, 2013
-
-
Micah Elizabeth Scott authored
-
- Nov 04, 2013
-
-
Micah Elizabeth Scott authored
-
- Oct 31, 2013
-
-
Micah Elizabeth Scott authored
This was causing deadlocks all over on Windows. Now things seem to be running smoothly!
-
Micah Elizabeth Scott authored
-
- Oct 30, 2013
-
-
Micah Elizabeth Scott authored
-
- Oct 29, 2013
-
-
Micah Elizabeth Scott authored
-
- Jul 27, 2013
-
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
- Jul 24, 2013
-
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
- Jul 23, 2013
-
-
Micah Elizabeth Scott authored
Almost fast enough.. just 1.3ms more to shave off per frame.
-
Micah Elizabeth Scott authored
-
- Jul 22, 2013
-
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
- Jul 21, 2013
-
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
Originally I wasn't planning on doing this, but since I need to reclaim some RAM anyway, might as well just start hacking out everything we don't need...
-