ebiten/internal
Hajime Hoshi 07d29fa729 cmd/ebitenmobile: bug fix: consider EbitenSurfaceView recreation
On Android Emulator (Small Desktop API 32), EbitenRenderer can be
easily recreated by resizing the window. Thus, EbitenRenderer should
not have any flags like strictContextRestoration. Also, the flag
onceSurfaceCreated_ doesn't work there.
2024-09-09 16:42:57 +09:00
..
affine
atlas all: specify src-regions correctly 2024-09-08 22:24:15 +09:00
beforemaintest internal/beforemaintest: avoid os.Exit(0) 2024-09-01 13:58:39 +09:00
buffered all: specify src-regions correctly 2024-09-08 22:24:15 +09:00
builtinshader internal/shader: allow less arguments at Fragment 2024-08-25 19:17:41 +09:00
clock
cocoa
debug internal/debug: reland: rename functions 2024-08-07 23:48:35 +09:00
file internal/file: update comments 2024-09-06 11:03:39 +09:00
gamepad internal/gamepad: ignore EACCES error for /dev/input 2024-08-08 11:35:39 +09:00
gamepaddb internal/gamepaddb: update the database 2024-09-03 02:19:03 +09:00
glfw Revert "internal/glfw: bug fix: limit the DWM swap interval to Vista and 7" 2024-06-04 21:06:51 +09:00
graphics ebiten: add Vertex.Custom0 to Custom3 2024-08-25 18:11:39 +09:00
graphicscommand all: specify src-regions correctly 2024-09-08 22:24:15 +09:00
graphicsdriver internal/graphicsdriver/playstation5: add extern C 2024-09-01 20:08:52 +09:00
hook
jsutil
microsoftgdk
mipmap all: specify src-regions correctly 2024-09-08 22:24:15 +09:00
packing
png all: use bufio.NewWriter to improve writing speed 2024-07-29 16:29:57 +09:00
processtest ebiten: add FillRuleFillAll, FillRuleEvenOdd, and FillRuleNonZero 2024-06-08 17:58:33 +09:00
restorable internal/restorable: optimize WritePixels 2024-09-08 22:55:34 +09:00
shader internal/shader: better error message for the fragment entry point 2024-08-25 19:38:57 +09:00
shaderir internal/shader: bug fix: test failures 2024-08-25 17:43:44 +09:00
testing internal/testing: avoid os.Exit(0) 2024-09-01 13:31:40 +09:00
thread
ui cmd/ebitenmobile: bug fix: consider EbitenSurfaceView recreation 2024-09-09 16:42:57 +09:00
vettools
vibrate
winver