Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Changed mesa repository that supports a610
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdydumbykier authored May 15, 2023
1 parent 622feb8 commit b4ebb2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ unzip "$ndkver"-linux.zip &> /dev/null


echo "Downloading mesa source (~30 MB) ..." $'\n'
curl https://gitlab.freedesktop.org/mesa/mesa/-/archive/main/mesa-main.zip --output mesa-main.zip &> /dev/null
curl https://gitlab.freedesktop.org/Danil/mesa/-/archive/freedreno/feature/a610/mesa-freedreno-feature-a610.zip --output mesa-main.zip &> /dev/null
###
echo "Exracting mesa source to a folder ..." $'\n'
unzip mesa-main.zip &> /dev/null
Expand Down Expand Up @@ -112,11 +112,11 @@ cat <<EOF >"meta.json"
"schemaVersion": 1,
"name": "Mesa Turnip Adreno Driver 23.2.0",
"description": "Open-source Vulkan driver build from mesa drivers repo",
"author": "Mr_Purple_666",
"author": "Mr_Purple_666 (Original Author)",
"packageVersion": "T-Alpha",
"vendor": "Mesa",
"driverVersion": "23.2.0-devel",
"minApi": 30,
"minApi": 28,
"libraryName": "vulkan.adreno.so"
}
EOF
Expand Down

0 comments on commit b4ebb2e

Please sign in to comment.