Commit History

Author SHA1 Message Date
  Hajime Hoshi bb68ebfcad ebiten: add RunGameWithOptions to specify graphics library 1 year ago
  Hajime Hoshi 015ce2b262 internal/ui: refactoring: reduce APIs 1 year ago
  Hajime Hoshi 79ed63f281 ebiten: fix comments 1 year ago
  Hajime Hoshi 89c64f83e3 ebiten: performance improvement by reducing allocations of []float32 1 year ago
  Hajime Hoshi 0a6813c17f internal/graphics: use flatten []float32 slice instead of [][]float32 1 year ago
  Hajime Hoshi 61f1d8b69f internal/graphics: remove the common vertices backend 1 year ago
  Hajime Hoshi d407607168 ebiten: update comments 1 year ago
  Hajime Hoshi 9aedafbb1a ebiten: update the comment about optimization 1 year ago
  Hajime Hoshi bba196d1ec ebiten: allow array types for uniform variables 2 years ago
  Hajime Hoshi 1ecac8d834 all: allow integer uniform variables for Kage shaders 2 years ago
  Hajime Hoshi 419bb4c1e9 all: use uint32 instead of float32 for uniform values 2 years ago
  Hajime Hoshi 156c34a316 ebiten: separate a package for ColorM: colorm 2 years ago
  Hajime Hoshi d11c46ef1f ebiten: update comment 2 years ago
  Hajime Hoshi d73e8f785d internal/graphicsdriver: render various destination regions as one command 2 years ago
  Hajime Hoshi 384dee7160 internal/graphicscommand: remove unused uniform variables 2 years ago
  Artem Yadelskyi 10415d417a all: replace `interface{}` with `any` (#2430) 2 years ago
  Hajime Hoshi b3a93c66b0 ebiten: remove a comment 2 years ago
  Hajime Hoshi 84289a06ba ebiten: update comments about Set 2 years ago
  Hajime Hoshi 083835af9a ebiten: fix comments 2 years ago
  Hajime Hoshi 8d854cbb82 ebiten: rename ColorSclaeFormat -> ColorScaleMode 2 years ago
  Hajime Hoshi e237a70135 ebiten: refactoring: use struct{} to save memory 2 years ago
  Hajime Hoshi 8919bc809a ebiten: refactoring: compile-time check 2 years ago
  Hajime Hoshi f04e391cb4 all: rename emptyImage -> whiteImage 2 years ago
  Hajime Hoshi 418485801f ebiten: update comments 2 years ago
  Hajime Hoshi 9ec23ddeb4 ebiten: add `DrawTrianglesOptions.AntiAlias` and `DrawTrianglesShaderOptions.AntiAlias` 2 years ago
  Hajime Hoshi b79495761e ebiten: add Blend and deprecate CompositeMode 2 years ago
  Hajime Hoshi 2855095ac9 all: unify terms for buffers and flushing 2 years ago
  Hajime Hoshi 09a7d39874 internal/graphicsdriver: add Blend struct 2 years ago
  Hajime Hoshi 30cc36b1ba ebiten: add FinalScreenDrawer 2 years ago
  Hajime Hoshi 940d6b11c8 ebiten: add comments about SubImage as destinations 2 years ago