Hajime Hoshi
|
cc574ad67e
internal/atlas: rename functions: Area -> Region
|
2 years ago |
Hajime Hoshi
|
b59dd45239
internal/buffered: separate ReplacePixels with the large-area and small-area versions
|
2 years ago |
Hajime Hoshi
|
e78f34aa26
internal/ui: add Image
|
2 years ago |
Hajime Hoshi
|
86698481f6
ebiten: add a comment
|
2 years ago |
Hajime Hoshi
|
4610505fc5
ebiten: check the current error at Set and ReplacePixels
|
2 years ago |
Hajime Hoshi
|
9c6b7aaca3
internal/ui: catch the error at At correctly
|
2 years ago |
divVerent
|
f2209a0b51
internal/atlas: optimization: send premultiplied alpha from vertex to fragment shader. (#1996)
|
2 years ago |
Hajime Hoshi
|
b282b1805b
internal/ui: refactoring: add ui.SetError
|
2 years ago |
Hajime Hoshi
|
df60c4c92d
internal/driver: rename to internal/graphicsdriver
|
2 years ago |
Bertrand Jung
|
8a2965ba4a
ebiten: fixed a wrong function name mentioned in panic (#1953)
|
2 years ago |
Hajime Hoshi
|
e687865c8c
ebiten: add ColorM.ScaleWithColor
|
2 years ago |
Hajime Hoshi
|
5f942150e0
ebiten: update comments about DrawImage
|
2 years ago |
Hajime Hoshi
|
9787e076bc
ebiten: Add comments about NewImage*
|
2 years ago |
Hajime Hoshi
|
42cd923418
ebiten: Add FillRule
|
3 years ago |
Hajime Hoshi
|
ba8ea50d57
ebiten: Follow image.RGBA64Image's aim
|
3 years ago |
Trevor Slocum
|
92d8562b1d
ebiten: Add (*Image).RGBA64At (#1773)
|
3 years ago |
Hajime Hoshi
|
21aa96f9f5
internal/affine: Refactoring: Make ColorM interface
|
3 years ago |
Hajime Hoshi
|
b466a0cbd7
ebiten: Add EvenOdd to DrawTrianglesOptions and DrawShaderTrianglesOptions
|
3 years ago |
Hajime Hoshi
|
66be53804d
ebiten: Bug fix: Fill on a sub-image didn't work correctly
|
3 years ago |
Hajime Hoshi
|
d94a89f37b
ebiten: Update the comments of (*Image).SubImage
|
3 years ago |
Hajime Hoshi
|
5c8d8ab2eb
ebiten: Make NewImage/NewImageFromImage panic when RunGame finishes
|
3 years ago |
Hajime Hoshi
|
41f060b1d2
ebiten: Use the common vertices backend at DrawTriangles
|
3 years ago |
Hajime Hoshi
|
26b9fa20c1
internal/graphics: Bug fix: Race condition at QuadVertices
|
3 years ago |
Hajime Hoshi
|
b23dfff2ff
ebiten: Refactoring
|
3 years ago |
Hajime Hoshi
|
5a62587df5
ebiten: Bug fix: The vertex backend was not flushed when the screen is shrunk
|
3 years ago |
Hajime Hoshi
|
569964d7e4
Cache SubImage for the empty images
|
3 years ago |
Hajime Hoshi
|
170ddd70a5
ebiten: Add comments
|
4 years ago |
Hajime Hoshi
|
c7330883ef
restorable: Remove Fill and make (*ebiten.Image).Fill available for sub-images
|
4 years ago |
Hajime Hoshi
|
ed028110cf
ebiten: Allow rendering on a sub-image by scissor test
|
4 years ago |
Hajime Hoshi
|
9464dc2f58
ebiten: Refactoring: canSkipMipmap
|
4 years ago |