Hajime Hoshi
|
0956ca0ea6
|
graphicsutil: Add MipmapLevel
|
2018-07-31 01:47:03 +09:00 |
|
Hajime Hoshi
|
b8ab1363d2
|
graphics: Bug fix: mipmap level calculation
|
2018-07-31 01:02:09 +09:00 |
|
Hajime Hoshi
|
d7d02e6d6a
|
Reland: graphics: mipmap images should be volatile when the base image is volatile
This is not a bug fix, but should improve performance.
|
2018-07-30 00:26:36 +09:00 |
|
Hajime Hoshi
|
9e9a05ee54
|
graphics: Remove redundant disposing images
|
2018-07-30 00:25:51 +09:00 |
|
Hajime Hoshi
|
c720c8e1cb
|
graphics: Dispose mipmap images for the offscreen every frame
|
2018-07-30 00:03:34 +09:00 |
|
Hajime Hoshi
|
20c8d7317c
|
graphics: Add comments
|
2018-07-30 00:02:03 +09:00 |
|
Hajime Hoshi
|
5be58086b5
|
Revert "graphics: Bug fix: mipmap images should be volatile when the base image is volatile"
This reverts commit 0f82330009 .
|
2018-07-29 23:58:46 +09:00 |
|
Hajime Hoshi
|
0f82330009
|
graphics: Bug fix: mipmap images should be volatile when the base image is volatile
|
2018-07-29 23:54:46 +09:00 |
|
Hajime Hoshi
|
0bf62f392f
|
shareable: Bug fix: forceShared should allocate backend as shareable
|
2018-07-29 23:49:53 +09:00 |
|
Hajime Hoshi
|
8a221a5774
|
graphics: Use mipmap images for minifying images with linear filter
Fixes #578
|
2018-07-29 23:33:49 +09:00 |
|
Hajime Hoshi
|
81094da3a1
|
shareable: Bug fix: test failures
|
2018-07-29 23:28:13 +09:00 |
|
Hajime Hoshi
|
b02b2de626
|
examples/minify: Add rotation
|
2018-07-29 23:24:18 +09:00 |
|
Hajime Hoshi
|
a321155ab5
|
examples/minify: Improve minifying demonstration
|
2018-07-29 22:19:22 +09:00 |
|
Hajime Hoshi
|
056ed1c6db
|
shareable: Return color.RGBA instead of color.Color
|
2018-07-29 21:59:18 +09:00 |
|
Hajime Hoshi
|
c39c211d1f
|
Add examples/minify
|
2018-07-29 18:58:30 +09:00 |
|
Hajime Hoshi
|
59bcbca379
|
audio: Add NewInfiniteLoopWithIntro (#652)
|
2018-07-28 21:25:42 +09:00 |
|
Hajime Hoshi
|
b9265d5120
|
Enable to go-generate under non-GOPATH directories
|
2018-07-28 19:21:19 +09:00 |
|
Hajime Hoshi
|
88e488a5a6
|
docs: Update
|
2018-07-28 19:00:05 +09:00 |
|
Hajime Hoshi
|
da662b384c
|
affine: Refactoring: Unify two element slices into one
|
2018-07-27 01:51:49 +09:00 |
|
Hajime Hoshi
|
2b4785f863
|
affine: Remove unused function
|
2018-07-27 01:23:14 +09:00 |
|
Hajime Hoshi
|
c6153de4f5
|
ebitenutil: Use ColorM
|
2018-07-26 12:47:39 +09:00 |
|
Hajime Hoshi
|
8e6314f856
|
graphics: Fix DrawImage comment
|
2018-07-26 11:40:01 +09:00 |
|
Hajime Hoshi
|
5a9235aaf9
|
graphics: Embed color matrices values to vertices (#655)
Fixes #531
|
2018-07-26 11:37:27 +09:00 |
|
Hajime Hoshi
|
8144c9d638
|
Update go.mod
|
2018-07-25 01:45:33 +09:00 |
|
Hajime Hoshi
|
c4c21e0f36
|
Update go.mod
|
2018-07-25 01:31:00 +09:00 |
|
Hajime Hoshi
|
1e9f7ba3e2
|
Update go.mod
|
2018-07-25 01:26:26 +09:00 |
|
Hajime Hoshi
|
2559979c2b
|
shareable: Add tests
|
2018-07-25 01:08:04 +09:00 |
|
Hajime Hoshi
|
5beaf843a6
|
shareable: Bug fix: volatile or screen must not use shareable texture
|
2018-07-24 22:25:15 +09:00 |
|
Hajime Hoshi
|
d10d319d7e
|
Bug fix: Module-awareness is required to get gjbt
|
2018-07-24 02:17:21 +09:00 |
|
Hajime Hoshi
|
2969de5b1f
|
audio: Refactoring: Redefine bytesPerSample
|
2018-07-24 01:54:01 +09:00 |
|
Hajime Hoshi
|
a0bd31ef1f
|
audio: Rename stream -> src
|
2018-07-24 01:22:05 +09:00 |
|
Hajime Hoshi
|
6a1afe8fbe
|
audio: Add test for negative position
|
2018-07-23 04:01:43 +09:00 |
|
Hajime Hoshi
|
0d5924b448
|
audio: Add test for InifiniteLoop
|
2018-07-23 03:30:06 +09:00 |
|
Hajime Hoshi
|
34ac185327
|
audio: Rename file
|
2018-07-23 03:15:17 +09:00 |
|
Hajime Hoshi
|
082556ad5c
|
audio: Better error message
|
2018-07-23 02:28:07 +09:00 |
|
Hajime Hoshi
|
05ac690db5
|
audio/vorbis/internal/stb: Use stbvorbis.js
Fixes #641
|
2018-07-22 17:15:28 +09:00 |
|
Hajime Hoshi
|
b2a4ddf853
|
shareable: Refactoring: Add moveTo
|
2018-07-22 06:29:31 +09:00 |
|
Hajime Hoshi
|
693116ffd6
|
shareable: Bug fix: Double free
|
2018-07-22 05:52:11 +09:00 |
|
Hajime Hoshi
|
6687ffe8ba
|
shareable: Bug fix: SetFinalizer must not be reset at dispose(false)
|
2018-07-22 05:40:04 +09:00 |
|
Hajime Hoshi
|
c15348f939
|
packing: Improve panic messages
|
2018-07-22 05:29:02 +09:00 |
|
Hajime Hoshi
|
09dcba40ab
|
shareable: Rename variables
|
2018-07-22 04:32:36 +09:00 |
|
Hajime Hoshi
|
a6edb90898
|
shareable: Use the shared backend again in some conditions
Fixes #633
|
2018-07-22 04:03:35 +09:00 |
|
Hajime Hoshi
|
2bba43d6db
|
Update go.mod
|
2018-07-22 02:04:39 +09:00 |
|
Hajime Hoshi
|
a341e96545
|
Update go.mod
|
2018-07-22 00:11:38 +09:00 |
|
Hajime Hoshi
|
7e26ae5f8d
|
Update go.sum
|
2018-07-21 22:35:13 +09:00 |
|
Hajime Hoshi
|
9caa0f7c80
|
Update go.mod
|
2018-07-21 20:55:47 +09:00 |
|
Hajime Hoshi
|
e3ab158d7d
|
affine: Allow absence of the translate part
|
2018-07-21 17:21:55 +09:00 |
|
Hajime Hoshi
|
c0a0f62eea
|
Update go.mod
|
2018-07-21 15:16:07 +09:00 |
|
Hajime Hoshi
|
9047e54ae6
|
shareable: Remove comments
|
2018-07-21 03:43:12 +09:00 |
|
Hajime Hoshi
|
5249afc06b
|
graphicsutil: Add QuadIndices
|
2018-07-21 03:40:37 +09:00 |
|