Skip to content

gallivm, draw: fix some LLVM non-opaque pointers

Mihai Preda requested to merge preda/mesa:ptr2 into main

As LLVM 15 transitions to opaque pointers, we need to update the use of LLVM deprecated methods (e.g. LLVMBuildGEP) to the methods taking an explicit type (e.g. LLVMBuildGEP2).

Merge request reports