ebiten/internal
Hajime Hoshi 7b77164710 restorable: Ignore the error when restoring failed due to being not ready
(driver.Graphics).BeginFrame tries to restore the images, but
the context might be lost at that time yet. If the attempt to
restore the context because the driver is not ready, return
silently.

Fixes #1133
2020-04-12 20:01:18 +09:00
..
affine affine: Add ColorM.Scale tests 2019-01-23 02:50:30 +09:00
buffered buffered: Use RunGame for tests 2020-04-01 18:32:14 +09:00
clock clock: Integrate now.go and now_js.go 2020-04-02 01:52:00 +09:00
devicescale devicescale: Fix comments 2020-03-28 16:31:38 +09:00
driver restorable: Ignore the error when restoring failed due to being not ready 2020-04-12 20:01:18 +09:00
glfw Update dependencies 2020-03-31 03:32:38 +09:00
graphics graphics: Remove PutQuadVertices 2019-09-21 04:14:25 +09:00
graphicscommand graphicscommand: Fix debug messages 2020-04-08 13:48:22 +09:00
graphicsdriver restorable: Ignore the error when restoring failed due to being not ready 2020-04-12 20:01:18 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
jsutil graphicsdriver/opengl: Use glBufferSubData instead of glTexSubImage2D on browsers 2020-01-02 16:27:51 +09:00
mipmap mipmap: Bug fix: DrawTriangles with a scale-only color matrix should be optimized 2020-03-17 02:48:29 +09:00
monogame monogame: Set viewports 2020-04-06 02:36:15 +09:00
packing Typo Corrections from https://goreportcard.com/ (#1042) 2020-01-01 23:59:56 +09:00
png Update dependencies 2020-03-31 03:32:38 +09:00
restorable restorable: Ignore the error when restoring failed due to being not ready 2020-04-12 20:01:18 +09:00
shareable Add testing package 2020-04-01 18:10:48 +09:00
testflock Small cleanup (#877) 2019-05-26 18:06:43 +09:00
testing testing: Use RunGame 2020-04-01 18:21:35 +09:00
thread thread: Fix comments 2020-03-29 16:27:12 +09:00
uidriver monogame: Implement drawing screens 2020-04-06 01:51:06 +09:00
web web: Bug fix: iPad was not recognized as iOS 2019-11-10 16:52:49 +09:00