Hajime Hoshi
|
8ef0f1ac6a
|
restorable: Avoid unneeded discarding images
|
2018-02-28 15:56:51 +09:00 |
|
Hajime Hoshi
|
2f1908b05c
|
restorable: Use nil instead of empty affine.ColorM
|
2018-02-28 02:14:10 +09:00 |
|
Hajime Hoshi
|
8c8e512059
|
affine: User nillable pattern for ColorM
|
2018-02-28 02:14:06 +09:00 |
|
Hajime Hoshi
|
adbd0db765
|
restorable: Accept source rect and geom instead of vertices
|
2018-02-27 01:35:30 +09:00 |
|
Hajime Hoshi
|
519a75e5a8
|
restorable: Bug fix: Clearing framebuffers was not complete
|
2018-02-25 23:53:27 +09:00 |
|
Hajime Hoshi
|
85b133dad0
|
graphics: Remove NewImageFromImage command
|
2018-02-25 23:22:49 +09:00 |
|
Hajime Hoshi
|
9adc1ac6a0
|
Revert "graphics: Refactoring: clearing framebuffer"
This reverts commit 58f5c9c1d0 .
Fixes #515
|
2018-02-25 22:04:04 +09:00 |
|
Hajime Hoshi
|
58f5c9c1d0
|
graphics: Refactoring: clearing framebuffer
|
2018-02-24 23:51:05 +09:00 |
|
Hajime Hoshi
|
a2d40e0908
|
graphics: Remove offsetX/offsetY from framebuffer
|
2018-02-24 23:35:55 +09:00 |
|
Hajime Hoshi
|
9da5099060
|
graphics: Refactoring: Flip Y by geometry matrix instead of projection matrix
|
2018-02-24 23:32:36 +09:00 |
|
Hajime Hoshi
|
a644e92298
|
restorable: Better calculation to clear restorable.Image
|
2018-02-24 21:16:30 +09:00 |
|
Hajime Hoshi
|
da20b3f49a
|
restorable: Bug fix: Clear screen framebuffer on fullscreen mode
Fixes #513
|
2018-02-24 20:48:47 +09:00 |
|
Hajime Hoshi
|
fe7aae32a0
|
restorable: Remove graphics.Image.Fill usage
|
2018-02-24 16:18:18 +09:00 |
|
Hajime Hoshi
|
2ba89591db
|
restorable: Remove Fill
|
2018-02-24 15:14:53 +09:00 |
|
Hajime Hoshi
|
6ef4bbde2d
|
graphics: Add FilterDefault; Make DrawImageOptions specify Filter (#453)
|
2018-02-14 02:59:44 +09:00 |
|
Hajime Hoshi
|
80596820cf
|
graphics: Replace []uint8 with []byte
|
2018-01-28 22:40:36 +09:00 |
|
Hajime Hoshi
|
723d153800
|
Reland(2): graphics: Appropriate rendering of edges on linear filter
|
2017-12-12 00:03:01 +09:00 |
|
Hajime Hoshi
|
362d1c417f
|
Revert 'graphics: Appropriate rendering of edges on linear filter (Reland)' (#458)
|
2017-12-11 20:30:54 +09:00 |
|
Hajime Hoshi
|
1152439e65
|
graphics: Appropriate rendering of edges on linear filter (Reland)
Fixes #456
|
2017-12-07 02:26:16 +09:00 |
|
Hajime Hoshi
|
8091aa5190
|
Revert 'graphics: Appropriate rendering of edges on linear filter' #456
|
2017-12-06 23:40:29 +09:00 |
|
Hajime Hoshi
|
bc0432f310
|
graphics: Appropriate rendering of edges on linear filter
Fixes #315
|
2017-12-06 21:40:24 +09:00 |
|
Hajime Hoshi
|
6145ecee74
|
graphics: Misspelling
|
2017-09-21 23:33:27 +09:00 |
|
Hajime Hoshi
|
b47e564762
|
graphics: Add comments
|
2017-09-20 01:35:56 +09:00 |
|
Hajime Hoshi
|
05d91eac09
|
restorable: Fix misspelling
|
2017-09-15 03:13:36 +09:00 |
|
Hajime Hoshi
|
f16b5d9c10
|
restorable: Rename variables
|
2017-09-15 01:14:09 +09:00 |
|
Hajime Hoshi
|
ccddf3c4ac
|
restorable: Refactoring: Remove arguments from NewImageFromImage
|
2017-09-15 00:51:17 +09:00 |
|
Hajime Hoshi
|
2881d3fc4c
|
restorable: Add comments
|
2017-09-15 00:39:49 +09:00 |
|
Hajime Hoshi
|
80940f9070
|
restorable: Add comments
|
2017-09-15 00:24:18 +09:00 |
|
Hajime Hoshi
|
9ab517cf82
|
restorable: Refactoring
|
2017-08-07 00:06:35 +09:00 |
|
Hajime Hoshi
|
1fb7e123c2
|
Remove dependencies on internal/graphics from ebiten
|
2017-08-06 21:34:24 +09:00 |
|
Hajime Hoshi
|
631264fce1
|
Add 'internal/math' package
|
2017-08-06 20:05:14 +09:00 |
|
Hajime Hoshi
|
3a3a4af035
|
graphics: Avoid type assertions for Fill
|
2017-07-02 21:32:07 +09:00 |
|
Hajime Hoshi
|
364819f361
|
restorable: Disable restoring on desktops and mobile browsers (#380)
|
2017-07-02 15:58:00 +09:00 |
|
Hajime Hoshi
|
565a28ff04
|
restorable: Merge draw image history items if possible (#379)
|
2017-07-02 02:21:23 +09:00 |
|
Hajime Hoshi
|
979836d0f5
|
restorable: Refactoring: move and rename a const
|
2017-07-02 01:41:07 +09:00 |
|
Hajime Hoshi
|
c694851765
|
ui: Center the screen on fullscreen mode (#374)
|
2017-07-01 04:12:09 +09:00 |
|
Hajime Hoshi
|
ad1f1263f7
|
restorable: Bug fix: wrong topological sort (#359)
|
2017-06-03 02:41:37 +09:00 |
|
Hajime Hoshi
|
1d66ebc854
|
restorable: Bug fix: topological sort is required to restore images correctly (#357)
|
2017-06-01 10:44:28 +09:00 |
|
Hajime Hoshi
|
82f102c422
|
restorable: Add TestRestoreRecursive (#265) (#357)
|
2017-06-01 02:37:57 +09:00 |
|
Hajime Hoshi
|
baeadfb7fe
|
restorable: Add tests (#265) (#357)
|
2017-06-01 01:27:56 +09:00 |
|
Hajime Hoshi
|
7d181e3182
|
opengl: Hide OpenGL context usages into internal/graphics package
|
2017-05-31 02:18:04 +09:00 |
|
Hajime Hoshi
|
5a4a82ab50
|
restorable: Add TODO comments (#357)
|
2017-05-30 03:31:29 +09:00 |
|
Hajime Hoshi
|
d220e300ab
|
restorable: Fix doc
|
2017-05-30 02:06:45 +09:00 |
|
Hajime Hoshi
|
a5f80c3716
|
restorable: VRAM -> GPU
|
2017-05-30 01:28:23 +09:00 |
|
Hajime Hoshi
|
1b1b996817
|
graphics: Avoid copying ColorM
|
2017-05-27 16:17:49 +09:00 |
|
Hajime Hoshi
|
8b48d010ed
|
restorable: Refactoring
|
2017-05-03 23:24:00 +09:00 |
|
Hajime Hoshi
|
bc105e7350
|
restorable: Unexport functions
|
2017-05-03 23:18:35 +09:00 |
|
Hajime Hoshi
|
aa5c278445
|
restorable: Unexport add
|
2017-05-03 23:15:18 +09:00 |
|
Hajime Hoshi
|
9f5cf48d24
|
restorable: Move Images to resotrable package
|
2017-05-03 23:11:43 +09:00 |
|
Hajime Hoshi
|
d94e9c9d86
|
restorable: Bug fix: Make limit to the number of draw-image command history (#349)
|
2017-05-03 22:16:32 +09:00 |
|