Commit History

Author SHA1 Message Date
  Hajime Hoshi 6d87be7169 internal/ui, internal/mipmap: refactoring: replace At with ReadPixels 2 years ago
  mattn 3cd0daac67 go generate ./... with Go 1.19 (#2228) 2 years ago
  Hajime Hoshi 1daf3bd8ff ebiten: update comments 2 years ago
  Hajime Hoshi afed6a83c6 internal/graphics: change the naming convention: Num -> Count 2 years ago
  Hajime Hoshi 80c26e6dcc ebiten: bug fix: Set after Set resulted in a wrong color 2 years ago
  Hajime Hoshi 66bf40dc84 ebiten: bug fix: resolveSetVerticesCacheIfNeeded could resolve more vertices 2 years ago
  Hajime Hoshi 5411e8136b ebiten: bug fix: use DrawTriangles as an implementation of Set 2 years ago
  Hajime Hoshi ddced3af9f ebiten: bug fix: Fill and Clear doesn't work on an image whose upper-left is not (0, 0) 2 years ago
  Hajime Hoshi acd70d6e34 ebiten: add NewImageFromImageWithOptions 2 years ago
  Hajime Hoshi aee2e67242 ebiten: refactoring 2 years ago
  Hajime Hoshi 922784f574 ebiten: English 2 years ago
  Hajime Hoshi 654c4c286c ebiten: English 2 years ago
  Hajime Hoshi 0f27999909 ebiten: bug fix: wrong comments 2 years ago
  Hajime Hoshi bac34a4474 ebiten: add NewImageWithOptions and NewImageOptions 2 years ago
  Hajime Hoshi 81f91658ff internal/atlas: refactoring: remove SetVolatile and SetIsolate 2 years ago
  Hajime Hoshi c379873a1f rename Ebiten -> Ebitengine 2 years ago
  Hajime Hoshi 4a90841a59 ebiten: update a comment 2 years ago
  Hajime Hoshi b1bcbbeeea ebiten: add comments at DrawTriangles 2 years ago
  Hajime Hoshi 6710808cd1 ebiten: compile shaders at NewShader 2 years ago
  Hajime Hoshi f75a70dc40 internal/graphicscommand: treat []float32 instead of interface{} for uniform variables 2 years ago
  Hajime Hoshi 9ddcf58728 ebiten: allow passing ebiten.Image to NewImageFromImage 2 years ago
  Hajime Hoshi 0c6362c93a internal/atlas: move the color scaling from internal/atlas to ebiten 2 years ago
  Hajime Hoshi 5c7917897c internal/ui: refactoring: move the logic in gameForUI to context 2 years ago
  Hajime Hoshi 3ae4e873e6 ebiten: refactoring: remove an unused member Image.screen 2 years ago
  Hajime Hoshi b5bb576a58 internal/ui: refactoring: unexport ConvertUniforms 2 years ago
  Hajime Hoshi c316aaae72 internal/buffered: simplify the API 2 years ago
  Hajime Hoshi 14c327c89b internal/atlas: replace Pixels with At to reduce unnecessary slice allocations 2 years ago
  Hajime Hoshi 54b4e87506 internal/restorable: bug fix: ReplacePixels on a sub-image might panic on Android 2 years ago
  Hajime Hoshi c3e855ab02 internal/buffered: refactoring 2 years ago
  Hajime Hoshi 673556d03f internal/ui: move the error handlings to the ui package 2 years ago