RE: Where should project Weston go?

2015-01-05 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen Sent: Wednesday, December 10, 2014 8:32 AM To: wayland-devel@lists.freedesktop.org Cc: Samuele Disegna; Bryce Harrington; Jason Ekstrand Subject: Re: Where should

RE: [PATCH] desktop-shell: No longer segfault on cleanup

2014-08-22 Thread Eoff, Ullysses A
Does this fix https://bugs.freedesktop.org/show_bug.cgi?id=82957 ? U. Artie -Original Message- From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Derek Foreman Sent: Friday, August 22, 2014 2:20 PM To: wayland-devel@lists.freedesktop.org

RE: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-20 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen Sent: Wednesday, August 20, 2014 2:49 AM To: Eoff, Ullysses A Cc: krh@; Jasper St. Pierre; wayland-devel@lists.freedesktop.org Subject: Re: The road to Wayland

RE: The road to Wayland/Weston 1.6 and 1.5.1

2014-08-19 Thread Eoff, Ullysses A
-Original Message- From: Pekka Paalanen [mailto:ppaala...@gmail.com] Sent: Monday, August 18, 2014 4:36 AM To: wayland-devel@lists.freedesktop.org; krh@ Cc: Eoff, Ullysses A; Peter Hutterer; Jasper St. Pierre Subject: The road to Wayland/Weston 1.6 and 1.5.1 Hi all

RE: Wayland and Weston 1.5.0 is released

2014-05-20 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Bill Spitzak Sent: Tuesday, May 20, 2014 2:03 PM To: wayland-devel@lists.freedesktop.org Subject: Re: Wayland and Weston 1.5.0 is released On 05/20/2014 01:12 PM, Kristian

RE: [PATCH 2/5] clients: Use x*alloc routines for memory allocation

2014-05-07 Thread Eoff, Ullysses A
This fixes a few possible NULL deref's, too... not that it matters much once you're in an OOM situation. LGTM -- U. Artie -Original Message- From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Bryce W. Harrington Sent: Tuesday, May 06, 2014 7:13 PM

RE: [PATCH weston 1/2] evdev: Discard events from a touchscreen paired with an unplugged output

2014-04-22 Thread Eoff, Ullysses A
Hmmm... I think there's more to reconcile for touch device pairing/mapping. In device_added(), we assign a default output to a paired device when the the requested output isn't found. That behavior just changed about a day ago to fix another bug. But perhaps I wasn't seeing the big picture at

RE: [PATCH weston v2 2/5] libinput-seat: allow setting libinput log priority in weston

2014-04-22 Thread Eoff, Ullysses A
-Original Message- From: Peter Hutterer [mailto:peter.hutte...@who-t.net] Sent: Tuesday, April 22, 2014 5:43 PM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH weston v2 2/5] libinput-seat: allow setting libinput log priority in weston On Thu

RE: [PATCH weston 3/3] shell: Destroy a previous input panel animation when showing it again

2014-04-15 Thread Eoff, Ullysses A
This patch series fixes https://bugs.freedesktop.org/show_bug.cgi?id=77347 for me U. Artie Eoff -Original Message- From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Ander Conselvan de Oliveira Sent: Monday, April 14, 2014 5:48 AM To:

RE: [PATCH 2/2] udev-seat: break early when output is found and log the mapping

2014-01-30 Thread Eoff, Ullysses A
bump -Original Message- From: Eoff, Ullysses A Sent: Friday, January 10, 2014 10:15 AM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH 2/2] udev-seat: break early when output is found and log the mapping When an input device has a WL_OUTPUT udev

RE: [PATCH 1/2 v2] version: Fix WESTON_VERSION_AT_LEAST macro

