ebiten/internal
Hajime Hoshi 4c640d2500 buffered, restorable: Remove copying pixels
Instead, the callers (ebiten.NewImageFromImage and
(*ebiten.Image).ReplacePixels) have responsibility to copy the
pixels now. This change should reduce unnecessary copying pixels.

Updates #1222
2020-07-01 02:56:40 +09:00
..
affine affine: Add ColorM.Scale tests 2019-01-23 02:50:30 +09:00
buffered buffered, restorable: Remove copying pixels 2020-07-01 02:56:40 +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: Fix comments 2020-03-28 16:31:38 +09:00
driver driver: Add AddressUnsafe 2020-06-25 01:00:38 +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 graphicscommand: Remove the source-region parts from the uniform variables 2020-06-30 00:44:05 +09:00
graphicsdriver graphicsdriver/metal: Avoid synching texture data at ReplacePixels 2020-06-28 19:40:37 +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 driver: Add AddressUnsafe 2020-06-25 01:00:38 +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 buffered, restorable: Remove copying pixels 2020-07-01 02:56:40 +09:00
shader examples/shader: Show an image 2020-06-24 01:41:27 +09:00
shaderir shaderir: Use constant.Value for number literals 2020-06-21 01:30:23 +09:00
shareable shareable: Bug fix: The first image's region in the uniform vriables was ignored 2020-06-30 00:50:40 +09:00
testflock Small cleanup (#877) 2019-05-26 18:06:43 +09:00
testing testing: Bug fix: Wrong uniform variables 2020-06-30 01:49:40 +09:00
thread thread: Fix comments 2020-03-29 16:27:12 +09:00
uidriver uidriver/glfw: Bug fix: SetVsyncEnabled(false) did not work before the main loop 2020-06-14 11:50:58 +09:00
web web: Bug fix: iPad was not recognized as iOS 2019-11-10 16:52:49 +09:00