Re: Stabilizing wl_scaler protocol extension

2014-09-16 Thread Alexander Preisinger
2014-09-16 13:51 GMT+02:00 Pekka Paalanen : > On Tue, 16 Sep 2014 13:26:12 +0200 > Alexander Preisinger wrote: > > > Hi pq, > > > > I use it in my wayland-next branch (for unstable wayland stuff) of the > mpv > > player: http://mpv.io/ > > In this commi

Re: Stabilizing wl_scaler protocol extension

2014-09-16 Thread Alexander Preisinger
Hi pq, I use it in my wayland-next branch (for unstable wayland stuff) of the mpv player: http://mpv.io/ In this commit: https://github.com/mpv-player/mpv/commit/77cc885b44a9e95e5c3c9ae4961b9958ff5cf643 I only just now realized that I should just use set_destination for my use case. So setting th

Re: How to check if OpenGL is supported?

2013-09-09 Thread Alexander Preisinger
Hi, You could use pkg-config to check for wayland-egl and egl. Best Regards, Alexander Preisinger 2013/9/10 Campbell Barton > Hi, I'm interested to get Blender (OpenGL 3d graphics application) > running with wayland/weston. > > However I cant tell if my configuration ca

Re: Wayland and Blender

2013-06-19 Thread Alexander Preisinger
Hi, Using Desktop OpenGL on wayland is possible. I wrote the EGL backend for the mpv video player which also uses Full OpenGL. The only problem is when you want to have a system without any X11 libraries. Best Regards, Alexander 2013/6/19 Wander Lairson Costa > Hi, > > I am starting to add s

Re: [PATCH] wl_shell: Add surface state changed event

2013-05-15 Thread Alexander Preisinger
Nice! 2013/5/15 Mikko Levonmaa > This allows the shell to inform the surface that it has changed > state, current supported states are default, minimized, maximized > and fullscreen. The shell implementation is free to interpret the > meaning for the state, i.e. the minimized might not always

Re: minimized and stick windows

2013-05-15 Thread Alexander Preisinger
2013/5/15 Pekka Paalanen > On Wed, 15 May 2013 14:20:21 +0200 > Alexander Preisinger wrote: > > > Hello, > > > > I thought a bit about it and like to present my ideas. > > I mainly thought about it from the shell/compositor site when I like to > > minim

Re: minimized and stick windows

2013-05-15 Thread Alexander Preisinger
ast this should hopefully not break the protocol too much. Best Regards, Alexander Preisinger 2013/5/14 Kristian Høgsberg > On Tue, May 14, 2013 at 2:30 AM, Pekka Paalanen > wrote: > > On Mon, 13 May 2013 17:26:28 -0500 > > Jason Ekstrand wrote: > > > >> On

Re: [RFC] Add wayland support for MPlayer2

2012-08-31 Thread Alexander Preisinger
Sorry for the late answer. 2012/8/24 Uoti Urpala : > On Fri, 2012-08-24 at 08:08 +0200, Alexander Preisinger wrote: >> This patch series will enable support for wayland via EGL. >> Input and output works correctly. But there is no window decoration. >> >> Please have l

Re: [PATCH 1/3] Add wayland support

2012-08-25 Thread Alexander Preisinger
Sorry I didn't send it to the mailing list. 2012/8/24 Pekka Paalanen : > On Fri, 24 Aug 2012 08:08:22 +0200 > Alexander Preisinger wrote: > >> Implements shared routines for initialising wayland and keyboard/pointer >> input. >> Indepentend from the video output.

[PATCH 3/3] Enable build for wayland egl

2012-08-23 Thread Alexander Preisinger
This uses 2 defines * CONFIG_WAYLAND * CONFIG_GL_WAYLAND CONFIG_WAYLAND is not used at the moment --- Makefile | 1 + configure | 48 +++- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1ce8dd..035606c 1006

[PATCH 2/3] Add wayland egl support for vo_gl

2012-08-23 Thread Alexander Preisinger
--- libvo/gl_common.c | 199 ++ libvo/gl_common.h | 9 +++ 2 files changed, 208 insertions(+) diff --git a/libvo/gl_common.c b/libvo/gl_common.c index 3b72349..d916db7 100644 --- a/libvo/gl_common.c +++ b/libvo/gl_common.c @@ -1971,6 +1971,182

[PATCH 1/3] Add wayland support

2012-08-23 Thread Alexander Preisinger
Implements shared routines for initialising wayland and keyboard/pointer input. Indepentend from the video output. --- libvo/wl_common.c | 634 ++ libvo/wl_common.h | 131 +++ 2 files changed, 765 insertions(+) create mode 100644 libvo/w

[RFC] Add wayland support for MPlayer2

2012-08-23 Thread Alexander Preisinger
This patch series will enable support for wayland via EGL. Input and output works correctly. But there is no window decoration. Please have look and tell what should be changed or improved. This patch series also goes to wayland-devel@lists.freedesktop.org. Regards, Alexander Preisinger

[PATCH] Add minimum size for terminal

2012-06-18 Thread Alexander Preisinger
At the moment the terminal can a negativ size and resizing it can create some artifacts. --- clients/terminal.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/clients/terminal.c b/clients/terminal.c index 4308875..7e1c741 100644 --- a/clients/terminal.c +++ b/clients/terminal.c @@ -7

Re: Incompatible pointer type in dnd.c

2010-11-30 Thread Alexander Preisinger
Here is the patch for it. My very first patch ever :). 2010/11/30 Christoph Frieben : > dnd.c: In function ‘drop_io_func’: > dnd.c:362:2: warning: passing argument 4 of ‘g_io_channel_read_chars’ > from incompatible pointer type > /usr/include/glib-2.0/glib/giochannel.h:247:11: note: expected ‘gsiz