9 Commits

Author SHA1 Message Date
Trevor Anderson 19479a53e4 Use mipmaps from .dds file if present (#198)
* Use mipmaps from .dds file if present

* Don't load mips from disk if they're present in the base file

* Keep mipmap count >= 1

* Remove unintended formatting changes

* Validate DDS mipmap handling

---------

Co-authored-by: Luke Street <luke@street.dev>
2026-06-06 08:12:44 -06:00
Luke Street b3afea435a Add ASTC DDS support to texture_replacements (#226) 2026-06-06 07:40:41 -06:00
Irastris e254aca5ab Revert "Use mipmaps from .dds file if present (#194)" (#196)
This reverts commit 3249770927.
2026-05-17 13:31:35 -04:00
Trevor Anderson 3249770927 Use mipmaps from .dds file if present (#194)
* Use mipmaps from .dds file if present

* Don't load mips from disk if they're present in the base file
2026-05-17 09:00:53 -04:00
Phillip Stephens d3f34bfea8 Revert accidental revert in lib/gfx/dds_io.cpp 2026-04-29 21:28:53 -07:00
Lurs 0d3c6c77ab Fix FPS with controllers on Windows with no LEDs (#145) 2026-04-29 12:21:40 -07:00
Irastris 8a2b80ecb1 Wildcard and sidecar mip support for texture replacement (#143)
* Implement wildcard parsing for texture and TLUT hashes

* Implement loading sidecar mips
2026-04-27 23:44:07 -06:00
Luke Street 5d420c9f73 Arbitrary mipmap detection & texture cleanup (#131) 2026-04-20 20:33:14 -06:00
Irastris 500d81b22b Implement texture dumping & replacement (#91) 2026-04-06 21:04:01 -06:00