Hajime Hoshi
|
6d06b01cae
gomobile bind works
|
8 years ago |
Hajime Hoshi
|
dbd6ed8139
graphics: Move theDelayedImageTasks.exec() to newImageWithZeroFramebuffer
|
8 years ago |
Hajime Hoshi
|
a35064db7d
ui: Add ui.GLContext()
|
8 years ago |
Hajime Hoshi
|
063ed564fd
Move the run loop to internal/loop
|
8 years ago |
Hajime Hoshi
|
4d04413bf9
ui: Move the run loop to internal/ui
|
8 years ago |
Hajime Hoshi
|
49a0fc839e
graphics: Fix a wrong comment
|
8 years ago |
Hajime Hoshi
|
75b7a9134d
graphcis: Bug fix: Evacuating/Restoring pixels must be ignored on a disposed image
|
8 years ago |
Hajime Hoshi
|
18c14f8897
graphics: Refactoring
|
8 years ago |
Hajime Hoshi
|
7ab2efaa3f
graphics: Add imageImpl and change Image to be a wrapper (emulating weak refs)
|
8 years ago |
Hajime Hoshi
|
23863d5a2f
graphics: Add Image.evacuatePixels and restorePixels and introduce images
|
8 years ago |
Hajime Hoshi
|
fbd07b1865
graphics: Simplify the size of pixels
|
8 years ago |
Hajime Hoshi
|
da0196911d
graphics: Refactoring: Now all Image objects are generated from New* funcs
|
8 years ago |
Hajime Hoshi
|
9d25a5f785
graphics: Remove wrong comments
|
8 years ago |
Hajime Hoshi
|
e0d1e35e81
graphics: Add comment
|
8 years ago |
Hajime Hoshi
|
f1f3bcc257
graphics: Bug fix: Concurrent-safe check in (*Image).At
|
8 years ago |
Hajime Hoshi
|
9d569e3e49
graphics: Bug fix: now ebiten.Image can be passed to NewImageFromImage (#213)
|
8 years ago |
Hajime Hoshi
|
15d48703fc
graphics: Bug fix: NewImageFromImage with ebiten.Image froze (#212)
|
8 years ago |
Hajime Hoshi
|
acca1c2480
graphics: Better function and variable names
|
8 years ago |
Hajime Hoshi
|
7f09402bd9
graphics: Kinder panic messages
|
8 years ago |
Hajime Hoshi
|
bbc2ad915a
graphics: Remove image commands and use functions instead
|
8 years ago |
Hajime Hoshi
|
b8a062e813
graphics: Add image.disposed
|
8 years ago |
Hajime Hoshi
|
61ed13e322
graphics: Lazy image processing (especailly for mobile platforms)
|
8 years ago |
Hajime Hoshi
|
99baaf18b0
ebiten: Refactoring
|
8 years ago |
Hajime Hoshi
|
2fee1fae22
graphics: Dispose now returns errors
|
8 years ago |
Hajime Hoshi
|
5c73357ef8
graphics: Fix wrong comment
|
8 years ago |
Hajime Hoshi
|
9e58128ea8
graphics: Add 'concurrent-safe' comments
|
8 years ago |
Hajime Hoshi
|
92e56d53f1
graphics: Reduce the size of vertices array
|
8 years ago |
Hajime Hoshi
|
b2c5cb164a
graphics: Calculate vertices ahead of locking
|
8 years ago |
Hajime Hoshi
|
c3d8cf2366
graphics: Make Image functions concurrent safe (#201)
|
8 years ago |
Hajime Hoshi
|
bcf406f058
image: NewImage/NewImageFromImage are now cocurrent-safe (#201)
|
8 years ago |