ebiten/internal/restorable
Hajime Hoshi fa53160e18 mipmap: Stop using negative mipmaps
Negative mipmaps tend to allocate extremely big images.

Instead, encourage to use images with explicit padding when enlarging
the image.

Fixes #1400
2020-10-31 02:52:40 +09:00
..
const_android.go cmd/ebitenmobile: Use an explict way to detect context lost on Android 2020-08-15 01:39:08 +09:00
const_js.go Clean up the 'js' build tags 2020-10-07 01:33:10 +09:00
const_others.go cmd/ebitenmobile: Use an explict way to detect context lost on Android 2020-08-15 01:39:08 +09:00
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image.go mipmap: Stop using negative mipmaps 2020-10-31 02:52:40 +09:00
images_test.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
images.go mipmap, shareable: Refactoring: Remove SetGraphicsDriver 2020-10-13 01:36:52 +09:00
rect.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
shader_test.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
shader.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00