On 12.08.2016 18:28, Pekka Paalanen wrote:
> On Thu, 11 Aug 2016 17:33:57 +0200
> Armin Krezović wrote:
>
>> This adds new plugin-specific API for configuring outputs
>> on "windowed" backends, such as X11, wayland/non-fullscreen
>> and even headless (although, it doesn't have any windows,
>> its
Signed-off-by: Armin Krezović
---
libweston/compositor-drm.c | 2 +-
libweston/compositor-fbdev.c| 2 +-
libweston/compositor-headless.c | 2 +-
libweston/compositor-rdp.c | 2 +-
libweston/compositor-wayland.c | 4 ++--
libweston/compositor-x11.c | 2 +-
libweston/compositor.
Signed-off-by: Armin Krezović
---
libweston/compositor.c | 124 -
1 file changed, 41 insertions(+), 83 deletions(-)
diff --git a/libweston/compositor.c b/libweston/compositor.c
index f78f06f..847031f 100644
--- a/libweston/compositor.c
+++ b/libwes
This is a complete port of the X11 backend that
uses recently added output handling API for output
configuration.
- Output can be configured at runtime by passing the
necessary configuration parameters, which can be
filled in manually, obtained from the configuration
file or obtained from th
This is a complete port of the headless backend that
uses recently added output handling API for output
configuration.
- Output can be configured at runtime by passing the
necessary configuration parameters, which can be
filled in manually, obtained from the configuration
file or obtained fr
Signed-off-by: Armin Krezović
---
libweston/compositor.h | 14 --
1 file changed, 14 deletions(-)
diff --git a/libweston/compositor.h b/libweston/compositor.h
index 2dc3979..7545a14 100644
--- a/libweston/compositor.h
+++ b/libweston/compositor.h
@@ -700,20 +700,6 @@ enum weston_capa
This patch implements additional functionality that will be used
for configuring, enabling and disabling weston's outputs. Its
indended use is by the compositors or user programs that want to
be able to configure, enable or disable an output at any time. An
output can only be configured while it's
This is a complete port of the RDP backend that uses
recently added output handling API for output
configuration.
Output can be configured at runtime by passing the
necessary configuration parameters, which can be
filled in manually or obtained from the command line
using previously added function
This is a complete port of the DRM backend that uses
recently added output handling API for output
configuration.
Output can be configured at runtime by passing the
necessary configuration parameters, which can be
filled in manually or obtained from the configuration
file using previously added fu
Hi,
This is second version of the new output configuration API
that I've been working on as part of my GSoC project.
In this version, I've implemented Pekka's and Quentin's
review, where most important change was splitting of
weston_output_disable() into 2 different functions to
make backend-spec
This adds new plugin-specific API for configuring outputs
on "windowed" backends, such as X11, wayland/non-fullscreen
and even headless (although, it doesn't have any windows,
its configuration is very similar). It can be used from
compositors to configure pending outputs and should be used
with pr
This is a complete port of the fbdev backend that uses
recently added output handling API for output
configuration.
It is required that the scale and transform values are
set using the previously added functionality.
After everything has been set, output needs to be
enabled manually using weston_
This implements output configuration for outputs which use
previously added weston_windowed_output_api. The function
takes an output that's to be configured, default configuration
that's to be set in case no configuration is specified in
the config file or on command line and optional third argumen
This is a complete port of the Wayland backend that
uses recently added output handling API for output
configuration.
- Output can be configured at runtime by passing the
necessary configuration parameters, which can be
filled in manually, obtained from the configuration
file or obtained fro
Hello All,
On 2016-08-09 20:11 +0200, Yann E. MORIN spake thusly:
> There is a UTF-8 no-break space (U+A0, U8+C2A0) in the definition of
> macro NSC_RESET in the case of 1.2.2 <= FreeRDP < 2.0.
>
> This is causing build issues (\302 is 0xC2, \240 is 0xA0):
>
> http://autobuild.buildroot.net
On Fri, Aug 12, 2016 at 10:41:31AM +0200, Quentin Glidic wrote:
> From: Quentin Glidic
>
> Hi everyone,
>
> Here is the final shape of my libweston-desktop series.
> A lot of things happened on Phabricator[1], and this is the result.
>
> Thanks to Jonas for the deep reviews that made it useful
16 matches
Mail list logo