Commit History

Author SHA1 Message Date
  Hajime Hoshi f58a253631 graphics: Fix comments 8 years ago
  Hajime Hoshi b02df7b542 graphics: Bug fix #186 by clearing non-black-or-white color 8 years ago
  Hajime Hoshi c6fc5ab865 graphics: CompositionMode -> CompositeMode (#170) 8 years ago
  Hajime Hoshi 8ae1e292ab graphics: Introduce CompositionMode (#151) 8 years ago
  Hajime Hoshi 495d7ca0d1 graphics: NextPowerOf2Int -> NextPowerOf2Int32 8 years ago
  Hajime Hoshi 0429c9c3e6 graphics: image's texture may be nil and this must be considered when disposing 8 years ago
  Hajime Hoshi 63f2c3cb9f graphics: Refactoring: remove ExecOnUIThread 8 years ago
  Hajime Hoshi eb9379c3a6 image: Bug fix: isDisposed misimplementation 8 years ago
  Hajime Hoshi 27f1a865aa image: Use SetFinalizer for images (#67) 8 years ago
  Hajime Hoshi e8c2e5f3d6 image: Add image.Dipose and image.IsDisposed 8 years ago
  Hajime Hoshi 1e738f6a10 image: Remove image.DrawLines (#142) 8 years ago
  Hajime Hoshi 07d64da098 image: Remove image.DrawLine (#142) 8 years ago
  Hajime Hoshi 5c8df39496 image: Remove image.DrawFilledRects (#142) 8 years ago
  Hajime Hoshi b5ed0e3d6d image: Remove image.DrawRect (#142) 8 years ago
  Hajime Hoshi 85279e8422 image: Remove image.DrawFilledRect (#142) 8 years ago
  Hajime Hoshi 580effba8e image: Remove image.DrawRects (#142) 8 years ago
  Hajime Hoshi bb8a94ad09 Rename files 8 years ago
  Hajime Hoshi 633ee4096e #132 Temporal hack to run with Go1.5 9 years ago
  Hajime Hoshi 95316a1de5 image: Cache size 9 years ago
  Hajime Hoshi beecf31937 Resolve some TODOs 9 years ago
  Hajime Hoshi 249add3979 Add SetScreenSize 9 years ago
  Hajime Hoshi 23b3f1afce Move some files of internal/ui to the root 9 years ago
  Hajime Hoshi ae450433db Move some files of internal to internal/graphics 9 years ago
  Hajime Hoshi 346bc53d53 Move internal/opengl -> internal/graphics/internal/opengl 9 years ago
  Hajime Hoshi b57c675996 Remove internal.RGBA 9 years ago
  Hajime Hoshi 2ab7c2eb9b image: Add test 9 years ago
  Hajime Hoshi afe4c76b50 image: Bug fix: pixels must be reset after any drawing (TODO: add test) 9 years ago
  Hajime Hoshi f88f48f0ae Comment fix 9 years ago
  Hajime Hoshi d994f34d53 Add image.ReplacePixels; Add example/noise (#89) 9 years ago
  Hajime Hoshi 0bd0a4dbc2 Rename image.FillRect -> DrawFilledRect (FillRect is confusing with Fill) 9 years ago