Commit History

Author SHA1 Message Date
  Hajime Hoshi b8ab1363d2 graphics: Bug fix: mipmap level calculation 6 years ago
  Hajime Hoshi d7d02e6d6a Reland: graphics: mipmap images should be volatile when the base image is volatile 6 years ago
  Hajime Hoshi 20c8d7317c graphics: Add comments 6 years ago
  Hajime Hoshi 5be58086b5 Revert "graphics: Bug fix: mipmap images should be volatile when the base image is volatile" 6 years ago
  Hajime Hoshi 0f82330009 graphics: Bug fix: mipmap images should be volatile when the base image is volatile 6 years ago
  Hajime Hoshi 8a221a5774 graphics: Use mipmap images for minifying images with linear filter 6 years ago
  Hajime Hoshi 8e6314f856 graphics: Fix DrawImage comment 6 years ago
  Hajime Hoshi 5a9235aaf9 graphics: Embed color matrices values to vertices (#655) 6 years ago
  Hajime Hoshi 5249afc06b graphicsutil: Add QuadIndices 6 years ago
  Hajime Hoshi 2e7745044d shareable: Fix Image.DrawImage to accept vertices and indices 6 years ago
  Hajime Hoshi 6c8b7f8e9c graphics: Refactoring: Reduce error propagations 6 years ago
  Hajime Hoshi 840c4d24df graphicsutil: Accept matrix parameters directly for performance 6 years ago
  Hajime Hoshi ac24a8382f graphicsutil: Extract matrix applying for performance 6 years ago
  Hajime Hoshi 95561bbf6b affine: Use float32 values for GeoM 6 years ago
  Hajime Hoshi b4ace53596 affine: Remove GeoM to avoid GeoM allocations on the heap 6 years ago
  Hajime Hoshi e53fa53f7d graphics: Prefer ReplacePixels to DrawImage for small images 6 years ago
  Hajime Hoshi 4d3d407205 graphics: Add comments to At 6 years ago
  Hajime Hoshi 63c33b24df graphics: Refactoring 6 years ago
  Hajime Hoshi 008ed26276 graphics: Check isDisposed at (*Image).Clear and Fill 6 years ago
  Hajime Hoshi c62e63f874 graphics: Remove 'filter' argument from newVolatileImage (#503) 6 years ago
  Hajime Hoshi 7b5ad46e49 shareable: NewImage* now returns a cleared image 6 years ago
  Hajime Hoshi 87daa82ad9 graphics: Replace emptyImage with dummyImage (not initialized) 6 years ago
  Hajime Hoshi abdfb3b713 graphics: Initialize (*Image).addr asap not to rely on the fact that fill is called 6 years ago
  Hajime Hoshi af0d6d7a48 graphics: Remove GuaranteedMaxImageSize 6 years ago
  Hajime Hoshi a36ea971b4 examples/airship: Improve z values 6 years ago
  Hajime Hoshi a335b0c5a3 graphics: Fix comments about MaxImageSize 6 years ago
  Hajime Hoshi ee7ef75b8b graphics: Add explanation to SourceRect 6 years ago
  Hajime Hoshi a2d6ae7eee shareable: Rename ImagePart -> Image 6 years ago
  Hajime Hoshi df3960a97c Add internal/shareable 6 years ago
  Hajime Hoshi 1556db74fa graphics: Rename sharedImage -> shareableImage 6 years ago