Hajime Hoshi
|
dcc98e78e9
ebiten: remove unnecessary casts
|
2 years ago |
Hajime Hoshi
|
534d82c17d
internal/builtinshader: move Filter and Address from internal/graphicsdriver
|
2 years ago |
Hajime Hoshi
|
efd91c8b86
internal/ui: remove unused arguments from DrawTriangles
|
2 years ago |
Hajime Hoshi
|
d4e7676daa
ebiten: do not use mipmaps at DrawTrianglesShader
|
2 years ago |
Hajime Hoshi
|
72004b2e23
ebiten: update comments about Vertex
|
2 years ago |
Hajime Hoshi
|
f293a03ab6
internal/mipmap: reland: do not consider filter to determine mipmap level
|
2 years ago |
Hajime Hoshi
|
4b087a3af4
ebiten: bug fix: examples/minify didn't work correctly
|
2 years ago |
Hajime Hoshi
|
d08c1dbf8d
ebiten: add a type name
|
2 years ago |
Hajime Hoshi
|
a4e9a05b14
ebiten: reland: use Kage shaders instead of built-in shaders for a color matrix
|
2 years ago |
Hajime Hoshi
|
058b8d5635
ebiten: add ColorScaleFormat to DrawTrianglesOptions
|
2 years ago |
Hajime Hoshi
|
5e459bbe42
internal/graphicsdriver/opengl, metal, directx: use premultiplied alpha format for color scales
|
2 years ago |
Hajime Hoshi
|
fb6dffaf12
ebiten: remove a wrong comment
|
2 years ago |
Hajime Hoshi
|
520c47f0e8
Revert "ebiten: use Kage shaders instead of built-in shaders for a color matrix"
|
2 years ago |
Hajime Hoshi
|
7fc79c50c3
ebiten: use Kage shaders instead of built-in shaders for a color matrix
|
2 years ago |
Hajime Hoshi
|
9d06875243
ebiten: remove 'experimental' from the shader APIs
|
2 years ago |
Hajime Hoshi
|
1f70307582
ebiten: add DrawRectShaderOptions.ColorScale
|
2 years ago |
Hajime Hoshi
|
d00bd1cb16
internal/ui: refactoring: move `setVerticesCache` to ui.Image
|
2 years ago |
Alexander F. Rødseth
|
0d2c8b59fc
ebiten: reorder fields as recommended by the fieldalignment utility (#2359)
|
2 years ago |
Hajime Hoshi
|
284c9fcc7f
update URLs in comments
|
2 years ago |
Hajime Hoshi
|
d9704f2ba9
ebiten: typo
|
2 years ago |
Hajime Hoshi
|
ef7966b625
ebiten: typo
|
2 years ago |
Hajime Hoshi
|
f923250a65
ebiten: typo
|
2 years ago |
Hajime Hoshi
|
652cd169b2
ebiten: revert the changes for DrawRectShader
|
2 years ago |
Hajime Hoshi
|
f8c4634017
ebiten: always specify the source region at DrawRectShader
|
2 years ago |
Hajime Hoshi
|
0217ed0544
ebiten: add WritePixels replacing ReplacePixels
|
2 years ago |
Hajime Hoshi
|
24424d036c
ebiten: update comments
|
2 years ago |
Hajime Hoshi
|
34aa52459e
internal/ui: rename ReplacePixels -> WritePixels
|
2 years ago |
Hajime Hoshi
|
ea04e2a9de
ebiten: remove returning error from ReadPixels
|
2 years ago |
Hajime Hoshi
|
39790c257b
ebiten: update comments
|
2 years ago |
Hajime Hoshi
|
81bd5b488c
ebiten: add (*Image).ReadPixels
|
2 years ago |