ebiten/internal
Hajime Hoshi b3bdf51905
graphicscommand: Return the error immediately (#1060)
Now grpahicscommand saves the error and shows the error after a
while. This was good to simplify the API but was the cause to hide
some issues.

This change fixes all the errors to be returned immediately, and
buffer this in the ebiten package instead.

Fixes #971
2020-01-19 01:18:56 +09:00
..
affine affine: Add ColorM.Scale tests 2019-01-23 02:50:30 +09:00
buffered graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
clock clock: Avoid calling (js.Value).Get() for performance 2019-09-28 01:47:48 +09:00
devicescale devicescale: Remove the updating loop 2019-05-08 01:14:22 +09:00
driver ui: Add IsForeground API to glfw driver (#1058) 2020-01-16 10:47:23 +09:00
glfw ui: Add GamepadGUID and GamepadName functions (#1035) 2020-01-09 22:11:32 +09:00
graphics graphics: Remove PutQuadVertices 2019-09-21 04:14:25 +09:00
graphicscommand graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
graphicsdriver graphicsdriver/opengl: Enable to compile with gldebug 2020-01-13 18:55:30 +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 graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
packing Typo Corrections from https://goreportcard.com/ (#1042) 2020-01-01 23:59:56 +09:00
png png: Add stdlibfuzz.go 2019-11-26 00:13:50 +09:00
restorable graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
shareable graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +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/mobile: Prevent non-mobile environments from compiling 2020-01-18 21:15:56 +09:00
web web: Bug fix: iPad was not recognized as iOS 2019-11-10 16:52:49 +09:00