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 |
|
Hajime Hoshi
|
df3960a97c
|
Add internal/shareable
|
2018-03-10 23:59:26 +09:00 |
|
Hajime Hoshi
|
9555e83589
|
packing: Add IsEmpty tests
|
2018-03-10 21:27:11 +09:00 |
|
Hajime Hoshi
|
6c9d9dbaff
|
packing: Improve test errors
|
2018-03-10 21:02:04 +09:00 |
|
Hajime Hoshi
|
1583cd0f7b
|
packing: Enable to specify max size of a page
|
2018-03-10 20:53:20 +09:00 |
|
Hajime Hoshi
|
9c72671232
|
Revert "packing: Add Extend"
This reverts commit 1dd32066d2 .
Reason: #542
|
2018-03-09 16:02:57 +09:00 |
|
Hajime Hoshi
|
e977019d2f
|
graphics: Detect maximum texture size for each environment
Fixes #537, #539
See also #541
|
2018-03-09 11:47:23 +09:00 |
|
Hajime Hoshi
|
0418ce0761
|
graphics: Refactoring: Remove duplication of checking image size
|
2018-03-09 11:04:02 +09:00 |
|
Hajime Hoshi
|
4628154478
|
graphics: Remove unused flipY member
|
2018-03-09 03:26:14 +09:00 |
|
Hajime Hoshi
|
00d8e793d9
|
restorable: Remove MaxImageSize
|
2018-03-09 02:50:38 +09:00 |
|
Hajime Hoshi
|
2c62e64a9e
|
Revert "internal/graphics: increase defaultViewportSize to 8192 (#538)"
This reverts commit a60976f260 Per #541.
|
2018-03-09 02:13:44 +09:00 |
|
Hajime Hoshi
|
bc8a96eda7
|
graphicsutil: Avoid duplicated copying
Fixes #521
|
2018-03-09 01:00:23 +09:00 |
|
Hajime Hoshi
|
4c7025a05f
|
graphicsutil: Add tests
|
2018-03-09 00:19:10 +09:00 |
|
Hajime Hoshi
|
2dc4f3fdf0
|
opengl: Remove FillFramebuffer
Fixes #536
|
2018-03-08 12:01:24 +09:00 |
|
Andrew Gerrand
|
a60976f260
|
internal/graphics: increase defaultViewportSize to 8192 (#538)
This makes it possible to run ebiten applications in full screen on 5k
displays, such as Apple's 27" iMac.
Fix issue #537
|
2018-03-08 11:53:49 +09:00 |
|
Hajime Hoshi
|
ef5de62780
|
Follow the standard comment rule
See https://golang.org/s/generatedcode
|
2018-03-08 02:47:59 +09:00 |
|
Hajime Hoshi
|
86be32dfb5
|
packing: Add comments
|
2018-03-08 00:18:28 +09:00 |
|
Hajime Hoshi
|
1dd32066d2
|
packing: Add Extend
|
2018-03-08 00:14:51 +09:00 |
|
Hajime Hoshi
|
8ac2ebde1e
|
packing: Rename tests
|
2018-03-07 02:29:11 +09:00 |
|
Hajime Hoshi
|
951568e403
|
packing: Refactoring
|
2018-03-06 02:52:36 +09:00 |
|
Hajime Hoshi
|
7e70d5ca69
|
Rename bsp -> packing
|
2018-03-06 00:38:56 +09:00 |
|
Hajime Hoshi
|
8d98f297f2
|
graphics: Refactoring: Avoid type switch
|
2018-03-05 00:00:25 +09:00 |
|
Hajime Hoshi
|
f1ba3e5894
|
affine: Optimization Equals
|
2018-03-04 23:23:11 +09:00 |
|
Hajime Hoshi
|
3479b80f1c
|
opengl: Use unsafe-way to convert []float32/[]uint16 to []byte; Remove internal/endian
|
2018-03-04 18:06:35 +09:00 |
|
Hajime Hoshi
|
7da65d64be
|
bsp: Make bsp concurrent safe
Fixes #530. Finalizers can be called on different goroutines
|
2018-03-04 02:33:32 +09:00 |
|
Hajime Hoshi
|
8dbb11a23c
|
graphicsutil: Remove Gosched that might be harmful on browsers
This was introduced at 006f87d02b but this can be harmful when many images are created by NewImageFromImage
|
2018-03-03 23:43:57 +09:00 |
|
Hajime Hoshi
|
08610fcd8b
|
bsp: Fix tests
|
2018-03-03 23:30:59 +09:00 |
|
Hajime Hoshi
|
4ae9d5780c
|
graphics: Implement shared texture (#514)
|
2018-03-03 19:54:53 +09:00 |
|
Hajime Hoshi
|
247cd6e1c3
|
Add graphicsutil package
|
2018-03-02 12:34:56 +09:00 |
|
Hajime Hoshi
|
d4112004b0
|
graphics: Move calculating source region from restorable package
|
2018-03-02 12:20:44 +09:00 |
|
Hajime Hoshi
|
d0592d30e0
|
graphics: Improve clearing the offscreen performance
|
2018-03-02 01:55:40 +09:00 |
|
Hajime Hoshi
|
e5089934db
|
graphics: Bug fix: Don't delete buffers on browsers (#526)
|
2018-03-02 01:06:21 +09:00 |
|
Hajime Hoshi
|
4c1cc9e699
|
ui: Bug fix: exit update function once when the context is lost (#526)
|
2018-03-02 01:05:54 +09:00 |
|
Hajime Hoshi
|
dada2e060a
|
restorable: Bug fix: Don't use graphics.Image for clearing framebuffer
|
2018-03-02 01:05:54 +09:00 |
|
Hajime Hoshi
|
cd8368deaf
|
restorable: Add TODO comment
|
2018-03-02 00:00:09 +09:00 |
|
Hajime Hoshi
|
db738676ce
|
restorable: Refactoring: clearIfVolatile
|
2018-03-01 23:13:23 +09:00 |
|
Hajime Hoshi
|
b8deabbd94
|
graphics: Reland: Bug fix: a too old frame was rendered at least on Android
Fixes #525
|
2018-03-01 23:05:28 +09:00 |
|
Hajime Hoshi
|
1a898dd1b9
|
Add comments
|
2018-03-01 02:49:45 +09:00 |
|
Hajime Hoshi
|
676a023a30
|
restorable: Remove unneeded NextPowerOf2Int usage
|
2018-03-01 02:45:23 +09:00 |
|
Hajime Hoshi
|
1068156215
|
restorable: Add restoring case to TestReplacePixels
|
2018-03-01 02:43:59 +09:00 |
|
Hajime Hoshi
|
127f6c09c8
|
graphics: Specify rect to glTexSubImage2D
|
2018-03-01 01:58:09 +09:00 |
|
Hajime Hoshi
|
9f6fd0db9a
|
graphics: Use the original width/height for glTexSubImage2D
|
2018-03-01 00:47:37 +09:00 |
|
Hajime Hoshi
|
15d2e6b82b
|
graphics: Fix comments
|
2018-02-28 23:40:43 +09:00 |
|
Hajime Hoshi
|
c624359163
|
graphics: Remove glClear before glTexSubImage2D, that is no longer needed
|
2018-02-28 23:35:05 +09:00 |
|
Hajime Hoshi
|
02b4fc7917
|
graphics: Reduce num of Image.Clear() calls
|
2018-02-28 23:11:12 +09:00 |
|
Hajime Hoshi
|
9db042ae9e
|
graphics: Refactoring: easier way to clear framebuffer
|
2018-02-28 22:46:57 +09:00 |
|
Hajime Hoshi
|
8ef0f1ac6a
|
restorable: Avoid unneeded discarding images
|
2018-02-28 15:56:51 +09:00 |
|
Hajime Hoshi
|
dca60a2520
|
affine: Make initial affine.GeoM{} value identity (again)
|
2018-02-28 02:38:57 +09:00 |
|