ebiten/internal
Hajime Hoshi de4b439228 uidriver/glfw: Bug fix: Thread must be set before the loop starts
The graphics driver needs to have its thread before the loop
starts, or the driver crashes (nil reference) when it tries to use
the thread.
2019-06-24 02:03:14 +09:00
..
affine affine: Add ColorM.Scale tests 2019-01-23 02:50:30 +09:00
clock clock: Assert that now() must be monotonic 2019-05-24 22:59:02 +09:00
devicescale devicescale: Remove the updating loop 2019-05-08 01:14:22 +09:00
driver driver: Add (Graphics).HasHighPrecisionFlaot 2019-06-22 14:57:53 +09:00
glfw Improve testability on Wasm 2019-06-14 23:59:38 +09:00
graphics graphics: Move the vertices backend to ebiten package 2019-06-22 00:02:22 +09:00
graphicscommand driver: Add (Graphics).HasHighPrecisionFlaot 2019-06-22 14:57:53 +09:00
graphicsdriver driver: Add (Graphics).HasHighPrecisionFlaot 2019-06-22 14:57:53 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
jsutil jsutil: Refactoring 2019-06-17 10:48:36 +09:00
packing shareable: Update page sizes dynamically 2019-06-22 23:05:28 +09:00
png png: Update for Go 1.12 2019-03-30 23:27:09 +09:00
restorable graphicscommand: Move the texel adjustment logic to graphicscommand package 2019-06-22 03:52:51 +09:00
shareable shareable: Refactoring 2019-06-23 11:33:17 +09:00
testflock Small cleanup (#877) 2019-05-26 18:06:43 +09:00
thread thread: Bug fix: Queue funcs instead of panic 2019-06-21 11:10:27 +09:00
uidriver uidriver/glfw: Bug fix: Thread must be set before the loop starts 2019-06-24 02:03:14 +09:00
web web: Optimization: Cache user agent value 2019-06-17 10:56:50 +09:00