2014-01-24 Thread Eoff, Ullysses A
integration environment. Regardless, the macro logic needs to change so that it appropriately reflects the macro name. -Original Message- From: wayland-devel-boun...@lists.freedesktop.org [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Eoff, Ullysses A Sent: Friday, January

RE: 1.4 Beta (1.3.92) Test Results

2014-01-22 Thread Eoff, Ullysses A
-Original Message- From: Bryce W. Harrington [mailto:b.harring...@samsung.com] Sent: Tuesday, January 21, 2014 4:46 PM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: 1.4 Beta (1.3.92) Test Results On Mon, Jan 20, 2014 at 07:58:18PM +, Eoff, Ullysses

1.4 Beta (1.3.92) Test Results

2014-01-20 Thread Eoff, Ullysses A
::Scope:: These test results only cover the Weston compositor with the DRM and X11 Backends and the Desktop Shell (w/cairo-glesv2) on specific Intel-based hardware (listed below). The issues listed in this report are only those that were observed during this testing and do not represent all

RE: [PATCH weston] tests: Only run buffer-count test on Mesa = 10.1

2014-01-08 Thread Eoff, Ullysses A
Indeed, this looks better to me... I've confirmed with my testing, too, that we need Mesa = 10.1 -Original Message- From: wayland-devel-boun...@lists.freedesktop.org [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of ppaala...@gmail.com Sent: Wednesday, January 08,

RE: [PATCH] compositor: Clean up view output move and destroy listeners

2013-12-19 Thread Eoff, Ullysses A
This patch appears to stabilize the issue reported at https://bugs.freedesktop.org/show_bug.cgi?id=72845 I could not get Weston to crash in 20+ attempts to replicate. U. Artie Eoff -Original Message- From: wayland-devel-boun...@lists.freedesktop.org

RE: [PATCH v2] shell: Add missing break to a case statement inside set_surface_type.

2013-12-04 Thread Eoff, Ullysses A
Tested and works for me :). Thanks! This fixes https://bugs.freedesktop.org/show_bug.cgi?id=72321 U. Artie Eoff -Original Message- From: wayland-devel-boun...@lists.freedesktop.org [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Rafael Antognolli Sent:

RE: [PATCH] shell: Fix activate logic on surface map.

2013-12-04 Thread Eoff, Ullysses A
Tested and works good now... Thanks! U. Artie Eoff -Original Message- From: wayland-devel-boun...@lists.freedesktop.org [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Rafael Antognolli Sent: Wednesday, December 04, 2013 11:50 AM To:

RE: Wayland integration tests

2013-10-30 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel-boun...@lists.freedesktop.org [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Kristian Høgsberg Sent: Wednesday, October 30, 2013 8:48 AM To: Marek Ch Cc: wayland-devel@lists.freedesktop.org Subject: Re: Wayland integration

1.3 RC2 Test Results

2013-10-08 Thread Eoff, Ullysses A
::Summary:: The automated testing pass rate (95%) improved dramatically over RC1 (63%). The remaining failures have been known for a while and/or due to currently unsupported features. The automated test suites executed are Wayland Check, Weston Check, and Wayland-FITS. The manual testing

RE: [PATCH 3/3 wayland-fits] core: Add a test for multiple pointer and keyboard resources

2013-09-26 Thread Eoff, Ullysses A
Series applied. The client keyboard stuff is something I've been wanting to add for a while. Thanks Neil! I like more tests :-) U. Artie Eoff -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel-

RE: [PATCH wfits v2] core: Add a wrapper for the keyboard

2013-09-26 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Neil Roberts Sent: Wednesday, September 25, 2013 4:33 PM To:

RE: [PATCH 1/1] config: add command line option for config file

2013-09-26 Thread Eoff, Ullysses A
This patch only instructs the main compositor process to use the command-line specified configuration file. What about the other things that depend on settings from the configuration file: window.c, tablet-shell.c, desktop-shell.c, and terminal.c? Those all load weston.ini using the default

RE: [PATCH 2/3 wayland-fits] core: Add a wrapper for the keyboard

2013-09-25 Thread Eoff, Ullysses A
Comments inline. -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Neil Roberts Sent: Wednesday, September 25, 2013 11:07 AM To:

RE: [PATCH 3/3] Added tests for the vertex clipping code.

2013-09-10 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Sam Spilsbury Sent: Tuesday, September 10, 2013 9:15 AM To:

RE: [PATCH 1/3] Add support for table-driven testing.

2013-09-10 Thread Eoff, Ullysses A
-Original Message- From: Sam Spilsbury [mailto:smspil...@gmail.com] Sent: Tuesday, September 10, 2013 5:33 PM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH 1/3] Add support for table-driven testing. Hi, On Wed, Sep 11, 2013 at 1:37 AM, Eoff

RE: [PATCH weston 1.2] compositor.h: Don't include config.h

2013-08-26 Thread Eoff, Ullysses A
Good catch! This needs to be fixed on master too. U. Artie Eoff -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Pier Luigi Fiorini

RE: [PATCH weston 1.2] compositor.h: Don't include config.h

2013-08-26 Thread Eoff, Ullysses A
There may be some unintended side-effects by removing it from compositor.h... that is, other Weston source files might include compositor.h and assume it brings in config.h. Did you check for these consequences? U. Artie Eoff -Original Message- From:

RE: [PATCH web] building: update xkbcommon requirements

2013-08-13 Thread Eoff, Ullysses A
-Original Message- From: Kristian Høgsberg [mailto:hoegsb...@gmail.com] Sent: Monday, August 12, 2013 10:33 PM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH web] building: update xkbcommon requirements On Mon, Aug 12, 2013 at 07:35:08AM -0700

