Hajime Hoshi
|
e14c05b0fe
|
shareable: Add comments
|
2018-03-26 00:13:26 +09:00 |
|
Hajime Hoshi
|
ab7a3e1ab3
|
graphics: Remove unneeded mutex
|
2018-03-25 23:55:38 +09:00 |
|
Hajime Hoshi
|
c767c0631e
|
restorable: Remove unneeded mutex
|
2018-03-25 23:40:39 +09:00 |
|
Hajime Hoshi
|
97ce612785
|
Refactoring: Don't access restorable package directly from ebiten package
|
2018-03-25 23:37:32 +09:00 |
|
Hajime Hoshi
|
ce8b9283a1
|
Re^2-land: shareable: Implement extending shareable texture again
|
2018-03-25 22:41:15 +09:00 |
|
Hajime Hoshi
|
125e5c4f32
|
restorable: Bug fix: Image must be protected with locks (#567)
|
2018-03-25 22:31:51 +09:00 |
|
Hajime Hoshi
|
e2632e358e
|
restorable: Add TestDoubleResolve
|
2018-03-25 21:09:26 +09:00 |
|
Hajime Hoshi
|
025fd00e6b
|
restorable: Bug fix: Make the image stale when pixels are partly replaced
|
2018-03-25 20:39:06 +09:00 |
|
Hajime Hoshi
|
fc47d2843a
|
restorable: Add TestRestoreChain2
|
2018-03-25 19:43:32 +09:00 |
|
Hajime Hoshi
|
c0b1919020
|
opengl: Refactoring: More similar way to golang.org/x/mobile/app
|
2018-03-25 18:23:34 +09:00 |
|
Hajime Hoshi
|
c47b549fd1
|
restorable: Refactoring: Make functions more atomic
|
2018-03-25 18:21:43 +09:00 |
|
Hajime Hoshi
|
99f72a1b64
|
restorable: Bug fix: commands must be flushed at At
|
2018-03-25 01:26:43 +09:00 |
|
Hajime Hoshi
|
8149ace52c
|
restorable: Add TestDispose
|
2018-03-25 00:50:11 +09:00 |
|
Hajime Hoshi
|
0acf021e03
|
restorable: Dispose images explicitly when restoring (#567)
|
2018-03-24 23:27:08 +09:00 |
|
Hajime Hoshi
|
1616373819
|
restorable: Ensure the given image is not nil at makeStaleIfDependingOn
|
2018-03-24 21:57:22 +09:00 |
|
Hajime Hoshi
|
b15fb523a8
|
shareable: Rename variables
|
2018-03-24 04:27:10 +09:00 |
|
Hajime Hoshi
|
b92bc6f21c
|
Revert "shareable: Implement extending shareable texture again"
This reverts commit b474946619 .
Reason: #567
|
2018-03-24 04:23:00 +09:00 |
|
Hajime Hoshi
|
2110191794
|
mobile: Accept gomobile build (#249)
|
2018-03-24 02:52:42 +09:00 |
|
Hajime Hoshi
|
9009b293e5
|
graphics: Remove type assertion
|
2018-03-21 16:51:27 +09:00 |
|
Hajime Hoshi
|
23c2fc0134
|
Revert "graphics: Remove type assertion"
This reverts commit ff331d031a .
Compile error
|
2018-03-21 16:48:51 +09:00 |
|
Hajime Hoshi
|
ff331d031a
|
graphics: Remove type assertion
|
2018-03-21 16:45:57 +09:00 |
|
Hajime Hoshi
|
09166a6c42
|
graphics: Fix shaders cleaner way
|
2018-03-21 03:36:36 +09:00 |
|
Hajime Hoshi
|
0a5deab0a2
|
graphics: Reland Bug fix: More strict calculation for the nearest filter (#558)
Better version of bae8f9d874
|
2018-03-21 02:40:26 +09:00 |
|
Hajime Hoshi
|
b8025d06f8
|
opengl: Specify texture wrap (CLAMP_TO_EDGE)
|
2018-03-21 02:27:11 +09:00 |
|
Hajime Hoshi
|
b157f2d6d0
|
Revert "graphics: Bug fix: More strict calculation for the nearest filter (#558)"
This reverts commit bae8f9d874 .
Reason: TravisCI failed
|
2018-03-20 04:16:37 +09:00 |
|
Hajime Hoshi
|
a40dc5cf22
|
graphics: Refactoring shader
|
2018-03-20 04:05:09 +09:00 |
|
Hajime Hoshi
|
bae8f9d874
|
graphics: Bug fix: More strict calculation for the nearest filter (#558)
|
2018-03-20 04:05:03 +09:00 |
|
Hajime Hoshi
|
aaa603dd08
|
Revert "Revert "shareable: Avoid unneeded extending images""
This reverts commit 96b9f09058 .
Fixes #561
|
2018-03-20 02:15:49 +09:00 |
|
Hajime Hoshi
|
3e929de08a
|
shareable: Revert extending images
Fixes #562
|
2018-03-20 02:14:04 +09:00 |
|
Hajime Hoshi
|
be4e3ab801
|
restorable: Bug fix: partial ReplacePixels broke the image state (#562)
|
2018-03-20 02:14:00 +09:00 |
|
Hajime Hoshi
|
9d37221743
|
restorable: Refactoring
|
2018-03-19 23:55:06 +09:00 |
|
Hajime Hoshi
|
927a4388b5
|
graphics: Bug fix: rounding texels is required even on the nearest filter
Fixes #558
|
2018-03-19 10:37:18 +09:00 |
|
Hajime Hoshi
|
d421648e57
|
shareable: Bug fix: workaround to fix #562 by disabling extending
|
2018-03-19 03:26:31 +09:00 |
|
Hajime Hoshi
|
96b9f09058
|
Revert "shareable: Avoid unneeded extending images"
This reverts commit ce4e00ff79 .
Reason: #560
|
2018-03-19 02:28:17 +09:00 |
|
Hajime Hoshi
|
b5d065151a
|
restorable: Don't flatten vertices until actually needed
|
2018-03-18 23:54:45 +09:00 |
|
Hajime Hoshi
|
de3a8d8893
|
restorable: Remove comments
|
2018-03-18 18:14:11 +09:00 |
|
Hajime Hoshi
|
5ec5cf2450
|
ui: Add comments
|
2018-03-17 18:34:20 +09:00 |
|
Hajime Hoshi
|
526fbd3619
|
ui: Implement SetWindowDecorated and IsWindowDecorated
Fixes #430.
|
2018-03-17 18:30:55 +09:00 |
|
Hajime Hoshi
|
ce4e00ff79
|
shareable: Avoid unneeded extending images
|
2018-03-17 17:41:36 +09:00 |
|
Hajime Hoshi
|
e7925a12bd
|
shareable: Refactoring
|
2018-03-16 01:21:33 +09:00 |
|
Hajime Hoshi
|
1b0e71765f
|
internal/hooks: Rename Update -> BeforeUpdate
|
2018-03-15 02:50:10 +09:00 |
|
Hajime Hoshi
|
61d7f1e9b5
|
affine: Bug fix: (*GeoM).det() was wrong (#547)
|
2018-03-12 11:11:53 +09:00 |
|
Hajime Hoshi
|
c2872017ab
|
affine: Add GeoM.Invert, IsInvertible (#547)
|
2018-03-11 19:13:39 +09:00 |
|
Hajime Hoshi
|
efea65ee58
|
graphics: Bug fix: wrong texels were used (#546)
|
2018-03-11 04:11:49 +09:00 |
|
Hajime Hoshi
|
b474946619
|
shareable: Implement extending shareable texture again
Related to #509
|
2018-03-11 01:36:47 +09:00 |
|
Hajime Hoshi
|
c37dd9d961
|
packing: Add Extend
|
2018-03-11 01:13:53 +09:00 |
|
Hajime Hoshi
|
48408cba11
|
shareable: Bug fix: Protect critical sections
|
2018-03-11 00:38:49 +09:00 |
|
Hajime Hoshi
|
c411ca492f
|
shareable: Set finalizers
|
2018-03-11 00:07:32 +09:00 |
|
Hajime Hoshi
|
a2d6ae7eee
|
shareable: Rename ImagePart -> Image
|
2018-03-11 00:05:06 +09:00 |
|
Hajime Hoshi
|
6c6b25647a
|
shareable: Rename Image -> backend
|
2018-03-11 00:02:23 +09:00 |
|