Frogging-Family / mesa-git

Other
46 stars 22 forks source link

vulkan-swrast #10

Closed nutta-git closed 3 years ago

nutta-git commented 3 years ago

vulkan-swrast can be compiled with

_gallium_drivers="r300,r600,radeonsi,nouveau,svga,swrast,swr,virgl,iris,zink,crocus" in customization.cfg.

However, it can be installed again from the official repo without conflicting with mesa-tkg.

 pacman -Qs mesa-tkg 
local/lib32-mesa-tkg-git 21.3.0_devel.143158.86250c7251b-1
    an open-source implementation of the OpenGL specification, git version
local/mesa-tkg-git 21.3.0_devel.143158.86250c7251b-1
    an open-source implementation of the OpenGL specification, git version

sudo pacman -S vulkan-swrast 
[sudo] password for user: 
warning: vulkan-swrast-21.1.6-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)          Old Version  New Version  Net Change

extra/vulkan-swrast  21.1.6-1     21.1.6-1       0.00 MiB

Total Installed Size:  6.72 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                                                                                [#######################################################################################] 100%
(1/1) checking package integrity                                                                                                              [#######################################################################################] 100%
(1/1) loading package files                                                                                                                   [#######################################################################################] 100%
(1/1) checking for file conflicts                                                                                                             [#######################################################################################] 100%
(1/1) checking available disk space                                                                                                           [#######################################################################################] 100%
:: Processing package changes...
(1/1) reinstalling vulkan-swrast                                                                                                              [#######################################################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
nutta-git commented 3 years ago

Closing, I now realize that mesa uses OpenGL swrast. Vulkan-swarst (as in the name) is a Vulkan implementation thus a different package.