Skip to content

mesa/main: rewrite mipmap generation code

Erik Faye-Lund requested to merge kusma/mesa:rewrite-mipmap-generation into main

This MR rewrites the mipmap generation code quite a bit, to use the format conversion instead of open-coding it. This solves a few issues with the code in one swoop.

In addition, there's a trivial typo-fixup in here.

Edited by Erik Faye-Lund

Merge request reports