[PATCH] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-24 Thread Srivardhan Hebbar
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

[PATCH V4] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-15 Thread Srivardhan Hebbar
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

[PATCH V3] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-15 Thread Srivardhan Hebbar
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

[PATCH V2] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-13 Thread Srivardhan Hebbar
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

RE: [PATCH] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-13 Thread Srivardhan
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: > &

[PATCH] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-13 Thread Srivardhan Hebbar
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

Failing to add socket to wayland display.

2014-10-10 Thread Srivardhan
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)

RE: Request help regarding building of the xorg-macros and libxcb

2014-08-11 Thread Srivardhan
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

RE: Help needed regarding the "1.4.93 version of Wayland and Weston"

2014-08-06 Thread Srivardhan
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,

RE: Candidates for Weston 1.5 stable branch

2014-06-26 Thread Srivardhan
> -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

RE: Candidates for Weston 1.5 stable branch

2014-06-25 Thread Srivardhan
> -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,

RE: [ANNOUNCE] libinput 0.4.0

2014-06-25 Thread Srivardhan
> 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

[PATCH v2] weston-build: Fix aclocal error during autogen.sh

2014-06-21 Thread Srivardhan Hebbar
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

RE: [PATCH] weston-build: Fix aclocal error during autogen.sh

2014-06-21 Thread Srivardhan
: 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

RE: [PATCH] build: Silence libtoolize warnings

2014-06-18 Thread Srivardhan
> -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

[PATCH] weston-build: Fix aclocal error during autogen.sh

2014-06-18 Thread Srivardhan Hebbar
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

RE: Suggestions on implementing Wayland Protocol Dumper.

2014-06-10 Thread Srivardhan
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 >

[PATCH] doc: Added API documentation for wl_display_create function.

2014-06-09 Thread Srivardhan Hebbar sri.hebbar
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

[PATCH] doc: Added API documentation for wl_display_create function.

2014-06-09 Thread Srivardhan Hebbar sri.hebbar
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

Suggestions on implementing Wayland Protocol Dumper.

2014-06-08 Thread Srivardhan
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

RE: [PATCH] weston: Fix memleak issue in compositor.c

2014-06-02 Thread Srivardhan
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 &

[PATCH] weston: Fix memleak issue in compositor.c

2014-05-27 Thread Srivardhan Hebbar
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

[PATCH v4] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-19 Thread Srivardhan Hebbar
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

RE: [PATCH v3] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-19 Thread Srivardhan
> -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

[PATCH v3] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-16 Thread Srivardhan Hebbar
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

RE: [PATCH v2] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-16 Thread Srivardhan
> -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

[PATCH v2] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-15 Thread Srivardhan Hebbar
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

RE: [PATCH] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-15 Thread Srivardhan
> -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

[PATCH] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-14 Thread Srivardhan Hebbar
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

RE: Not able to build weston following the instructions in the website.

2014-05-13 Thread Srivardhan
> -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

Not able to build weston following the instructions in the website.

2014-05-13 Thread Srivardhan
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

RE: [PATCH V2] event: assert wl_event_source pointer is NULL.

2014-05-12 Thread Srivardhan
> -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:

[PATCH V2] event: assert wl_event_source pointer is NULL.

2014-05-11 Thread Srivardhan Hebbar
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

RE: [PATCH] event: Cheking for NULL before dereferencing the pointer.

2014-05-11 Thread Srivardhan
> -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:

RE: [PATCH] event: Cheking for NULL before dereferencing the pointer.

2014-05-09 Thread Srivardhan
> -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

RE: [PATCH] event: Cheking for NULL before dereferencing the pointer.

2014-05-09 Thread Srivardhan
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

[PATCH] event: Cheking for NULL before dereferencing the pointer.

2014-05-08 Thread Srivardhan Hebbar
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

RE: New to Wayland, Need suggestion on a starting point

2014-05-06 Thread Srivardhan
> -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:

[PATCH v2] doc: Added API documentation for wl_display_create function.

2014-05-06 Thread 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..57b65ce 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -788,6 +788,15 @@ bind_display(struct

RE: [PATCH] doc: Added API documentation for wl_display_create function.

2014-05-06 Thread Srivardhan
> -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

RE: New to Wayland, Need suggestion on a starting point

2014-05-06 Thread Srivardhan
> -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:

RE: New to Wayland, Need suggestion on a starting point

2014-05-06 Thread Srivardhan
> -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:

[PATCH] doc: Added API documentation for wl_display_create function.

2014-05-06 Thread 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 @@ bind_display(struct

RE: New to Wayland, Need suggestion on a starting point

2014-05-05 Thread Srivardhan
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

New to Wayland, Need suggestion on a starting point

2014-05-02 Thread Srivardhan
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

Re: Weston testing (Re: New to wayland, need help pls.)

2014-04-20 Thread Srivardhan M S
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

New to wayland, need help pls.

2014-04-13 Thread Srivardhan M S
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 _

Re: Not able to build Weston.

2014-04-02 Thread Srivardhan M S
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, &

Re: Not able to build Weston.

2014-04-01 Thread Srivardhan M S
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

Not able to build Weston.

2014-03-31 Thread Srivardhan M S
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

Re: Need help in builing Mesa

2014-03-26 Thread Srivardhan M S
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

Need help in builing Mesa

2014-03-26 Thread Srivardhan M S
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