On 21/06/16 04:32, Daniel Stone wrote:
> On 20 June 2016 at 21:18, Tomi Valkeinen wrote:
>> At the moment only XRGB is supported when using pixman renderer.
>> This patch adds support also for RGB565.
>
> 16bpp in 2016? Ouch. :(
Yeah... Well, it cuts the mem bandwidth usage to half, so it's
This patch's purpose is getting global interface information
registerred in the server.
If global is created (used wl_global_create()),
information are saved in global_list.
But almost structures used in wayland is defined statically.
So it is hard to get structure's values in server side.
Added f
Hi Bryce,
All merged, thanks!
Cheers,
Daniel
On 16 June 2016 at 10:36, Bryce Harrington wrote:
> xkb_context_new() returns a xkb_context pointer, so change the variable
> definition to be consistent.
>
> Signed-off-by: Bryce Harrington
> ---
> doc/quick-guide.md | 2 +-
> 1 file changed, 1 ins
On 20 June 2016 at 21:18, Tomi Valkeinen wrote:
> At the moment only XRGB is supported when using pixman renderer.
> This patch adds support also for RGB565.
16bpp in 2016? Ouch. :(
Reviewed-by: Daniel Stone
Cheers,
Daniel
___
wayland-devel maili
On Mon, Jun 20, 2016 at 12:25:55PM +, Ruei, Eric wrote:
> To whom it may concern:
>
> I am not sure this is the right place to post Wayland/Weston questions or
> report problems. If it is not, please forgive me and point me to the
> appropriate site.
> Here is the problem that we face:
> The t
compositor->config was removed a while ago.
Signed-off-by: Daniel Stone
---
src/screen-share.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/screen-share.c b/src/screen-share.c
index 196173e..c9e7436 100644
--- a/src/screen-share.c
+++ b/src/screen-share.c
@@ -40,6
Pixman's headers include a representation of -1 in fixed-point, which is
-1 << 16. This trips a GCC warning about shifting negative values. As we
can't do much about it, just silence the warning.
Signed-off-by: Daniel Stone
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Welcome back Darxus!
Thanks for working on the 16.04 build page, that's been on the todo list
for some time now.
On Sun, Jun 19, 2016 at 06:48:40PM -0400, dar...@chaosreigns.com wrote:
> Sorted links reverse chronologically as suggested by Bill Spitzak, and
> added --with-xserver-path to weston
On Sun, 19 Jun 2016 11:33:11 +0200
Quentin Glidic wrote:
> On 18/06/2016 19:15, Armin Krezović wrote:
> > Currently, the keyboard client is created and the input
> > panel surface is set as toplevel on the first output it
> > finds. This does not work in a scenario when there are
> > no outputs,
On Sun, 19 Jun 2016 11:06:05 +0200
Quentin Glidic wrote:
> On 18/06/2016 19:15, Armin Krezović wrote:
> > This patch adds a new command line option which can be
> > used to tell headless backend not to create any
> > virtual outputs.
> >
> > This will be used for output hotplug emulation, where
>
On Sun, 19 Jun 2016 11:16:35 +0200
Quentin Glidic wrote:
> On 18/06/2016 19:15, Armin Krezović wrote:
> > When there are no outputs present, an output pointer
> > can be NULL. Dereferencing such pointer will result
> > in a crash.
> >
> > Signed-off-by: Armin Krezović
> > ---
> > desktop-shell/
On Sun, 19 Jun 2016 11:10:03 +0200
Quentin Glidic wrote:
> On 18/06/2016 19:15, Armin Krezović wrote:
> > When there are no outputs present, an output pointer
> > can be NULL. Dereferencing such pointer will result
> > in a crash.
> >
> > Signed-off-by: Armin Krezović
> > ---
> > src/compositor
On Sun, 19 Jun 2016 11:08:50 +0200
Quentin Glidic wrote:
> On 18/06/2016 19:15, Armin Krezović wrote:
> > Currently, display_get_output returns a first member
> > of the linked list, which can never be NULL.
> >
> > This is problematic, as the function would return a
> > dangling pointer and NULL
On Mon, 20 Jun 2016 12:25:55 +
"Ruei, Eric" wrote:
> To whom it may concern:
>
> I am not sure this is the right place to post Wayland/Weston
> questions or report problems. If it is not, please forgive me and
> point me to the appropriate site. Here is the problem that we face:
Hi,
this i
To whom it may concern:
I am not sure this is the right place to post Wayland/Weston questions or
report problems. If it is not, please forgive me and point me to the
appropriate site.
Here is the problem that we face:
The touchscreen on TI AM335x EVM is in reverse order, i.e starting from
bott
From: Tomi Valkeinen
At the moment only XRGB is supported when using pixman renderer.
This patch adds support also for RGB565.
Signed-off-by: Tomi Valkeinen
---
src/compositor-drm.c | 62 ++--
1 file changed, 55 insertions(+), 7 deletions(-)
On Sun, 19 Jun 2016 11:08:33 +0200
Quentin Glidic wrote:
> On 18/06/2016 19:15, Armin Krezović wrote:
> > Currently, get_default_output returns a first member
> > of the linked list, which can never be NULL.
> >
> > This is problematic, as the function would return a
> > dangling pointer and NULL
On Fri, 17 Jun 2016 10:48:38 -0700
Bill Spitzak wrote:
> On Thu, Jun 16, 2016 at 7:13 AM, Pekka Paalanen wrote:
>
> >
> > load_image_from_png() now pays attention to the pixel format returned by
> > Cairo, which seems to come out as CAIRO_FORMAT_RGB24 in
> > internal-screenshot-test, not as CAI
18 matches
Mail list logo