Skip to content

Unbreak Viewperf by reverting "util: use crc32_z instead of crc32 and bump zlib dep to 1.2.9"

Marek Olšák requested to merge mareko/mesa:revert-crc32_z into main

It breaks apps shipping their own copy of zlib, such as Viewperf. If we use crc32_z, Viewperf is unable to start because it's an undefined symbol.

This reverts commit 010272b6.

Merge request reports