Re: [PATCH] architecture: Fix EGL URLs

2018-06-18 Thread Pekka Paalanen
On Fri, 15 Jun 2018 16:58:38 -0300
Matheus Santana  wrote:

> Replace URL for file which has been moved and remove URL for remove
> file.
> 
> Signed-off-by: Matheus Santana 
> ---
>  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.
>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  href="https://cgit.freedesktop.org/wayland/wayland/tree/src/wayland-egl.h";>wayland-egl.h
> -  header.  The open source implementation in the mesa EGL stack is
> -  in  href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-egl/wayland-egl.c";>wayland-egl.c
> -  and  href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c";>platform_wayland.c.
> +  the  href="https://cgit.freedesktop.org/wayland/wayland/tree/egl/wayland-egl.h";>wayland-egl.h
> +  header.  The open source implementation in the mesa EGL stack is in
> +   href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c";>platform_wayland.c.
>  
>  
>  

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


pgpFW2U4hc7Y1.pgp
Description: OpenPGP digital signature
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH] architecture: Fix EGL URLs

2018-06-15 Thread Matheus Santana
Replace URL for file which has been moved and remove URL for remove
file.

Signed-off-by: Matheus Santana 
---
 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.
   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 https://cgit.freedesktop.org/wayland/wayland/tree/src/wayland-egl.h";>wayland-egl.h
-  header.  The open source implementation in the mesa EGL stack is
-  in https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-egl/wayland-egl.c";>wayland-egl.c
-  and https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c";>platform_wayland.c.
+  the https://cgit.freedesktop.org/wayland/wayland/tree/egl/wayland-egl.h";>wayland-egl.h
+  header.  The open source implementation in the mesa EGL stack is in
+  https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c";>platform_wayland.c.
 
 
 
-- 
2.1.4

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel