Skip to content

update mesa util headers

Chia-I Wu requested to merge olv/virglrenderer:mesa-util into master

This RFC adds libmesa and layers libgallium on top of libmesa. It mirrors what Mesa has been doing for the last 7 years to layer gallium on top of util, and brings in the latest util code from Mesa.

The things I want are the new functions in list.h and u_math.h, as well as the new hash_table.h. I can roll my own versions for sure, but it feels better to copy from Mesa. This however can destablize virglrenderer because there is a LOT of code. Thoughts?

@zzyiwei @ryanneph

Edited by Chia-I Wu

Merge request reports