ebiten/internal
Hajime Hoshi 1e1f309a1c shareable: Add Fill
Before introducing Fill, filling an image with a solid color was
implemented by ReplacePixels. When an offscreen image is used, the
offscreen image is not fully cleared or filled with a color and
out of (0,0)-(width,height) region. This causes a glitch thin line
on mobile platforms.

This change adds (*shareable.Image).Fill to fill the whole
framebuffer region of the image.
2019-01-13 02:12:47 +09:00
..
affine graphics: Embed 'scale' part of the color matrix 2018-08-10 23:20:55 +09:00
clock audio: Refactoring: Remove dependency on clock package 2019-01-10 00:59:38 +09:00
devicescale devicescale: Use NewLazySystemDLL instead of NewLazyDLL (#766) 2019-01-04 06:11:59 +09:00
glfw glfw: Bug fix: Compilation error on Windows 2019-01-09 10:34:54 +09:00
graphics graphics: Add Address representing a sampler address mode 2018-12-24 17:29:31 +09:00
graphicscommand graphicscommand: Rename functions 2019-01-12 01:33:27 +09:00
graphicsdriver graphicsdriver/metal: Avoid using @available syntax for old Xcode (#781) 2019-01-12 00:33:45 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
input Use internal/glfw 2018-12-30 02:35:46 +09:00
mainthread mainthread: RunLockOSThread is mainthread package's responsibility 2018-12-28 02:20:53 +09:00
packing packing: Improve panic messages 2018-07-22 05:29:02 +09:00
png internal/png: Update 2018-09-02 23:09:08 +09:00
restorable restorable: Bug fix: Clearing a new image region was wrong 2019-01-12 16:16:50 +09:00
shareable shareable: Add Fill 2019-01-13 02:12:47 +09:00
testflock testflock: Use just sync.Mutex on browsers (#615) 2018-05-19 21:10:34 +09:00
ui ui: Bug fix: Changing screen size didn't work correctly on Windows 2019-01-09 11:08:27 +09:00
web Use new GopherWasm API (#634) 2018-06-30 00:02:15 +09:00