Skip to content

gallivm,llvmpipe,lavapipe: fix compilation errors when LLVM version < 10

Kunrong Zhang requested to merge krz/mesa:fix into main

What does this MR do and why?

llvmpipe and lavapipe fail to build on any LLVM version < 10 currently. #9813 (closed)

There are different kind of causes: Some features are not available before LLVM version 10/8 and there're some header including errors besides.

These commits fix relevant compile-time and run-time errors when LLVM version < 10.

Status

  • LLVM 9
  • LLVM 8
  • LLVM 7
  • LLVM 6
  • LLVM 5
Edited by Kunrong Zhang

Merge request reports