Skip to content

One LLVM cleanup and share device specific info in ac_gpu_info

Samuel Pitoiset requested to merge hakzsam/mesa:ac_cleanups into master

The first commit is a cleanup since LLVM 7 support has been removed. All other commits move device specific info into ac_gpu_info because it's useless to duplicate them in both drivers.

Merge request reports