Hajime Hoshi
|
1b011e3864
graphics: Bug fix: unexpected panic at Set with an out-of-range position
|
5 years ago |
Hajime Hoshi
|
2d2da09b85
graphics: At doesn't have to discard pending pixels
|
5 years ago |
Hajime Hoshi
|
4c90674e17
graphics: Keep pendingPixels not to read pixels from GPU unnecessarily
|
5 years ago |
Hajime Hoshi
|
79b32c7601
graphics: Add buffered package
|
5 years ago |
Hajime Hoshi
|
0a872b342a
shareable: Change the argument to color.RGBA at Fill
|
5 years ago |
Hajime Hoshi
|
1c2c932c6c
graphics: Remove MakeVolatile/IsVolatile
|
5 years ago |
Hajime Hoshi
|
52b52e7d92
grpahics: Move DrawImage implementation to mipmap and remove (*mipmap).original()
|
5 years ago |
Hajime Hoshi
|
e585fda253
grpahics: Move DrawTriangles implementation to mipmap
|
5 years ago |
Hajime Hoshi
|
504a433540
graphics: Reduce original() usage
|
5 years ago |
Hajime Hoshi
|
95bc445fea
graphics: Refactoring: Remove imports
|
5 years ago |
Hajime Hoshi
|
e0790ee950
Revert "graphics: Delay draw commands and execute them only when needed"
|
5 years ago |
Hajime Hoshi
|
0c70823f27
graphics: Delay draw commands and execute them only when needed
|
5 years ago |
Hajime Hoshi
|
464713f19d
graphics: Refactoring
|
5 years ago |
Hajime Hoshi
|
3646e7930d
graphics: Bug fix: the flag and the enqueueing operation must be protected by a same mutex
|
5 years ago |
Hajime Hoshi
|
fc939fabb8
graphics: Bug fix: Copy variables out of the closures
|
5 years ago |
Hajime Hoshi
|
d2312f1450
shareable: Lock before BeginFrame
|
5 years ago |
Hajime Hoshi
|
3960a4bbdf
restorable: Add (*Image).Fill
|
5 years ago |
Hajime Hoshi
|
b8eeded538
graphics: Remove 'resetRestoringState'
|
5 years ago |
Hajime Hoshi
|
e931494c66
shareable: Allocate the screen framebuffer image lazily
|
5 years ago |
Hajime Hoshi
|
ef56d0a535
Refactoring: isRunning -> isImageAvailable
|
5 years ago |
Hajime Hoshi
|
c49815a2b2
docs: Update the link
|
5 years ago |
Hajime Hoshi
|
07c484fa49
graphics: Fix documentation
|
5 years ago |
Hajime Hoshi
|
42d7cce989
graphics: Update docs about (*Image).Dispose
|
5 years ago |
Hajime Hoshi
|
215e9e5c66
graphics: Fix wrong comments
|
5 years ago |
Hajime Hoshi
|
fc42af208d
graphics: Use 1x1 image for empty images
|
5 years ago |
Hajime Hoshi
|
b210339786
graphics: Use 'negative' mipmap when enlarging a too small image
|
5 years ago |
Hajime Hoshi
|
2d079b123f
restorable: Add ResetRestoringState to reset the state
|
5 years ago |
Hajime Hoshi
|
0dc1d0eba5
graphics: Clear/Fill is now implemented with DrawImage
|
5 years ago |
Hajime Hoshi
|
801e0c4d47
graphics: Refactoring
|
5 years ago |
Hajime Hoshi
|
e499535728
graphics: Move functions to the package ebiten
|
5 years ago |