[PATCH] architecture: Fix EGL URLs

Pekka Paalanen ppaalanen at gmail.com
Mon Jun 18 09:34:23 UTC 2018


On Fri, 15 Jun 2018 16:58:38 -0300
Matheus Santana <embs at cin.ufpe.br> wrote:

> Replace URL for file which has been moved and remove URL for remove
> file.
> 
> Signed-off-by: Matheus Santana <embs at cin.ufpe.br>
> ---
>  architecture.html | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/architecture.html b/architecture.html
> index 6cfa925..2ceed2a 100644
> --- a/architecture.html
> +++ b/architecture.html
> @@ -213,10 +213,9 @@ 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="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="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>.
> +  the <a href="https://cgit.freedesktop.org/wayland/wayland/tree/egl/wayland-egl.h">wayland-egl.h</a>
> +  header.  The open source implementation in the mesa EGL stack is in
> +  <a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c">platform_wayland.c</a>.
>  </p>
>  
>  <p>

Hi,

looks good otherwise, but wayland-egl.c wasn't really removed, it
migrated to wayland repository. On the other hand, I'm not sure how
much worth there is linking to wayland-egl.c since it's just a wrapper
now. It might be useful to link to wayland-egl-backend.h and explain
how that fits in instead.

In any case this patch is nice, so pushed:
   f045c5c..399627a  master -> master


Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20180618/3bce1db7/attachment-0001.sig>


More information about the wayland-devel mailing list