RE: [PATCH web] building: update xkbcommon requirements

2013-08-13 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Eoff, Ullysses A Sent: Tuesday, August 13, 2013 7:02 AM To: Kristian Høgsberg Cc: wayland

RE: [PATCH weston] build: Allow more control over cairo use in the clients

2013-08-13 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Kristian Høgsberg Sent: Monday, August 12, 2013 10:20 PM To: Bradford, Robert Cc: Rob

RE: [PATCH web] building: add --with-cairo=gl to weston autogen step

2013-08-13 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Armin K. Sent: Tuesday, August 13, 2013 8:31 AM To: wayland-devel@lists.freedesktop.org

RE: [PATCH web] building: add --with-cairo=gl to weston autogen step

2013-08-13 Thread Eoff, Ullysses A
-Original Message- From: Rob Bradford [mailto:robert.bradf...@intel.com] Sent: Tuesday, August 13, 2013 8:38 AM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH web] building: add --with-cairo=gl to weston autogen step On 13 August 2013 16:00, U

RE: [PATCH weston] build: Allow more control over cairo use in the clients

2013-08-13 Thread Eoff, Ullysses A
Hey Rob, thanks for this patch... this'll make it much easier now :-) I tried with image and with gl and it worked like a charm! U. Artie -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel-

RE: [Wayland] wayland compilation fails

2013-08-07 Thread Eoff, Ullysses A
I'm seeing this issue too... fwiw. U. Artie Eoff Intel Open Source Technology Center -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of

RE: [PATCH weston] window: Allow popup menu when the window is maximised

2013-07-12 Thread Eoff, Ullysses A
This patch does fix the popup as requested. However, it also enables a maximized window to be moved around by dragging the titlebar. I don't think we want that to happen. U. Artie -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org

RE: [PATCH weston] editor: Support shift-left/right for selecting text

2013-07-12 Thread Eoff, Ullysses A
This patches fixes https://bugs.freedesktop.org/show_bug.cgi?id=66802 for me. The bug title only indicates shift+arrow didn't work and this patch addresses that part. But as I read through the bug description, there is the extra claim that Ctrl doesn't work as expected, either. The Ctrl stuff

RE: [PATCH weston] compositor: rebuild the global list if we've removed a surface from it

2013-06-26 Thread Eoff, Ullysses A
Confirmed. This patch fixes https://bugs.freedesktop.org/show_bug.cgi?id=65986. It was a tricky one to reproduce, but after about 50 tries I could not trigger the issue with this patch. Confirmed that this patch also fixes https://bugs.freedesktop.org/show_bug.cgi?id=66198 ;-) U. Artie

RE: [PATCH weston] compositor: rebuild the global list if we've removed a surface from it

2013-06-26 Thread Eoff, Ullysses A
This patch also fixed https://bugs.freedesktop.org/show_bug.cgi?id=66173 -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Eoff, Ullysses

RE: [PATCH weston] shell: Allow ending of popup grabs from within the starting of the grab

