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
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
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
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
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
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
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
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
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.
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
---
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
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
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
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
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
15 matches
Mail list logo