2021-06-30 07:08:28 +08:00
|
|
|
{
|
|
|
|
"name": "mesa",
|
2024-06-06 16:14:30 +08:00
|
|
|
"version": "24.0.7",
|
2024-06-15 02:40:01 +08:00
|
|
|
"port-version": 2,
|
2021-06-30 07:08:28 +08:00
|
|
|
"description": "Mesa - The 3D Graphics Library",
|
|
|
|
"homepage": "https://www.mesa3d.org/",
|
2022-04-06 02:21:01 +08:00
|
|
|
"license": "MIT AND BSL-1.0 AND SGI-B-2.0",
|
2023-09-14 07:22:21 +08:00
|
|
|
"supports": "!(windows & arm) & !staticcrt & !uwp",
|
2021-06-30 07:08:28 +08:00
|
|
|
"dependencies": [
|
2022-04-06 02:21:01 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-get-python-packages",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-12-03 07:48:34 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-06-30 07:08:28 +08:00
|
|
|
"zlib",
|
|
|
|
"zstd"
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"default-features"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"default-features": {
|
|
|
|
"description": "Platform dependent default features",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "mesa",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2023-01-12 15:04:26 +08:00
|
|
|
"gles1",
|
2024-06-06 16:14:30 +08:00
|
|
|
"gles2"
|
2021-06-30 07:08:28 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "mesa",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"llvm"
|
|
|
|
],
|
|
|
|
"platform": "x64"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"egl": {
|
|
|
|
"description": "Build support for EGL platform",
|
|
|
|
"dependencies": [
|
2023-01-12 15:04:26 +08:00
|
|
|
"egl-registry"
|
2021-06-30 07:08:28 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"gles1": {
|
|
|
|
"description": "Build support for OpenGL ES 1.x",
|
|
|
|
"dependencies": [
|
2024-06-06 16:14:30 +08:00
|
|
|
"opengl"
|
2021-06-30 07:08:28 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"gles2": {
|
|
|
|
"description": "Build support for OpenGL ES 2.x and 3.x",
|
|
|
|
"dependencies": [
|
2024-06-06 16:14:30 +08:00
|
|
|
"opengl"
|
2021-06-30 07:08:28 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"llvm": {
|
|
|
|
"description": "Build with llvmpipe",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "llvm",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2022-09-09 02:49:08 +08:00
|
|
|
"enable-rtti",
|
2021-06-30 07:08:28 +08:00
|
|
|
"libclc"
|
|
|
|
]
|
2022-09-09 02:49:08 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "llvm",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"target-arm"
|
|
|
|
],
|
|
|
|
"platform": "arm32"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "llvm",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"target-aarch64"
|
|
|
|
],
|
|
|
|
"platform": "arm64"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "llvm",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"target-x86"
|
|
|
|
],
|
|
|
|
"platform": "x64 | x86"
|
2021-06-30 07:08:28 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-09-09 02:49:08 +08:00
|
|
|
"offscreen": {
|
2023-04-26 14:17:36 +08:00
|
|
|
"description": "Build with support for offscreen rendering (OSMesa)",
|
2021-06-30 07:08:28 +08:00
|
|
|
"dependencies": [
|
2023-01-12 15:04:26 +08:00
|
|
|
"opengl"
|
2021-06-30 07:08:28 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|