2013-06-26 Thread Eoff, Ullysses A
Confirmed. This patch fixes https://bugs.freedesktop.org/show_bug.cgi?id=66167 U. Artie -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of

RE: Who is having problems with hangs from the screensaver?

2013-06-19 Thread Eoff, Ullysses A
So I tried to duplicate your issue on my Intel IvyBridge (w/LVDS)... but for some reason Weston never enters idle/screensaver mode (i.e. screen always stays on w/desktop showing) :-/. I am using the default Weston idle (i.e. I didn't specify -i). Also, in a similar test I plugged an external

RE: [PATCH v2 wfits] test_dayselector: Add user test

2013-06-04 Thread Eoff, Ullysses A
Thanks, committed. U. Artie -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Brian Lovin Sent: Tuesday, June 04, 2013 9:58 AM To:

RE: [PATCH weston v2] use _exit instead of exit if client fails to exec

2013-06-03 Thread Eoff, Ullysses A
Can we make sure this gets backported to 1.1, too? -Original Message- From: Eoff, Ullysses A Sent: Monday, June 03, 2013 4:23 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH weston v2] use _exit instead of exit if client fails to exec From: U

RE: [PATCH] Weston: SDK: export evdev.h

2013-05-31 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Martin Minarik Sent: Friday, May 31, 2013 8:36 AM To: wayland-devel@lists.freedesktop.org

RE: [PATCH wfits] test_dayselector: Add user test

2013-05-31 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Brian Lovin Sent: Friday, May 31, 2013 1:02 PM To: wayland-devel@lists.freedesktop.org Cc:

RE: [PATCH wfits] gtk: Add test_button.cpp and gtk/ButtonClickTest

2013-05-30 Thread Eoff, Ullysses A
Brian, Looks good other than a few stylistic issues and some const corrections. Be sure to remove all trailing whitespaces (git diff should show them). See other comments inline. Thanks, U. Artie -Original Message- From:

RE: [PATCH v2 wfits] gtk: Add test_button.cpp and gtk/ButtonClickTest

2013-05-30 Thread Eoff, Ullysses A
Thanks Brian... committed. U. Artie -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Brian Lovin Sent: Thursday, May 30, 2013 4:17 PM To:

RE: [PATCH weston] shell: End grab if the grabbed shell surface has been destroyed

2013-05-23 Thread Eoff, Ullysses A
, Ullysses A Sent: Monday, May 20, 2013 8:59 AM To: Eoff, Ullysses A; Bradford, Robert; wayland-devel@lists.freedesktop.org Subject: RE: [PATCH weston] shell: End grab if the grabbed shell surface has been destroyed Nonetheless, this is still a reasonable patch that can be applied to solve

Announce: Wayland Functional Integration Test Suite

2013-05-22 Thread Eoff, Ullysses A
I wanted to announce that a new open source project called wayland-fits is now available on 01.org https://01.org/wayland. The Wayland Functional Integration Test Suite (wayland-fits) is a fully automated test suite. Its purpose is to validate the functionality and integration between Wayland

RE: [PATCH weston] shell: End grab if the grabbed shell surface has been destroyed

2013-05-20 Thread Eoff, Ullysses A
there may be some deeper, underlying issue. I'll point you to the test case soon, real soon ;-) U. Artie -Original Message- From: Rob Bradford [mailto:robert.bradf...@intel.com] Sent: Monday, May 20, 2013 4:14 AM To: wayland-devel@lists.freedesktop.org; Eoff, Ullysses A Subject

RE: [PATCH weston] shell: End grab if the grabbed shell surface has been destroyed

2013-05-20 Thread Eoff, Ullysses A
=intel@lists.freedesktop.org] On Behalf Of Eoff, Ullysses A Sent: Monday, May 20, 2013 5:59 AM To: Bradford, Robert; wayland-devel@lists.freedesktop.org Subject: RE: [PATCH weston] shell: End grab if the grabbed shell surface has been destroyed Rob, I tried this same local modification

RE: [RFC] [tests] Running the wayland tests against compositor-headless

2013-04-22 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Eoff, Ullysses A Sent: Monday, April 22, 2013 1:24 PM To: Sam Spilsbury; wayland Subject: RE

