Skip to content

gallium: They are not Martians

Kenneth Graunke requested to merge kwg/mesa:martians into master

I was using GALLIUM_REFCNT_LOG to debug some refcounting issues, and was surprised to see a lot of pipe_martian_resource. It turns out these unknown beings are simply array textures, so we can classify them as such, which also prints nice information about the texture.

Merge request reports