From: Daiki Ueno
Since commit 3a869019, weston_view_animation_run initializes the
spring with an arbitrary value range. This should be fine if the
range is narrow enough, but if the range is wide, the spring functions
converge too slowly, since the step is hard-coded.
This patch partially rever
Signed-off-by: Quanxian Wang
---
Makefile.am | 5 +
configure.ac | 8
2 files changed, 13 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index f22c542..254cde7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,11 +6,16 @@ if ENABLE_XWAYLAND
xwayland_subdir = xwayland
endif
Weston randr protocol will provide interfaces to
1) Mode set of output (scale, transform, mode setting)
For mode setting, three match methods are provided.
2) Position of output (currently support leftof, rightof)
More need to be done, above, below and any positoion of output with (x,y).
3) N
1) Add weston_randr definition and randr_backend intreface.
2) Export functions used in compositor.c so that module wrandr
could use them. For example, weston_output_transform_scale_init.
3) Support new_mode backend interface in output structure.
Signed-off-by: Quanxian Wang
---
src/composito
When starting weston with parameter --enable-wrandr,
it will automatically load wrandr.so module. This is
for QA testing and Admin configuration.
weston_output_transform_scale_init will be used by
weston randr module.
Signed-off-by: Quanxian Wang
---
src/compositor.c | 14 --
1 file
Important Changes compared with V2:
1) Provide 2 methods to mode match for mode setting and mode delete.
a) Exact mode number match
Client selects the mode number according to query information.
b) Fuzzy match for width, height and refresh
Set: First matches, first takes effect.
De
Functions implemented in this application
1) Query output mode list
2) Update properties of output (transform, scale, mode setting)
3) Position of output (leftof and rightof are supported.)
4) Custom a mode for output.
5) Delete mode of output.
6) Combination of above 2-5 in one shot.
More details
Signed-off-by: Quanxian Wang
---
module/Makefile.am|3 +
module/wrandr/Makefile.am | 32 ++
module/wrandr/wrandr.c| 1262 +
3 files changed, 1297 insertions(+)
create mode 100644 module/Makefile.am
create mode 100644 module/wrandr/Ma
provide drm_output_new_mode interface to create new mode
from outsite instead of only from edid or configure.
Signed-off-by: Quanxian Wang
---
src/compositor-drm.c | 76
1 file changed, 76 insertions(+)
diff --git a/src/compositor-drm.c b/src
Awesome ! Thank you both once again.
Regards,
Manuel
2014-04-07 18:46 GMT+02:00 Kristian Høgsberg :
> On Mon, Apr 07, 2014 at 04:02:11PM +0300, Pekka Paalanen wrote:
> > On Mon, 7 Apr 2014 11:58:45 +0200
> > Manuel Bachmann wrote:
> >
> > > This fixes :
> > > - leaking the mask used to simula
On Mon, Apr 07, 2014 at 12:40:35PM +0100, Andrew Wedgbury wrote:
> There was an issue recently in screen-share.c where config.h was not
> being included, resulting in the wrong definition for off_t being
> used on 32 bit systems. I checked and I don't think this problem is
> happening elsewhere, bu
On Mon, Apr 07, 2014 at 06:02:13PM +0200, Mariusz Ceier wrote:
> It was removed in 757d8aff2757387bcd594e2ee2a27055b366eac3,
> along with xserver protocol.
>
> Signed-off-by: Mariusz Ceier
Thanks, applied. /me hangs head in shame.
Kristian
> ---
> xwayland/dnd.c| 1 -
> xwayland/
On Mon, Apr 07, 2014 at 04:02:11PM +0300, Pekka Paalanen wrote:
> On Mon, 7 Apr 2014 11:58:45 +0200
> Manuel Bachmann wrote:
>
> > This fixes :
> > - leaking the mask used to simulate transparency ;
> > - code style (definitions moved up, use of brackets) ;
> > - applying an opaque region when t
It was removed in 757d8aff2757387bcd594e2ee2a27055b366eac3,
along with xserver protocol.
Signed-off-by: Mariusz Ceier
---
xwayland/dnd.c| 1 -
xwayland/launcher.c | 1 -
xwayland/window-manager.c | 1 -
3 files changed, 3 deletions(-)
diff --git a/xwayland/dnd.c b/xwayland/dnd
On Mon, Apr 07, 2014 at 03:01:01PM +0100, Neil Roberts wrote:
> Jason Ekstrand wrote:
>
> > We may still have a problem if the client changes buffer formats
> > mid-stream. Say it starts out with RGB565 to save memory but latter
> > decides it wants alpha so it switches to ARGB. We should
> >
Jason Ekstrand wrote:
> We may still have a problem if the client changes buffer formats
> mid-stream. Say it starts out with RGB565 to save memory but latter
> decides it wants alpha so it switches to ARGB. We should
> probably detect this and make sure glTexImage2D gets called again to
> res
On Mon, 7 Apr 2014 11:58:45 +0200
Manuel Bachmann wrote:
> This fixes :
> - leaking the mask used to simulate transparency ;
> - code style (definitions moved up, use of brackets) ;
> - applying an opaque region when transparency is
> wanted (shound not happen).
>
> Signed-off-by: Manuel Bachm
There was an issue recently in screen-share.c where config.h was not
being included, resulting in the wrong definition for off_t being used on
32 bit systems. I checked and I don't think this problem is happening
elsewhere, but to help avoid this sort of problem in the future, I went
through an
Hi Kristian,
Thanks a lot for your review !
You're totally right, I was leaking the mask (shame on me :-( ) and wasn't
totally consistent on the code style part.
I just submitted another patch, which should address most of our concerns :
http://lists.freedesktop.org/archives/wayland-devel/2014-Ap
This fixes :
- leaking the mask used to simulate transparency ;
- code style (definitions moved up, use of brackets) ;
- applying an opaque region when transparency is
wanted (shound not happen).
Signed-off-by: Manuel Bachmann
---
src/pixman-renderer.c | 19 +--
1 file changed
20 matches
Mail list logo