Commit History

Author SHA1 Message Date
  Hajime Hoshi 156c34a316 ebiten: separate a package for ColorM: colorm 2 years ago
  Hajime Hoshi 4c5f019db3 ebiten: add TestImageSetAndSubImage 2 years ago
  Hajime Hoshi 8d854cbb82 ebiten: rename ColorSclaeFormat -> ColorScaleMode 2 years ago
  Hajime Hoshi 3eff8bcfa3 ebiten: add TestImageColorMScale 2 years ago
  Hajime Hoshi f04e391cb4 all: rename emptyImage -> whiteImage 2 years ago
  Hajime Hoshi 9ec23ddeb4 ebiten: add `DrawTrianglesOptions.AntiAlias` and `DrawTrianglesShaderOptions.AntiAlias` 2 years ago
  Hajime Hoshi 6e9e57b3bd ebiten: skip slow tests on 32bit Windows 2 years ago
  Hajime Hoshi da5f5ea327 ebiten: add blend factors 2 years ago
  Hajime Hoshi 15ae074c43 ebiten: clean up tests 2 years ago
  Hajime Hoshi 180e456a8e ebiten: rename members of Blend 2 years ago
  Hajime Hoshi e03825bf08 ebiten: add BlendOperationSubtract and BlendOperationReverseSubtract 2 years ago
  Hajime Hoshi b79495761e ebiten: add Blend and deprecate CompositeMode 2 years ago
  Hajime Hoshi 058b8d5635 ebiten: add ColorScaleFormat to DrawTrianglesOptions 2 years ago
  Hajime Hoshi f6c4b29a3d ebiten: add TestImageColorMAndScale 2 years ago
  Hajime Hoshi 0217ed0544 ebiten: add WritePixels replacing ReplacePixels 2 years ago
  Hajime Hoshi ea04e2a9de ebiten: remove returning error from ReadPixels 2 years ago
  Hajime Hoshi c382cb2b05 ebiten: use %v for consistency 2 years ago
  Hajime Hoshi 81bd5b488c ebiten: add (*Image).ReadPixels 2 years ago
  mattn 2bacecca24 fix typos (#2227) 2 years ago
  Hajime Hoshi b48c2aa103 internal/graphicsdriver/directx: bug fix: too many constant buffers could be allocated 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 a70e069f0d ebiten: add tests 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 bac34a4474 ebiten: add NewImageWithOptions and NewImageOptions 2 years ago
  Hajime Hoshi 9ddcf58728 ebiten: allow passing ebiten.Image to NewImageFromImage 2 years ago
  Hajime Hoshi 696bbc088f internal/ui: rename variables 2 years ago
  Hajime Hoshi 673556d03f internal/ui: move the error handlings to the ui package 2 years ago