ebiten/internal
Hajime Hoshi 2d079b123f restorable: Add ResetRestoringState to reset the state
After Fill command, the image doesn't have to keep the restoring
information. Now Fill command is as same as DrawTriangles, there
is no way for restorable.Image to know whether it can reset the
state or not. ResetRestoringState clears the state explicitly.
2019-07-20 14:04:02 +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 graphicscommand: Improve debug messages 2019-07-19 23:35:13 +09:00
glfw glfw: Take a byte pointer instead of a uintptr at the callback 2019-06-27 22:57:44 +09:00
graphics graphics: Move functions to the package ebiten 2019-06-26 22:23:09 +09:00
graphicscommand graphics: Unify dumping logic 2019-07-20 01:46:33 +09:00
graphicsdriver graphicsdriver/opengl: Use sync.Once for concurrent safety 2019-07-04 01:15:51 +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 restorable: Add ResetRestoringState to reset the state 2019-07-20 14:04:02 +09:00
shareable restorable: Add ResetRestoringState to reset the state 2019-07-20 14:04:02 +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 ui/mobile: Move 'DoWork' logic to ui/mobile package 2019-06-27 00:32:37 +09:00
web web: Optimization: Cache user agent value 2019-06-17 10:56:50 +09:00