Commit History

Author SHA1 Message Date
  Hajime Hoshi ec677a258f Rename internal/shareable -> internal/atlas 3 years ago
  Hajime Hoshi c7330883ef restorable: Remove Fill and make (*ebiten.Image).Fill available for sub-images 3 years ago
  Hajime Hoshi ed028110cf ebiten: Allow rendering on a sub-image by scissor test 3 years ago
  Hajime Hoshi f3dddaf324 buffered: Better comment 3 years ago
  Hajime Hoshi bf515bb594 Update version to v2.0.0-alpha 4 years ago
  Hajime Hoshi f3ef2e2af5 Performance optimization for the path without a shader 4 years ago
  Hajime Hoshi 41564533f9 ebiten: Allow SubImage at DrawRectShader 4 years ago
  Hajime Hoshi 8aef1f9080 restorable: Enable to set the 'volatile' state later 4 years ago
  Hajime Hoshi d017a1b95e Swap the order of the dependencies 'buffered and 'mipmap' 4 years ago
  Hajime Hoshi e0d5763a60 shader: Use the fixed number of images for shaders 4 years ago
  Hajime Hoshi f927e09f56 mipmap: Unify DrawImage and DrawTriangles 4 years ago
  Hajime Hoshi 7f70797a6d ebiten: Rename DrawTriaglesWithShaderOptions.Textures to Images 4 years ago
  Hajime Hoshi ab95c9014d buffered, shareable: Bug fix: Check source images correctly 4 years ago
  Hajime Hoshi d217bc6033 ebiten: Sparate textures from uniforms at DrawTrianglesWithShader 4 years ago
  Hajime Hoshi 02ef92f4cd ebiten: Remove copying pixels from ReplacePixels and copyImage (renamed to imageToBytes) 4 years ago
  Hajime Hoshi 71c9e7ac40 driver: Add Region and sourceRegion parameter at Draw 4 years ago
  Hajime Hoshi 4c640d2500 buffered, restorable: Remove copying pixels 4 years ago
  Hajime Hoshi 8c5f8c03b7 buffered: Refactoring 4 years ago
  Hajime Hoshi 09322dfdc8 buffered: Avoid creating func objects whenever possible 4 years ago
  Hajime Hoshi aea4630b5f Revert "buffered: Defer ReplacePixels when possible" 4 years ago
  Hajime Hoshi 36515eb1f5 Revert "ebiten: Make ebiten.Image and buffered.Image 1:1" 4 years ago
  Hajime Hoshi 198621404f buffered: Bug fix: Pixel data was not invalidated after DrawImage/Triangles 4 years ago
  Hajime Hoshi 4a7929cf71 buffered: Bug fix: Duplicated calls of resolvePendingPixels 4 years ago
  Hajime Hoshi 0beddf5519 buffered: Bug fix: Race condition at checkDealeydCommandsNil 4 years ago
  Hajime Hoshi d9cf1095d4 buffered: Bug fix: Race conndition on delayedCommands 4 years ago
  Hajime Hoshi 620981a09a ebiten: Make ebiten.Image and buffered.Image 1:1 4 years ago
  Hajime Hoshi 1395ab5e84 buffered: Defer ReplacePixels when possible 4 years ago
  Hajime Hoshi cf3436da21 buffered: Skip filling operation if possible 4 years ago
  Hajime Hoshi 96fa0565e4 buffered: Remove mutex and use sync/atomic for performance 4 years ago
  Hajime Hoshi 40906676e6 buffered: Add 'Pixels' and remove 'At' 4 years ago