diff options
author | Eric Engestrom <[email protected]> | 2018-09-21 14:39:53 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-09-22 17:23:18 +0100 |
commit | ae2694efe06807a24ada97bcdd55da91f51d3c59 (patch) | |
tree | f3222d26cf793d816119dd088b822f2afb92e66c /docs/shading.html | |
parent | c95dd966c4362ef75bab1664726533c017a9b331 (diff) |
docs: update repo URLs after GitLab move
I also updated the developer instructions; presumably someone who's been
given commit rights already knows how to clone a repository :)
A more useful thing is to show how to update the pushurl, and how to use
access tokens to push over HTTPS (especially for us at Intel, where
non-http traffic is a pain).
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs/shading.html')
-rw-r--r-- | docs/shading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shading.html b/docs/shading.html index a0bbe997c1b..9e3c7218e31 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -85,7 +85,7 @@ should match the filenames of the corresponding dumped shaders. <p> Setting <b>MESA_SHADER_CAPTURE_PATH</b> to a directory will cause the compiler to write <tt>.shader_test</tt> files for use with -<a href="https://cgit.freedesktop.org/mesa/shader-db">shader-db</a>, a tool +<a href="https://gitlab.freedesktop.org/mesa/shader-db">shader-db</a>, a tool which compiler developers can use to gather statistics about shaders (instructions, cycles, memory accesses, and so on). </p> |