Commit History

Author SHA1 Message Date
  szzhiyang 4249697062 Fix typo in the documentation for DrawImageOptions (#1275) 4 years ago
  Hajime Hoshi 52a5ea2d44 ebiten: More precise calculation for mipmap 4 years ago
  Hajime Hoshi 637afe6d67 mipmap: Skip mipmap calculation if possible 4 years ago
  Hajime Hoshi d017a1b95e Swap the order of the dependencies 'buffered and 'mipmap' 4 years ago
  Hajime Hoshi 968f077bab ebiten: Enable to specify a shader to (*Image).DrawTriangles 4 years ago
  Hajime Hoshi 2bdbcd724d ebiten: Rename Draw*WithShader -> Draw*Shader 4 years ago
  Hajime Hoshi 434c58e8b3 ebiten: Use the term 'sub-image' instead of subimage 4 years ago
  Hajime Hoshi 96921668ca ebiten: Move the definition DrawImageOptions 4 years ago
  Hajime Hoshi 0123c0676a ebiten: Fix comments 4 years ago
  Hajime Hoshi 388e2623e8 ebiten: Merge DrawImage and DrawImageWithShader 4 years ago
  Hajime Hoshi ec9863dfef ebiten: Bug fix: Wrong argument type at DrawImageWithShader 4 years ago
  Hajime Hoshi 65783489a5 ebiten: Panic when a sub-image is specified at DrawRectangleWithImage and DrawTrianglesWithShader 4 years ago
  Hajime Hoshi 63f83ceeaa ebiten: Add DrawImageWithShader 4 years ago
  Hajime Hoshi c567a7b507 ebiten: Add DrawRectangleWithShader 4 years ago
  Hajime Hoshi 76534fcf5f ebiten: Fix comments: a triangle -> triangles 4 years ago
  Hajime Hoshi 1123cf46f9 ebiten: DrawTriangles is no longer experimental 4 years ago
  Hajime Hoshi e34bb20dcd ebiten: Add comments for DrawTrianglesWithShader(Options) 4 years ago
  Hajime Hoshi fe79bb27af graphicscommand: Refactoring 4 years ago
  Hajime Hoshi e0d5763a60 shader: Use the fixed number of images for shaders 4 years ago
  Hajime Hoshi 0c13fff62a ebiten: Add a restriction that all the source image sizes are same 4 years ago
  Hajime Hoshi f927e09f56 mipmap: Unify DrawImage and DrawTriangles 4 years ago
  Hajime Hoshi 7f2be42410 mipmap: Use mipmap for DrawTriangles 4 years ago
  Hajime Hoshi 7f70797a6d ebiten: Rename DrawTriaglesWithShaderOptions.Textures to Images 4 years ago
  Hajime Hoshi d6bce5b9d2 ebiten: Add a comment 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 f7757ae025 ebiten: Add AddressUnsafe 4 years ago
  Hajime Hoshi b83f0acc4d Remove source-region information from vertices 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