grate-driver / xf86-video-opentegra

X.Org video driver for NVIDIA Tegra
Other
12 stars 9 forks source link

freedesktop.org gitlab access, latest mesa for opentegra #55

Closed emulti closed 5 years ago

emulti commented 5 years ago

Hello,

How would I go about obtaining read access to the latest mesa in https://gitlab.freedesktop.org/kusma/mesa/tree/master ?

I want to try and make a PKGBUILD for Arch linux/AC100 to further test on an AC100.

I tried cloning https://gitlab.freedesktop.org/kusma/mesa/mesa-master.git using Gitlab username and a 'personal access token' but receive 'project you are looking for cannot be found'.

kusma commented 5 years ago

Just clone this URL https://gitlab.freedesktop.org/kusma/mesa.git. The mesa-master.git part is the mistake. master is just the branch name. But I guess you really want the grate-branch instead?

emulti commented 5 years ago

I think so, probably for AC100 I need the grate branch Would that be ..../mesa-grate.git ?

digetx commented 5 years ago

@emulti

# git clone https://gitlab.freedesktop.org/kusma/mesa.git
# cd mesa
# git checkout grate
emulti commented 5 years ago

Thanks!