RE: [PATCH weston] compositor: Support notifying with absolute position too

2013-04-01 Thread Eoff, Ullysses A
I already submitted http://lists.freedesktop.org/archives/wayland-devel/2013-March/008103.html that does this same thing... except that it preserved the relative move_pointer logic. -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org

RE: [PATCH weston-1.0] sdk: install weston-egl-ext.h included from compositor.h

2013-02-23 Thread Eoff, Ullysses A
I just realized that this is probably not the right thing to do. Rather, the #include weston-egl-ext.h should just be moved from compositor.h to to gles2-renderer.c. I'll submit a different patch. You choose. U. Artie -Original Message- From: Eoff, Ullysses A Sent: Saturday, February

RE: [PATCH] Install header files and pkg-config file for external modules

2013-02-22 Thread Eoff, Ullysses A
Can we apply this feature to the 1.0.x tree, too? U. Artie -Original Message- From: wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland- devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Kristian Høgsberg Sent: Monday,

RE: [PATCH] Install header files and pkg-config file for external modules

2013-02-22 Thread Eoff, Ullysses A
-Original Message- From: Kristian Høgsberg [mailto:hoegsb...@gmail.com] Sent: Friday, February 22, 2013 9:38 AM To: Eoff, Ullysses A Cc: David Herrmann; wayland-devel@lists.freedesktop.org Subject: Re: [PATCH] Install header files and pkg-config file for external modules On Fri, Feb 22

RE: [PATCH] Install header files and pkg-config file for external modules

2013-02-22 Thread Eoff, Ullysses A
-Original Message- From: Kristian Høgsberg [mailto:hoegsb...@gmail.com] Sent: Friday, February 22, 2013 9:38 AM To: Eoff, Ullysses A Cc: David Herrmann; wayland-devel@lists.freedesktop.org Subject: Re: [PATCH] Install header files and pkg-config file for external modules On Fri, Feb 22

RE: Weston SDK

2013-02-15 Thread Eoff, Ullysses A
I do have some test extension scenarios in mind that would greatly benefit from having the “x11_compositor” and “x11_output” structures partially exported: struct x11_compositor { struct weston_compositor base; Display *dpy; xcb_connection_t *conn;

RE: Weston SDK

2013-02-14 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland- devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Kristian Høgsberg Sent: Thursday, February 14, 2013 9:04 AM To: Casey Dahlin Cc: wayland Subject: Re:

RE: Mplayer build guide fixes, and gstreamer guide

2013-01-16 Thread Eoff, Ullysses A
I Haven't tried this in a while, but it may still be relevant... http://lists.freedesktop.org/archives/wayland-devel/2012-October/005719.html I'm fairly sure, though, that gstreamer-vaapi still only works with gst-0.10 and is updated to the Wayland 1.0 protocol. U. Artie From:

RE: [PATCH weston v2 0/6] Wayland/Weston Test Extension

2012-12-12 Thread Eoff, Ullysses A
-Original Message- From: wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland- devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Kristian Høgsberg Sent: Tuesday, December 11, 2012 8:32 PM To: Eoff, Ullysses A Cc: wayland-devel

RE: [PATCH weston v2 4/6] tests: Convert keyboard-test to new test extension

2012-12-09 Thread Eoff, Ullysses A
-Original Message- From: Pekka Paalanen [mailto:ppaala...@gmail.com] Sent: Saturday, December 08, 2012 12:33 AM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH weston v2 4/6] tests: Convert keyboard-test to new test extension On Fri, 7 Dec 2012 13:50:32

RE: [PATCH weston 6/9] tests: Allow weston-tests-env to process different test types

2012-12-07 Thread Eoff, Ullysses A
-Original Message- From: Kristian Høgsberg [mailto:hoegsb...@gmail.com] Sent: Thursday, December 06, 2012 6:56 PM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH weston 6/9] tests: Allow weston-tests-env to process different test types On Tue, Dec 04, 2012

RE: [PATCH weston 6/9] tests: Allow weston-tests-env to process different test types

