ebiten/internal
Hajime Hoshi 7b960a2df4 uidriver/glfw: Use the actual window size for the offscreen
On Windows, a specified window size might not match with the
actual window size when the size is too big. In this case, Ebiten
could not render the offscreen well and the upper side was cropped.

To avoid this, use the actual window size for the offscreen.

Fixes #1163
2020-05-22 18:18:38 +09:00
..
affine affine: Add ColorM.Scale tests 2019-01-23 02:50:30 +09:00
buffered buffered: Skip mutex at ReplacePixels when possible 2020-04-19 00:18:19 +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 driver: Add ImageID and use this 2020-05-20 00:11:08 +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 driver: Add ImageID and use this 2020-05-20 00:11:08 +09:00
graphicsdriver driver: Add ImageID and use this 2020-05-20 00:11:08 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
jsutil Remove MonoGame support 2020-05-08 19:32:28 +09:00
mipmap shareable: Replace At with Pixels 2020-04-18 21:05:51 +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
shader shader: Parse structs 2020-05-11 00:43:17 +09:00
shaderir shaderir: Split vertex shader and fragment shader at Glsl() 2020-05-21 23:58:08 +09:00
shareable shareable: Replace At with Pixels 2020-04-18 21:05:51 +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 uidriver/glfw: Use the actual window size for the offscreen 2020-05-22 18:18:38 +09:00
web web: Bug fix: iPad was not recognized as iOS 2019-11-10 16:52:49 +09:00