Skip to content

remove deps on gallium in vulkan and shared code such as util compiler nir

Yonggang Luo requested to merge lygstate/mesa:remove_dep_gallium into main

Currently, the whole code-base are add gallium as the include path, This MR wipe those inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux as much as possible. So new (vulkan/shared) code won't use gallium defined macros and inlined function

This MR pulled !19522 (merged) for getting it to be compiled, and deal with conflict

cc @mareko @anholt @jenatali @gfxstrand @ajax

Edited by Yonggang Luo

Merge request reports