freedreno: Update github wiki links
authorRob Clark <robdclark@chromium.org>
Sat, 17 Sep 2022 17:45:38 +0000 (10:45 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 20 Sep 2022 02:22:19 +0000 (02:22 +0000)
The github wiki isn't really maintained anymore.  Update references to
point to the gitlab wiki instead.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18646>

src/gallium/drivers/freedreno/a5xx/fd5_query.c
src/gallium/drivers/freedreno/a6xx/fd6_query.c
src/gallium/drivers/freedreno/a6xx/fd6_vsc.c
src/gallium/drivers/freedreno/freedreno_query_hw.h

index c0eaa0e..9942e04 100644 (file)
@@ -24,7 +24,7 @@
  *    Rob Clark <robclark@freedesktop.org>
  */
 
-/* NOTE: see https://github.com/freedreno/freedreno/wiki/A5xx-Queries */
+/* NOTE: see https://gitlab.freedesktop.org/freedreno/freedreno/-/wikis/A5xx-Queries */
 
 #include "freedreno_query_acc.h"
 #include "freedreno_resource.h"
index 4171ac4..5343690 100644 (file)
@@ -25,7 +25,7 @@
  *    Rob Clark <robclark@freedesktop.org>
  */
 
-/* NOTE: see https://github.com/freedreno/freedreno/wiki/A5xx-Queries */
+/* NOTE: see https://gitlab.freedesktop.org/freedreno/freedreno/-/wikis/A5xx-Queries */
 
 #include "freedreno_query_acc.h"
 #include "freedreno_resource.h"
index e039750..f419b93 100644 (file)
@@ -31,7 +31,7 @@
 
 /*
  * Helper util to update expected vsc draw and primitive stream sizes, see
- * https://github.com/freedreno/freedreno/wiki/Visibility-Stream-Format
+ * https://gitlab.freedesktop.org/freedreno/freedreno/-/wikis/Visibility-Stream-Format
  */
 
 enum bits_per {
@@ -41,7 +41,7 @@ enum bits_per {
 
 /**
  * Determine # of bits required to store a given number, see
- * https://github.com/freedreno/freedreno/wiki/Visibility-Stream-Format#numbers
+ * https://gitlab.freedesktop.org/freedreno/freedreno/-/wikis/Visibility-Stream-Format#numbers
  */
 static unsigned
 number_size_bits(unsigned nr)
@@ -53,7 +53,7 @@ number_size_bits(unsigned nr)
 
 /**
  * Determine # of bits requred to store a given bitfield, see
- * https://github.com/freedreno/freedreno/wiki/Visibility-Stream-Format#bitfields
+ * https://gitlab.freedesktop.org/freedreno/freedreno/-/wikis/Visibility-Stream-Format#bitfields
  */
 static unsigned
 bitfield_size_bits(unsigned n)
@@ -85,7 +85,7 @@ prim_count(const struct pipe_draw_info *info,
  * conservatively large primitive stream sizes.  (Ie. 10x what is needed, vs.
  * 20x)
  *
- * https://github.com/freedreno/freedreno/wiki/Visibility-Stream-Format#primitive-streams
+ * https://gitlab.freedesktop.org/freedreno/freedreno/-/wikis/Visibility-Stream-Format#primitive-streams
  */
 static unsigned
 primitive_stream_size_bits(const struct pipe_draw_info *info,
@@ -111,7 +111,7 @@ primitive_stream_size_bits(const struct pipe_draw_info *info,
  *    the size of the corresponding primitive stream in DWORD's.
  *  - Checksum
  *
- * https://github.com/freedreno/freedreno/wiki/Visibility-Stream-Format#draw-streams
+ * https://gitlab.freedesktop.org/freedreno/freedreno/-/wikis/Visibility-Stream-Format#draw-streams
  */
 static unsigned
 draw_stream_size_bits(const struct pipe_draw_info *info, unsigned num_bins,
index bf8ee78..a9346f0 100644 (file)
@@ -35,7 +35,7 @@
 /*
  * HW Queries:
  *
- * See: https://github.com/freedreno/freedreno/wiki/Queries#hardware-queries
+ * See: https://gitlab.freedesktop.org/freedreno/freedreno/-/wikis/Queries#hardware-queries
  *
  * Hardware queries will be specific to gpu generation, but they need
  * some common infrastructure for triggering start/stop samples at