2012-12-07 Thread Eoff, Ullysses A
snip I would be happy with this solution, too. However, I don't see anything here that explicitly tells Weston to exit after the client tests are finished. That is, wl_display_terminate(test-compositor-wl_display). Otherwise, the tests won't finish. Right, we need that in there too,

gstreamer-vaapi and wayland

2012-10-08 Thread Eoff, Ullysses A
This is the general stack I've been using to get accelerated video playback on Wayland/Weston thanks to krh and gb: git clone git://anongit.freedesktop.org/vaapi/libva git clone git://anongit.freedesktop.org/vaapi/intel-driver git clone git://anongit.freedesktop.org/gstreamer/gstreamer

RE: [PATCH] desktop-shell: destroy data before exiting.

2012-10-02 Thread Eoff, Ullysses A
Although this is not a critical fix, it does increase unit test function coverage when weston is run with the desktop-shell (the default) ;-) U. Artie -Original Message- From: Eoff, Ullysses A Sent: Tuesday, October 02, 2012 9:13 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff

RE: [PATCH] tests: test surface to/from global functions

2012-09-28 Thread Eoff, Ullysses A
Ignore this patch... resubmitting as a series to address coding conventions. U. Artie -Original Message- From: Eoff, Ullysses A Sent: Tuesday, September 25, 2012 3:27 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH] tests: test surface to/from global

RE: [PATCH] tests: add button test

2012-09-28 Thread Eoff, Ullysses A
Ignore this patch... resubmitting as a series to address coding conventions. U. Artie -Original Message- From: Eoff, Ullysses A Sent: Wednesday, September 26, 2012 3:09 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH] tests: add button test From: U

RE: [PATCH v2] event-test: more aggressive event testing

2012-09-28 Thread Eoff, Ullysses A
-Original Message- From: David Herrmann [mailto:dh.herrm...@googlemail.com] Sent: Thursday, September 27, 2012 11:31 PM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH v2] event-test: more aggressive event testing Hi On Thu, Sep 27, 2012 at 11:34 PM, Eoff

RE: [PATCH v2] event-test: more aggressive event testing

2012-09-28 Thread Eoff, Ullysses A
-Original Message- From: Pekka Paalanen [mailto:ppaala...@gmail.com] Sent: Thursday, September 27, 2012 11:31 PM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH v2] event-test: more aggressive event testing On Tue, 25 Sep 2012 14:13:45 -0700 U. Artie Eoff

RE: [PATCH v2] event-test: more aggressive event testing

2012-09-27 Thread Eoff, Ullysses A
- From: Eoff, Ullysses A Sent: Tuesday, September 25, 2012 2:14 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH v2] event-test: more aggressive event testing From: U. Artie Eoff ullysses.a.e...@intel.com Test surface pointer enter/leave/motion and surface leave

RE: [PATCH] event-test: more aggressive event testing

2012-09-25 Thread Eoff, Ullysses A
Whoops, found some compiler warnings with this patch... resending w/fix. U. Artie -Original Message- From: Eoff, Ullysses A Sent: Monday, September 24, 2012 1:16 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH] event-test: more aggressive event testing

RE: [PATCH] test-client: initialize input instance.

2012-09-24 Thread Eoff, Ullysses A
bump. -Original Message- From: Eoff, Ullysses A Sent: Tuesday, September 04, 2012 2:38 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH] test-client: initialize input instance. From: U. Artie Eoff ullysses.a.e...@intel.com In seat_handle_capabilities

RE: [PATCH] intel: Adjust test to reflect that __DRI_IMAGE_USE_SHARE is always set

2012-08-22 Thread Eoff, Ullysses A
Patch works for me :) U. Artie -Original Message- From: wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland- devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Rob Bradford Sent: Wednesday, August 22, 2012 11:41 AM To:

RE: [PATCH] intel: Adjust test to reflect that __DRI_IMAGE_USE_SHARE is always set

2012-08-22 Thread Eoff, Ullysses A
should this go to the mesa list? U. Artie -Original Message- From: wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland- devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Rob Bradford Sent: Wednesday, August 22, 2012 11:41 AM

RE: [PATCH wayland] test: remove memory leak checks

