| Age | Commit message (Collapse) | Author |
|
* Implement ETC2 format
* Fix component counts for compressed formats
|
|
* gpu: Implement Etc2Rgba texture format
* Add more format
* Fix wrong pixel format
|
|
* Add swizzle matching rules.
Improves rules which try to match incompatible formats as perfect, such as D32 float -> R32 float.
Remove Format.HasOneComponent, since this information is now available via the FormatInfo struct.
* Fix this rule.
* Update component counts for depth formats.
|
|
|
|
Thanks to LDj3SNuD for spotting these
|
|
|
|
|
|
|