llvmpipe: add an implementation with llvm orcjit

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26018>
This commit is contained in:
Yukari Chiba
2024-06-25 13:50:51 +08:00
committed by Dave Airlie
parent 0b69b8d0db
commit 6f02ec5ed1
9 changed files with 658 additions and 5 deletions

View File

@@ -431,6 +431,13 @@ option(
'is included.'
)
option (
'llvm-orcjit',
type : 'boolean',
value : false,
description: 'Build llvmpipe with LLVM ORCJIT support.'
)
option(
'valgrind',
type : 'feature',