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

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 > Sub

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

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, Krist

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

RE: [PATCH weston v3 0/4] Input fixes

2014-04-25 Thread Eoff, Ullysses A
I tested these on Weston w/libinput and they seem to have fixed up the touch and input issues nicely. The only use-case I didn't test was the one described in bug 73950... I didn't have the right hardware setup for that. We'll be sure to hit that case in beta testing, however. Cheers, U. Ar

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 &g

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 th

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: wayland

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 i

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

2014-01-24 Thread Eoff, Ullysses A
in a continuous 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, >

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

2014-01-24 Thread Eoff, Ullysses A
patible with another major or minor release", regardless of API/ABI changes. > -Original Message- > From: Daniel Stone [mailto:dan...@fooishbar.org] > Sent: Friday, January 24, 2014 12:37 PM > To: Eoff, Ullysses A > Cc: wayland-devel@lists.freedesktop.org &g

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

2014-01-24 Thread Eoff, Ullysses A
Oh FRACK! I reversed the logic! Ignore this patch series. v2 coming > -Original Message- > From: Eoff, Ullysses A > Sent: Friday, January 24, 2014 10:26 AM > To: wayland-devel@lists.freedesktop.org > Cc: Eoff, Ullysses A > Subject: [PATCH 1/2] version: Fix WESTON_VERS

1.4 Beta 2 (1.3.93) Test Results

2014-01-23 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 kn

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 a

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 kn

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

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 > [mailto:wayland-devel-boun...@

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: wayland-devel@lists.free

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: Wedne

RE: CI for wayland (buildbot).

2013-11-11 Thread Eoff, Ullysses A
Artie From: Artsiom Anikeyenka [mailto:arty.ani...@gmail.com] Sent: Monday, November 11, 2013 9:55 AM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: CI for wayland (buildbot). Ok, cool then I'll just be working on that letting everyone know about the status (just for

RE: CI for wayland (buildbot).

2013-11-11 Thread Eoff, Ullysses A
Currently, there is no "official" continuous integration (CI) tool for the Wayland community. However, there are several people and organizations that run Wayland CI on their own, each tailored to their specific tools, needs and environment. If you want to provide a CI service to any community

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 integ

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 pa

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 p

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- > bounces+u

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: wayland-devel@lists.freede

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: wayland

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, > >

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: wayland-devel@lists.freedes

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

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: wayland-devel@lists.freedes

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: wayland-devel-bounces+ullys

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 Fiorin

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- > bounces+ullysses.a.

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 > &

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 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: Ro

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: K

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, Au

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 Na

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

2013-07-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: Friday, July 12, 2013 7:09 PM > To: Bradford, Robert > Cc: Rob Br

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

2013-07-12 Thread Eoff, Ullysses A
This patches fixes for me. The bug "title" only indicates + didn't work and this patch addresses that part. But as I read through the bug "description", there is the extra claim that doesn't work as expected, either. The stuff should prob

RE: [PATCH weston] shell: Respect output transformation for input panel surface

2013-07-12 Thread Eoff, Ullysses A
This patch fixes for me. 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

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] 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

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,

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: 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: wayl

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

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

RE: [PATCH] wfits: run without superuser

2013-05-31 Thread Eoff, Ullysses A
Martin, Thanks for your contribution! This patch is still very much in proof of concept since it still contains some of the hacks we did together to get it working. There are several places where we disabled some code to get it to work... and this disabled code breaks the other existing input

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.o

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 >

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: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedes

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

2013-05-23 Thread Eoff, Ullysses A
From: Eoff, 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 reasona

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 . 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
> bounces+ullysses.a.eoff=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 >

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;

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

2013-04-23 Thread Eoff, Ullysses A
> -Original Message- > From: Sam Spilsbury [mailto:smspil...@gmail.com] >> >> >> > Ah interesting. I guess the point of the tests is to verify the > backends themselves as opposed to testing the core compositor (well, > it tests that as an incident, but I guess its not the point?). Does it

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: S

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

2013-04-22 Thread Eoff, Ullysses A
Changing the tests to run headless is probably not necessary... You can create your own custom "check" script if weston-test-env does not suite your needs. To use it with "make check", just set/export the LOG_COMPILER environment variable to refer to that script before running "make check". "mak

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 [mailto

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, Ullys

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

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

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, Fe

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 >Subj

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: wayland-devel-bo

RE: [PATCH weston] tests: make signal other than ABRT a hard failure

2012-12-18 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 Pekka Paalanen >Sent: Tuesday, December 18, 2012 7:30 AM >To: wayland-devel@lists.freedesktop.org

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, Ul

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 &

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

2012-12-07 Thread Eoff, Ullysses A
>> 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

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

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 --bran

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.o

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

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 >

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 b

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: te

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

2012-09-27 Thread Eoff, Ullysses A
Message- >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" > >Test surface pointer enter

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: mor

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" > >In sea

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:4

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: way

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,

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" > >W

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 di

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. sanity

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

2012-07-17 Thread Eoff, Ullysses A
y doing make -C src/egl/wayland/wayland-drm >and then continuing with your normal build. > >Cheers, >Ander > [Eoff, Ullysses A] Kristian pushed a fix for this in: <http://cgit.freedesktop.org/mesa/mesa/commit/?id=b262f56738fe532bc95b6d2e2d535f832dbbd791> ...and it worke

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-e

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 Jua

RE: [PATCH] Add simple memory leak check to all tests.

2012-03-23 Thread Eoff, Ullysses A
>-Original Message- >From: Kristian Hoegsberg [mailto:hoegsb...@gmail.com] >Sent: Thursday, March 22, 2012 7:14 PM >To: Eoff, Ullysses A >Cc: wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] Add simple memory leak check to all tests. > >On Thu, Mar 22, 201

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 5:17 PM > >Yeah, a few good points came up in this thread: process separation so >if one test corrupts memory it doesn't affect others, being able to >ru

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 - Un

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 fo