diff --git a/docs/download.html b/docs/download.html index 6b2b60cd606..86b4d5063c5 100644 --- a/docs/download.html +++ b/docs/download.html @@ -102,9 +102,9 @@ In the past, GLUT, GLU and the Mesa demos were released in conjunction with Mesa releases. But since GLUT, GLU and the demos change infrequently, they were split off into their own git repositories: -GLUT, -GLU and -Demos, +GLUT, +GLU and +Demos,
diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 9b7b5e00046..f9583e6761a 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -47,7 +47,7 @@ You can find some further To-do lists here: Common To-Do lists: diff --git a/docs/repository.html b/docs/repository.html index 802c9a235cb..fa891273e21 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -35,9 +35,9 @@ You may access the repository either as anYou may also -browse the main Mesa git repository and the -Mesa demos and tests git repository.
@@ -52,7 +52,7 @@ To get the Mesa sources anonymously (read-only):
- git clone git://anongit.freedesktop.org/git/mesa/mesa
+ git clone https://gitlab.freedesktop.org/mesa/mesa.git
@@ -60,7 +60,7 @@ To get the Mesa sources anonymously (read-only):
- git clone git://anongit.freedesktop.org/git/mesa/demos
+ git clone https://gitlab.freedesktop.org/mesa/demos.git
@@ -98,24 +98,17 @@ on a particular driver, add a new extension, etc.) in the bugzilla record.
-Once your account is established: -
+Once your account is established, you can update your push url to use SSH: ++git remote set-url --push origin git@gitlab.freedesktop.org:mesa/mesa.git +-
- git clone git+ssh://username@git.freedesktop.org/git/mesa/mesa -- Replace username with your actual login name.
- git pull origin --
- git clone git+ssh://username@git.freedesktop.org/git/mesa/demos --
+git remote set-url --push origin https://USER:TOKEN@gitlab.freedesktop.org/mesa/mesa.git +
Setting MESA_SHADER_CAPTURE_PATH to a directory will cause the compiler to write .shader_test files for use with -shader-db, a tool +shader-db, a tool which compiler developers can use to gather statistics about shaders (instructions, cycles, memory accesses, and so on).
diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index 660dcb2ef0e..10a0810ad22 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -31,7 +31,7 @@ thedoxygen directory and run make.
For an example of Doxygen usage in Mesa, see a recent source file -such as bufferobj.c. +such as bufferobj.c.
diff --git a/docs/utilities.html b/docs/utilities.html index 222e7343897..5d7cb17f9dc 100644 --- a/docs/utilities.html +++ b/docs/utilities.html @@ -17,7 +17,7 @@src/util/
directory.- git clone git://anongit.freedesktop.org/git/mesa/mesa + git clone https://gitlab.freedesktop.org/mesa/mesa.git
@@ -153,7 +153,7 @@ Begin by saving your current directory location: Most distros ship with this but it's safest to install a newer version. To get the latest code from git:- git clone git://anongit.freedesktop.org/git/mesa/drm + git clone https://gitlab.freedesktop.org/mesa/drm.git