Skip to content

swr: Fix compilation issues with current LLVM12 ToT

Jan Zielinski requested to merge jzielins/mesa:swr-fix-llvm-12-comp into master

This MR consists of two commits:

  • Changes in VectorType and ElementCount API demand changes in SWR code.
  • Changes in TES/TCS interface in gallivm caused compilation errors in SWR, but only with LLVM 12.

Merge request reports