2012-08-16 Thread Eoff, Ullysses A
Bump... -Original Message- From: Eoff, Ullysses A Sent: Wednesday, August 08, 2012 1:22 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH wayland] test: remove memory leak checks From: U. Artie Eoff ullysses.a.e...@intel.com Wrapping dynamic memory

RE: [PATCH wayland] test: remove memory leak checks

2012-08-16 Thread Eoff, Ullysses A
I'm good with that... I'll submit a patch on top of Robert Bradford's patch. U. Artie -Original Message- From: hoegsb...@gmail.com [mailto:hoegsb...@gmail.com] On Behalf Of Kristian Høgsberg Sent: Thursday, August 16, 2012 12:47 PM To: Eoff, Ullysses A Cc: wayland-devel

RE: [PATCH] tests: Allow disabling leak checking assertions by env

2012-08-09 Thread Eoff, Ullysses A
If I define NO_ASSERT_LEAK_CHECK in the environment, then the leak checks are skipped as expected. However, this causes several sanity check tests to fail because some of them rely on the leak checks to fail. Those specific tests need to be skipped, conditional on NO_ASSERT_LEAK_CHECK.

RE: [PATCH] tests: Allow disabling leak checking assertions by env

2012-08-09 Thread Eoff, Ullysses A
-Original Message- From: robs...@evilgeniuses.org.uk [mailto:robs...@evilgeniuses.org.uk] On Behalf Of Rob Bradford Sent: Thursday, August 09, 2012 9:27 AM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH] tests: Allow disabling leak checking assertions

RE: Can't compile newest wayland due to mesa changes?

2012-07-17 Thread Eoff, Ullysses A
in turns includes the generated file wayland-drm-server-protocol.h, but since src/egl is built after src/gbm, that file was not generated yet. You can work around this by doing make -C src/egl/wayland/wayland-drm and then continuing with your normal build. Cheers, Ander [Eoff, Ullysses

RE: [PATCH weston 2/3] compositor: print a clear message when XDG_RUNTIME_DIR is not set

2012-06-07 Thread Eoff, Ullysses A
Not sure why we're requiring XDG_RUNTIME_DIR to be set... isn't there another way to handle this more gracefully instead forcing Weston to exit? I don't believe I've ever had problems running Weston when XDG_RUNTIME_DIR was undefined. According to the spec at

RE: [PATCH v2, rebase] wayland: Add --with-tests-environment option to configure

2012-05-14 Thread Eoff, Ullysses A
-Original Message- From: hoegsb...@gmail.com [mailto:hoegsb...@gmail.com] On Behalf Of Kristian Høgsberg Sent: Monday, May 14, 2012 8:55 AM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH v2, rebase] wayland: Add --with-tests-environment option to configure

RE: how to remove that hardcoded legacy modifier masks like XKB_COMMON_SHIFT_MASK

2012-05-02 Thread Eoff, Ullysses A
Juan, Your answer lies in https://bugs.freedesktop.org/show_bug.cgi?id=49385 U. Artie Eoff -Original Message- From: wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland- devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Juan

RE: [PATCH 0/3] Resubmit - Unit test framework for Wayland

2012-03-02 Thread Eoff, Ullysses A
-Original Message- From: Chris Morgan [mailto:chmor...@gmail.com] Sent: Friday, March 02, 2012 7:50 AM To: Kristian Høgsberg Cc: Michael Hasselmann; wayland-devel@lists.freedesktop.org; Eoff, Ullysses A Subject: Re: [PATCH 0/3] Resubmit - Unit test framework for Wayland 2012/3/2 Kristian

RE: [PATCH 0/3] Resubmit - Unit test framework for Wayland

2012-03-02 Thread Eoff, Ullysses A
-Original Message- From: hoegsb...@gmail.com [mailto:hoegsb...@gmail.com] On Behalf Of Kristian Høgsberg Sent: Friday, March 02, 2012 7:33 AM To: Michael Hasselmann Cc: Eoff, Ullysses A; wayland-devel@lists.freedesktop.org Subject: Re: [PATCH 0/3] Resubmit - Unit test framework for Wayland