ebiten/internal
Hajime Hoshi 3fc328db8d uidriver/glfw: Adjust monitor sizes with math.Ceil
deviceScaleFactor() sometimes returns an unnice value (e.g.,
1.502361). Add math.Ceil whenever the calculation involves the
device scale factor.
2020-09-21 18:52:27 +09:00
..
affine affine: Add more tests for (*ColorM).Invert 2020-07-04 01:58:37 +09:00
buffered Performance optimization for the path without a shader 2020-09-21 05:43:24 +09:00
clock clock: Integrate now.go and now_js.go 2020-04-02 01:52:00 +09:00
colormcache ebitenutil: Cache ColorM and reuse them at DrawRect 2020-06-29 22:35:28 +09:00
devicescale devicescale: Ignore the base scale 2020-09-18 03:48:42 +09:00
driver ui: Add SetInitFocused 2020-08-23 02:19:09 +09:00
glfw uidriver/glfw: Bug fix: Treat X scale (HiDPI) correctly 2020-09-19 01:24:18 +09:00
graphics graphics: Revive the special allocating method for vertices for Wasm 2020-09-21 04:21:21 +09:00
graphicscommand Performance optimization for the path without a shader 2020-09-21 05:43:24 +09:00
graphicsdriver graphicsdriver/opengl: Better error message 2020-09-17 20:35:57 +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 ebiten: Allow SubImage at DrawRectShader 2020-09-20 04:48:10 +09:00
packing Typo Corrections from https://goreportcard.com/ (#1042) 2020-01-01 23:59:56 +09:00
png png: Update for Go 1.15 2020-08-14 03:25:02 +09:00
restorable Performance optimization for the path without a shader 2020-09-21 05:43:24 +09:00
shader shader: Reland: Bug fix: Checking unused variables defined with var 2020-09-17 17:46:35 +09:00
shaderir shader: Initialize output parameters explicitly 2020-09-12 00:35:14 +09:00
shareable Performance optimization for the path without a shader 2020-09-21 05:43:24 +09:00
testflock Small cleanup (#877) 2019-05-26 18:06:43 +09:00
testing Fix test failures 2020-09-08 03:10:59 +09:00
thread thread: Use an error value instead of context.Context 2020-08-30 02:18:12 +09:00
uidriver uidriver/glfw: Adjust monitor sizes with math.Ceil 2020-09-21 18:52:27 +09:00
web mipmap: Avoid using the vertex backend when GopherJS is not used 2020-07-14 12:16:37 +09:00