Hajime Hoshi
|
f40798b586
graphics: Move const definitions to driver package
|
5 years ago |
Hajime Hoshi
|
f48a72a43e
shareable: Refactoring: Remove PutQuadVertices
|
5 years ago |
Hajime Hoshi
|
f3cdb0537b
graphics: Move the vertices backend to ebiten package
|
5 years ago |
Hajime Hoshi
|
3eee4754c5
graphics: Use the common vertices backend for PutVertex
|
5 years ago |
Hajime Hoshi
|
008de78cec
graphics: Refactoring: Change QuadVertices -> PutQuadVertices for consistency
|
5 years ago |
Hajime Hoshi
|
5c93462a9d
graphics: Refactoring: Merge DrawImage and drawImage
|
5 years ago |
Hajime Hoshi
|
cc8e8aef19
graphics: Bounds doesn't work when the image is disposed
|
5 years ago |
Hajime Hoshi
|
6022d8856e
graphics: Bug fix: level must be >= 0
|
5 years ago |
Hajime Hoshi
|
cce41e8152
graphics: Rename DrawImage -> DrawTriangles for consistency
|
5 years ago |
Hajime Hoshi
|
c8cc98e307
graphics: Fix documents about At
|
5 years ago |
Hajime Hoshi
|
61156dd90e
graphics: Rename pixelsToSet -> pendingPixels
|
5 years ago |
Hajime Hoshi
|
3cb9d18fc4
graphics: Bug fix: Too small mipmap
|
5 years ago |
Hajime Hoshi
|
5195161253
graphics: Remove SetFinalizer at Image
|
5 years ago |
Hajime Hoshi
|
6c47e31f49
graphics: Do nothing at Dispose of a subimage
|
5 years ago |
Hajime Hoshi
|
9595f7ae26
graphics: Refactoring: Use a value type of bounds instead of a pointer
|
5 years ago |
Hajime Hoshi
|
5ed6565d1d
graphics: Bug fix: SubImage's SubImage's bounds was wrong
|
5 years ago |
Hajime Hoshi
|
8f133c443e
graphics: Change the definition of isSubImage
|
5 years ago |
Hajime Hoshi
|
75a0d109be
graphics: Rename isSubimage -> isSubImage
|
5 years ago |
Hajime Hoshi
|
8934f8296f
graphics: Bug fix: Don't touch pixelsToSet when disposing a subimage
|
5 years ago |
Hajime Hoshi
|
ef31a6bb21
graphics: Update comments about makeVolatile
|
5 years ago |
Hajime Hoshi
|
83da4ea112
graphics: Forbid mipmap for a volatile image explicitly
|
5 years ago |
Hajime Hoshi
|
5990da4844
graphics: Add makeVolatile instead of newVolatileImage
|
5 years ago |
Hajime Hoshi
|
5fed3d3bed
shareable: Add MakeVolatile
|
5 years ago |
Hajime Hoshi
|
b962d58097
graphics: Fix comments
|
5 years ago |
Hajime Hoshi
|
a3eddeb50f
Improve panic messages
|
5 years ago |
Jake Bentvelzen
|
4cb79888fe
graphics: Clear mipmap map to avoid unnecessary allocation (#799)
|
5 years ago |
Hajime Hoshi
|
b5ee209e0b
graphics: Bug fix: Filter was not used when SourceRect is used
|
5 years ago |
Hajime Hoshi
|
15b13c8b62
graphics: Fix comments to be more precise
|
5 years ago |
Hajime Hoshi
|
8f3ef39d74
graphics: Fix some comments to adjust 80 chars in one line
|
5 years ago |
Hajime Hoshi
|
29211238d3
graphics: Misspelling again
|
5 years ago |