summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2017-01-26 10:57:02 -0800
committerBryce Harrington <bryce@osg.samsung.com>2017-01-26 10:57:02 -0800
commit2030db1ace4da18d798cafed18d3fdf23bd24cad (patch)
tree8fa612ba1ef295ec15ce369e95a05e66352df811
parent4d86b8c0eed7b33174d03024dc7a1c8060a9de30 (diff)
Prefer https for cgit.freedesktop.org
-rw-r--r--architecture.html10
-rw-r--r--building.html20
-rw-r--r--index.html4
-rw-r--r--xserver.html10
4 files changed, 22 insertions, 22 deletions
diff --git a/architecture.html b/architecture.html
index 1acd957..6cfa925 100644
--- a/architecture.html
+++ b/architecture.html
@@ -213,10 +213,10 @@ point where the change it affects appears on screen.</p>
stack and its buffer sharing mechanism to the generic Wayland API.
The EGL stack is expected to provide an implementation of the
Wayland EGL platform. The full API is in
- the <a href="http://cgit.freedesktop.org/wayland/wayland/tree/src/wayland-egl.h">wayland-egl.h</a>
+ the <a href="https://cgit.freedesktop.org/wayland/wayland/tree/src/wayland-egl.h">wayland-egl.h</a>
header. The open source implementation in the mesa EGL stack is
- in <a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-egl/wayland-egl.c">wayland-egl.c</a>
- and <a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c">platform_wayland.c</a>.
+ in <a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-egl/wayland-egl.c">wayland-egl.c</a>
+ and <a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c">platform_wayland.c</a>.
</p>
<p>
@@ -226,7 +226,7 @@ point where the change it affects appears on screen.</p>
share buffers. The point of the wayland-egl.h API is to abstract
that away and just let the client create an EGLSurface for a Wayland
surface and start rendering. The open source stack uses
- the <a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-drm/wayland-drm.xml">drm</a>
+ the <a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-drm/wayland-drm.xml">drm</a>
Wayland extension, which lets the client discover the drm device to
use and authenticate and then share drm (GEM) buffers with the
compositor.
@@ -241,7 +241,7 @@ point where the change it affects appears on screen.</p>
hardware overlays if available. Enabling modesetting, EGL/GLES2 and
overlays is something that should be part of standard hardware
bringup. The extra requirement for Wayland enabling is
- the <a href="http://cgit.freedesktop.org/mesa/mesa/tree/docs/specs/WL_bind_wayland_display.spec">EGL_WL_bind_wayland_display</a>
+ the <a href="https://cgit.freedesktop.org/mesa/mesa/tree/docs/specs/WL_bind_wayland_display.spec">EGL_WL_bind_wayland_display</a>
extension that lets the compositor create an EGLImage from a generic
Wayland shared buffer. It's similar to
the <a href="http://www.khronos.org/registry/egl/extensions/KHR/EGL_KHR_image_pixmap.txt">EGL_KHR_image_pixmap</a>
diff --git a/building.html b/building.html
index 95179cf..fdfa997 100644
--- a/building.html
+++ b/building.html
@@ -127,7 +127,7 @@ sudo make install
<p>This is required in order to be able to build Mesa with the Wayland EGL platform.</p>
<pre>
-$ git clone <a href="http://cgit.freedesktop.org/wayland/wayland">git://anongit.freedesktop.org/wayland/wayland</a>
+$ git clone <a href="https://cgit.freedesktop.org/wayland/wayland">git://anongit.freedesktop.org/wayland/wayland</a>
$ cd wayland
$ ./autogen.sh --prefix=$WLD
$ make &amp;&amp; make install
@@ -147,7 +147,7 @@ with <code>--disable-documentation</code>.</li>
<p>This contains a set of protocols that add functionality not available in the Wayland core protocol.</p>
<pre>
-$ git clone <a href="http://cgit.freedesktop.org/wayland/wayland-protocols">git://anongit.freedesktop.org/wayland/wayland-protocols</a>
+$ git clone <a href="https://cgit.freedesktop.org/wayland/wayland-protocols">git://anongit.freedesktop.org/wayland/wayland-protocols</a>
$ cd wayland-protocols
$ ./autogen.sh --prefix=$WLD
$ make install
@@ -163,7 +163,7 @@ some cases extra functionality or optimization will only be available in
more recent releases.</p>
<pre>
-$ git clone <a href="http://cgit.freedesktop.org/mesa/mesa">git://anongit.freedesktop.org/mesa/mesa</a>
+$ git clone <a href="https://cgit.freedesktop.org/mesa/mesa">git://anongit.freedesktop.org/mesa/mesa</a>
$ cd mesa
$ ./autogen.sh --prefix=$WLD --enable-gles2 \
--with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi \
@@ -176,15 +176,15 @@ $ cd ..
<li><a href="mesa-configure.html">Example mesa configure output.</a></li>
<li>You will probably need a development package for <a href="https://01.org/linuxgraphics/community/libdrm">libdrm</a>. This is
-available in <a href="http://cgit.freedesktop.org/mesa/drm"><code>git://anongit.freedesktop.org/mesa/drm</code></a></li>
+available in <a href="https://cgit.freedesktop.org/mesa/drm"><code>git://anongit.freedesktop.org/mesa/drm</code></a></li>
<li><a href="http://xcb.freedesktop.org/">xcb</a>-* dependencies can be fixed by compiling and installing
-<a href="http://cgit.freedesktop.org/xcb/proto"><code>git://anongit.freedesktop.org/xcb/proto</code></a> and
-<a href="http://cgit.freedesktop.org/xcb/libxcb"><code>git://anongit.freedesktop.org/xcb/libxcb</code></a>.
+<a href="https://cgit.freedesktop.org/xcb/proto"><code>git://anongit.freedesktop.org/xcb/proto</code></a> and
+<a href="https://cgit.freedesktop.org/xcb/libxcb"><code>git://anongit.freedesktop.org/xcb/libxcb</code></a>.
</li>
<li>*proto dependencies can be built from
-<a href="http://cgit.freedesktop.org/xorg/proto"><code>git://anongit.freedesktop.org/xorg/proto/*proto</code></a>.
+<a href="https://cgit.freedesktop.org/xorg/proto"><code>git://anongit.freedesktop.org/xorg/proto/*proto</code></a>.
</li>
<li><code>--disable-dri3</code> may remove some dependencies.</li>
@@ -222,7 +222,7 @@ translates evdev events into Wayland events. It has been split from
Weston as the code is reusable by any Wayland compositor on Linux.</p>
<pre>
-$ git clone <a href="http://cgit.freedesktop.org/wayland/libinput">git://anongit.freedesktop.org/wayland/libinput</a>
+$ git clone <a href="https://cgit.freedesktop.org/wayland/libinput">git://anongit.freedesktop.org/wayland/libinput</a>
$ cd libinput
$ ./autogen.sh --prefix=$WLD
$ make &amp;&amp; make install
@@ -232,7 +232,7 @@ $ cd ..
<ul>
<li>You probably need the development package for
<a href="http://www.freedesktop.org/wiki/Software/libevdev/">libevdev</a>,
- this is in <a href="http://cgit.freedesktop.org/libevdev"><code>git://anongit.freedesktop.org/libevdev</code></a></li>
+ this is in <a href="https://cgit.freedesktop.org/libevdev"><code>git://anongit.freedesktop.org/libevdev</code></a></li>
<li><a href="https://sourceforge.net/projects/linuxwacom/">libwacom</a> source is in <code>git://git.code.sf.net/p/linuxwacom/libwacom</code></li>
@@ -247,7 +247,7 @@ available in the weston repo and comes with a few demo applications.
</p>
<pre>
-$ git clone <a href="http://cgit.freedesktop.org/wayland/weston">git://anongit.freedesktop.org/wayland/weston</a>
+$ git clone <a href="https://cgit.freedesktop.org/wayland/weston">git://anongit.freedesktop.org/wayland/weston</a>
$ cd weston
$ ./autogen.sh --prefix=$WLD
$ make
diff --git a/index.html b/index.html
index bf8da81..22c7eb2 100644
--- a/index.html
+++ b/index.html
@@ -40,7 +40,7 @@ embedded and mobile use cases. </p>
<p>Software:</p>
<ul>
<li><a href="releases.html">Releases</a></li>
- <li><a href="http://cgit.freedesktop.org/wayland">Wayland git repositories</a></li>
+ <li><a href="https://cgit.freedesktop.org/wayland">Wayland git repositories</a></li>
<li><a href="building.html">Building Weston</a></li>
<li><a href="xserver.html">X clients on Wayland</a>
<li><a href="extras.html">Extras</a>: some apps and debugging tools</li>
@@ -53,7 +53,7 @@ embedded and mobile use cases. </p>
<li><a href="http://patchwork.freedesktop.org/project/wayland/list/">Patchwork</a>: pending Wayland and Weston patches</li>
<li><a href="reviewing.html">Reviewing Patches</a> (please help)</li>
<li><a href="testing.html">Testing Wayland</a></li>
- <li><a href="http://cgit.freedesktop.org/wayland/wayland/tree/doc/Contributing">Contribution instructions</a>
+ <li><a href="https://cgit.freedesktop.org/wayland/wayland/tree/doc/Contributing">Contribution instructions</a>
<li><a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland">Wayland Bugzilla</a>
(<a href="https://bugs.freedesktop.org/buglist.cgi?list_id=279166&amp;bug_severity=blocker&amp;bug_severity=critical&amp;bug_severity=major&amp;bug_severity=normal&amp;bug_severity=minor&amp;bug_severity=trivial&amp;query_format=advanced&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;bug_status=PLEASETEST&amp;product=Wayland">All bugs</a>
<a href="https://bugs.freedesktop.org/buglist.cgi?list_id=279166&amp;bug_severity=enhancement&amp;query_format=advanced&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;bug_status=PLEASETEST&amp;product=Wayland">Enhancements</a>)</li>
diff --git a/xserver.html b/xserver.html
index cf72c4d..0255d85 100644
--- a/xserver.html
+++ b/xserver.html
@@ -57,7 +57,7 @@ are not needed anymore. With this config it will only install the Xwayland
binary and few other files:</p>
<pre>
-$ git clone <a href="http://cgit.freedesktop.org/xorg/xserver">git://anongit.freedesktop.org/xorg/xserver</a>
+$ git clone <a href="https://cgit.freedesktop.org/xorg/xserver">git://anongit.freedesktop.org/xorg/xserver</a>
$ cd xserver
$ ./autogen.sh --prefix=$WLD --disable-docs --disable-devel-docs \
--enable-xwayland --disable-xorg --disable-xvfb --disable-xnest \
@@ -68,15 +68,15 @@ $ cd ..
<ul>
<li>glproto, xproto, etc are available
-from <a href="http://cgit.freedesktop.org/xorg/proto"><code>git://anongit.freedesktop.org/xorg/proto/*proto</code></a>.
+from <a href="https://cgit.freedesktop.org/xorg/proto"><code>git://anongit.freedesktop.org/xorg/proto/*proto</code></a>.
</li>
-<li><a href="http://cgit.freedesktop.org/xorg/lib/libxtrans/tree/README">libxtrans</a> is
-in <a href="http://cgit.freedesktop.org/xorg/lib/libxtrans"><code>git://anongit.freedesktop.org/xorg/lib/libxtrans</code></a>.
+<li><a href="https://cgit.freedesktop.org/xorg/lib/libxtrans/tree/README">libxtrans</a> is
+in <a href="https://cgit.freedesktop.org/xorg/lib/libxtrans"><code>git://anongit.freedesktop.org/xorg/lib/libxtrans</code></a>.
</li>
<li>libxkbfile is in
-in <a href="http://cgit.freedesktop.org/xorg/lib/libxkbfile"><code>git://anongit.freedesktop.org/xorg/lib/libxkbfile</code></a>.
+in <a href="https://cgit.freedesktop.org/xorg/lib/libxkbfile"><code>git://anongit.freedesktop.org/xorg/lib/libxkbfile</code></a>.
</li>
</ul>