Skip to content

Commit

Permalink
re-add swrast
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Nov 29, 2023
1 parent bd57ecd commit 45d6be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
-Dgallium-drivers=freedreno \
-Dgallium-drivers=swrast,freedreno \
-Dfreedreno-kmds=kgsl \
-Dshared-glapi=false
ninja -C "build-android" install
Expand Down
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -1879,6 +1879,9 @@ if dep_unwind.found()
endif

if with_osmesa
if not with_gallium_softpipe
error('OSMesa gallium requires gallium softpipe or llvmpipe.')
endif
if host_machine.system() == 'windows'
osmesa_lib_name = 'osmesa'
else
Expand Down

0 comments on commit 45d6be5

Please sign in to comment.