Signed-off-by: Srivardhan Hebbar
---
src/wayland-server.c | 20
1 file changed, 20 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 674aeca..0f61e6e 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -862,6 +862,15 @@ wl_socket_alloc
Signed-off-by: Srivardhan Hebbar
---
src/wayland-server.c | 33 +
1 file changed, 33 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 674aeca..0fc2088 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -862,6 +862,18
Signed-off-by: Srivardhan Hebbar
---
src/wayland-server.c | 33 +
1 file changed, 33 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 674aeca..469127f 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -862,6 +862,18
Signed-off-by: Srivardhan Hebbar
---
src/wayland-server.c | 33 +
1 file changed, 33 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 674aeca..4a577f0 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -862,6 +862,18
014 11:45 PM
> To: Srivardhan Hebbar
> Cc: wayland-devel@lists.freedesktop.org
> Subject: Re: [PATCH] doc: Added API documentation for wl_display_destroy
> and wl_display_add_socket functions.
>
> On Mon, Oct 13, 2014 at 05:24:15PM +0530, Srivardhan Hebbar wrote:
> &
Signed-off-by: Srivardhan Hebbar
---
src/wayland-server.c | 20
1 file changed, 20 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 674aeca..0f61e6e 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -862,6 +862,15 @@ wl_socket_alloc
Hi,
I wrote a small program to understand wayland-server. Below is the program:
#include
#include
const char socket_name[] = "test_socket";
int main()
{
struct wl_display *test_display = NULL;
int stat = 0;
test_display = wl_display_create();
if (test_display)
Hi,
From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On
Behalf Of gautam.h.ku...@accenture.com
Sent: Monday, August 11, 2014 12:53 PM
To: wayland-devel@lists.freedesktop.org
Subject: Request help regarding building of the xorg-macros and libxcb
Hello All,
I was trying
From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On
Behalf Of gautam.h.ku...@accenture.com
Sent: Wednesday, August 06, 2014 3:49 PM
To: wayland-devel@lists.freedesktop.org
Subject: Help needed regarding the "1.4.93 version of Wayland and Weston"
Importance: High
Hi,
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Thursday, June 26, 2014 12:35 PM
> To: Srivardhan
> Cc: 'Kristian Høgsberg'; wayland-devel@lists.freedesktop.org
> Subject
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Wednesday, June 25, 2014 7:14 PM
> To: wayland-devel@lists.freedesktop.org; Kristian Høgsberg
> Subject: Candidates for Weston 1.5 stable branch
>
> Hi,
> From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On
> Behalf Of Andrea Giammarchi
> Sent: Wednesday, June 25, 2014 12:11 PM
> To: Peter Hutterer
> Cc: Jonas Ådahl; wayland-devel@lists.freedesktop.org
> Subject: Re: [ANNOUNCE] libinput 0.4.0
>
> Yeah Peter, I know how
This is a fix to the following bug:
https://bugs.freedesktop.org/show_bug.cgi?id=80214
Signed-off-by: Srivardhan Hebbar
---
m4/.gitignore |5 +
1 file changed, 5 insertions(+)
create mode 100644 m4/.gitignore
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index
: Srivardhan Hebbar
Cc: Pekka Paalanen; wayland-devel@lists.freedesktop.org
Subject: Re: [PATCH] weston-build: Fix aclocal error during autogen.sh
I'm not sure that I like ignoring m4 completely. If we ever do put anything
useful there, it would be good to make sure it doesn't get forgotte
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Thursday, June 19, 2014 12:17 PM
> To: Thierry Reding
> Cc: Kristian Høgsberg; wayland-devel@lists.freedesktop.org
> Subject: Re: [PATCH] build: Silence l
This is a fix to the following bug:
https://bugs.freedesktop.org/show_bug.cgi?id=80214
Signed-off-by: Srivardhan Hebbar
---
m4/.gitignore |2 ++
1 file changed, 2 insertions(+)
create mode 100644 m4/.gitignore
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 000
Thanks All for the suggestions... Will do it in the 2nd way...
Thank-you,
Hebbar
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Bryce W. Harrington
> Sent: Tuesday, June 10, 2014 2:58 AM
> To: Srivardhan
>
From: Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar
---
src/wayland-server.c |9 +
1 file changed, 9 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index f2b1b42..7b32848 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -788,6 +788,15
From: Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar
---
src/wayland-server.c |9 +
1 file changed, 9 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index f2b1b42..7b32848 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -788,6 +788,15
Hi,
The following are the ways in which a Protocol Dumper can be implemented:
1. Just before sending a message or when a message is received, the message
can be written to a file. This change can be done in libwayland under #ifdef
DEBUG. So when built enabling DEBUG, we should get all the protocol
Hi,
Has someone looked into reviewing this patch? May I know if it requires any
change?
Thank-you,
Hebbar
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Srivardhan Hebbar
> Sent: Tuesday, May 27, 2014 2:31 PM
&
This fix is upon "Hardening " patch. [PATCH 2/2] Handle
OOM with signal events.
Signed-off-by: Srivardhan Hebbar
---
src/compositor.c | 23 +--
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/src/compositor.c b/src/compositor.c
index 574db2d..f233
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688.
Signed-off-by: Srivardhan Hebbar
---
Makefile.am |6 +++---
configure.ac | 13 -
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 343adc6..a22fd8d
> -Original Message-
> From: Pekka Paalanen [mailto:ppaala...@gmail.com]
> Sent: Monday, May 19, 2014 2:30 PM
> To: Thierry Reding
> Cc: Srivardhan Hebbar; wayland-devel@lists.freedesktop.org
> Subject: Re: [PATCH v3] configure.ac: Change in build system to use the
path
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688.
Signed-off-by: Srivardhan Hebbar
---
configure.ac | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 031a26f..47a38cd 100644
--- a/configure.ac
+++ b
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Friday, May 16, 2014 11:43 AM
> To: Neil Roberts
> Cc: Srivardhan Hebbar; wayland-devel@lists.freedesktop.org
> Subject: Re: [P
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688.
Signed-off-by: Srivardhan Hebbar
---
configure.ac |9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 031a26f..2a0cf2b 100644
--- a/configure.ac
+++ b
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Wednesday, May 14, 2014 5:26 PM
> To: Srivardhan Hebbar
> Cc: wayland-devel@lists.freedesktop.org
> Subject: Re: [PATCH] configur
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688.
Signed-off-by: Srivardhan Hebbar
---
configure.ac |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 031a26f..89965e2 100644
--- a/configure.ac
+++ b
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Tuesday, May 13, 2014 1:03 PM
> To: Srivardhan
> Cc: wayland-devel@lists.freedesktop.org
> Subject: Re: Not able to build
Hi,
When followed the instructions in the
http://wayland.freedesktop.org/building.html, Weston configure fails, as it
won't find the wayland-scanner installed in custom location. So we need to
update the build instructions in the website to update the PATH variable
with custom location. Has nobody
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Monday, May 12, 2014 2:48 PM
> To: Bryce W. Harrington
> Cc: Srivardhan Hebbar; wayland-devel@lists.freedesktop.org
> Subject:
Signed-off-by: Srivardhan Hebbar
---
src/event-loop.c |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/event-loop.c b/src/event-loop.c
index 9790cde..57e3fed 100644
--- a/src/event-loop.c
+++ b/src/event-loop.c
@@ -312,7 +312,11 @@ wl_event_source_check(struct
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Friday, May 09, 2014 3:50 PM
> To: Srivardhan
> Cc: 'Hardening'; wayland-devel@lists.freedesktop.org
> Subject: Re:
> -Original Message-
> From: Pekka Paalanen [mailto:ppaala...@gmail.com]
> Sent: Friday, May 09, 2014 3:09 PM
> To: Srivardhan
> Cc: 'Hardening'; wayland-devel@lists.freedesktop.org
> Subject: Re: [PATCH] event: Cheking for NULL before dereferencing the
&g
cing the
> pointer.
>
> Le 09/05/2014 08:43, Srivardhan Hebbar a écrit :
> > Checking for NULL before dereferencing the wl_event_source pointer so
> > as to avoid crash.
> >
> > Signed-off-by: Srivardhan Hebbar
> > ---
> > src/event-loop.c |7 ++-
&g
Checking for NULL before dereferencing the wl_event_source
pointer so as to avoid crash.
Signed-off-by: Srivardhan Hebbar
---
src/event-loop.c |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/event-loop.c b/src/event-loop.c
index 9790cde..b62d16e 100644
--- a/src
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Tuesday, May 06, 2014 5:22 PM
> To: Srivardhan
> Cc: 'Jason Ekstrand'; wayland-devel@lists.freedesktop.org
> Subject: Re:
Signed-off-by: Srivardhan Hebbar
---
src/wayland-server.c |9 +
1 file changed, 9 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index f2b1b42..57b65ce 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -788,6 +788,15 @@ bind_display(struct
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Tuesday, May 06, 2014 5:03 PM
> To: Srivardhan Hebbar
> Cc: wayland-devel@lists.freedesktop.org
> Subject: Re: [PATCH] doc: Added
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Tuesday, May 06, 2014 4:21 PM
> To: Srivardhan
> Cc: 'Jason Ekstrand'; wayland-devel@lists.freedesktop.org
> Subject: Re:
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen
> Sent: Monday, May 05, 2014 5:36 PM
> To: Srivardhan
> Cc: 'Jason Ekstrand'; wayland-devel@lists.freedesktop.org
> Subject: Re:
Signed-off-by: Srivardhan Hebbar
---
src/wayland-server.c |9 +
1 file changed, 9 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index f2b1b42..7b32848 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -788,6 +788,15 @@ bind_display(struct
Jason Ekstrand
Sent: Friday, May 02, 2014 7:27 PM
To: Pekka Paalanen
Cc: Srivardhan; wayland-devel@lists.freedesktop.org
Subject: Re: New to Wayland, Need suggestion on a starting point
You could also go after this one:
https://bugs.freedesktop.org/show_bug.cgi?id=77769
It shouldn't be to
Hi All,
My name is Srivardhan Hebbar, and I'm active developer since 2008, working
for Samsung now.
I am newbie FOSS developer and new to the world of Wayland. I want to
contribute to this project and want to start with few simpler contributions
to understand the code better.
I
Pardon me for the delayed response. I was on a vacation.
Thank you very much for the reply. As I told I am new to Wayland (indeed
new to Display server). I am going through the documentation of the Wayland
which is available in the website.
My understanding of Wayland is very little, so I won't b
Hi,
I am new to Wayland, and I would like to contribute to it. I have already,
downloaded the source code and have built it. Now reading the documentation
for understanding. Can you pls tell me how I can start involving and
contributing to wayland?
Thank-you,
Sri
_
Hi Pekka,
Thank you very much, Setting the path resolved the issue.
Thanks Bryce for the build commands. I was able to build the weston.
Thank-you,
Sri
On Wed, Apr 2, 2014 at 11:52 AM, Pekka Paalanen wrote:
> On Wed, 2 Apr 2014 10:36:56 +0530
> Srivardhan M S wrote:
>
>> Hi,
&
4 at 4:46 AM, Bryce W. Harrington
wrote:
> On Tue, Apr 01, 2014 at 12:14:17PM +0530, Srivardhan M S wrote:
>> Hi,
>>
>> I followed the instruction from
>> http://wayland.freedesktop.org/building.html and was able to build
>> Wayland, Mesa, libxkbcommon, cairo-gl, libu
Hi,
I followed the instruction from
http://wayland.freedesktop.org/building.html and was able to build
Wayland, Mesa, libxkbcommon, cairo-gl, libunwind. But got struck while
building Weston. When I do a make, I get the following error:
sri.hebbar@sri-hebbar:~/Wayland/weston$ make
GENprotocol
You can build Mesa with --disable-dri3
>
> thanks
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On
> Behalf Of Srivardhan M S
> Sent: Thursday, March 27, 2014 12:25 PM
> To: wayland-devel@lists.freedesktop.org
> Subjec
Hi,
I am new to Wayland. I am following the instructions in the link
http://wayland.freedesktop.org/building.html to build wayland. I
successfully cloned wayland and drm and compiled them. But am struck
in mesa.
I've cloned the mesa code. When I run the autogen.sh as in the
instructions, I get fo
52 matches
Mail list logo