ebiten/internal/restorable
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
..
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image.go buffered, restorable: Remove copying pixels 2020-07-01 02:56:40 +09:00
images_test.go driver: Add AddressUnsafe 2020-06-25 01:00:38 +09:00
images.go restorable: Add an explicit way to detect context-lost 2020-05-30 20:29:15 +09:00
js.go restorable: Add an explicit way to detect context-lost 2020-05-30 20:29:15 +09:00
notjs.go restorable: Add an explicit way to detect context-lost 2020-05-30 20:29:15 +09:00
rect.go restorable: Merge two 'copy' into one 2019-11-16 02:10:53 +09:00
shader_test.go graphicscommand: Remove the source-region parts from the uniform variables 2020-06-30 00:44:05 +09:00
shader.go restorable: Add Shader (WIP) 2020-05-25 00:50:01 +09:00