Ticket #229 (closed task: fixed)

Opened 10 years ago

Last modified 9 years ago

Advanced texture compression library

Reported by: gongminmin Owned by: gongminmin
Priority: minor Milestone: 4.6.0
Component: Core-Rendering system Version:
Keywords: Cc:

Description (last modified by gongminmin) (diff)

Implement multiple advanced texture compression algorithm, including:
* BC6H
* BC7
* ETC1
* ETC2 (optional)
* PVRTC (optional)
* ASTC (optional)

References
 https://software.intel.com/en-us/articles/android-texture-compression-a-comparison-study-with-code-sample
 http://gamma.cs.unc.edu/FasTC/
 https://github.com/Mokosha/FasTC

Change History

Changed 10 years ago by gongminmin

  • description modified (diff)

Changed 10 years ago by gongminmin

  • priority changed from major to minor

Changed 10 years ago by gongminmin

  • status changed from new to accepted

Changed 9 years ago by gongminmin

  • status changed from accepted to closed
  • resolution set to fixed

BC6/7's decoders are done. Encoders are deferred to next version.

Note: See TracTickets for help on using tickets.