---
tests/weston-test-runner.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/weston-test-runner.c b/tests/weston-test-runner.c
index fefb93b..ed5baf0 100644
--- a/tests/weston-test-runner.c
+++ b/tests/weston-test-runner.c
@@ -82,6 +82,7 @@ int main(int argc, char *argv[])
Including listing the tests available in that binary
---
tests/weston-test-runner.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a/tests/weston-test-runner.c b/tests/weston-test-runner.c
index 7cc1cbe..fefb93b 100644
--- a/tests/weston-test-runner.c
+++ b/tests/weston-test
---
tests/weston-test-runner.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/weston-test-runner.c b/tests/weston-test-runner.c
index 27ea9e4..7cc1cbe 100644
--- a/tests/weston-test-runner.c
+++ b/tests/weston-test-runner.c
@@ -20,6 +20,7 @@
* OF THIS SOFTWARE.
*/
+#include "confi
Slightly more readable and makes it easier to switch to use $2 for something
in the future (if that's ever needed).
---
tests/weston-tests-env | 17 -
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/tests/weston-tests-env b/tests/weston-tests-env
index 2e5fa95..b7322
check_PROGRAMS and friends are only built during make check. Which is a
great way of introducing compiler errors in tests. Always build them, TESTS
defines what's being run during make check.
---
tests/Makefile.am | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/tes
The new TEST_P macro takes a function name and a "data" argument to
point to an arbitrary array of known size of test data. This allows
multiple tests to be run with different datasets. The array is stored
as a void * but advanced by a known size on each iteration.
The data for each invocation of
> -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
---
shared/Makefile.am | 4 +-
shared/vertex-clipping.c | 317 +++
shared/vertex-clipping.h | 65 ++
src/gl-renderer.c| 292 +--
4 files changed, 389 insertions(+), 289 deletions(-)
create
This tests (via the table-driven testing method) that the correct
number of vertices and also the correct vertices themselves
are generated for an clip box and polygon of up to eight vertices.
Also add a libshared_test.a so that we don't have to build weston-test-runner
all the time
---
tests/Mak
The new TEST_P macro takes a function name and a "data" argument to
point to an arbitrary array of known size of test data. This allows
multiple tests to be run with different datasets. The array is stored
as a void * but advanced by a known size on each iteration.
The data for each invocation of
This patch series adds some tests for the vertex clipping code. It splits the
main
parts of calculate_edges out into clip_transformed exported in
shared/vertex-clipping.c and
adds support for table-driven testing in tests/weston-test-runner.h . Finally,
it makes weston-test-runner.c compile into
Hi,
On Wed, Sep 11, 2013 at 1:33 AM, Eoff, Ullysses A
wrote:
>> -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:
Hi,
On Wed, Sep 11, 2013 at 1:37 AM, Eoff, Ullysses A
wrote:
>
> > -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
>
Chang,
We cannot change WL_SERVER_ID_START. I'm not 100% sure why we chose that
value but it's probably because there are significantly more client-side
allocated objects than server-side. However, at this point, it is fairly
well baked into the protocol and changing it would break backwards
comp
I'm not qualified to comment on the protocol, but I would definitely
like to see a standard for Wayland system compositors. I am going to be
porting a pixel orbiter to the Wayland stack (original code at
https://github.com/TristanSchmelcher/pixelorbiter) and the only secure
way to design it is as a
This suite of patches implements notification of clients when the mode is
switched.
For now, most clients aren't ready for being notified and take appropriate
actions.
The shell behaves strangely during a mode_switch(), anyway I think the
underlying
logic is ok.
Comments are welcome and appreci
This patch renames that fields to have consistent names.
---
src/compositor-drm.c | 58 +++
src/compositor-fbdev.c| 4 ++--
src/compositor-headless.c | 4 ++--
src/compositor-rdp.c | 12 +-
src/compositor-rpi.c | 4 ++--
src
This patch implements the notification of clients during mode_switch.
As discussed on IRC, clients are notified of mode_switch only when the
"native" mode is changed and activated. That means that if the native
mode is changed and the compositor had activated a temporary mode for
a fullscreen surfa
> -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
2013-09-10 20:13 に michael.schu...@bmw.de さんは書きました:
Hi Jason, Tanibata-san
Hi Jason,
Thank you very much for feedback.
Michale & Nobuhiko,
First of all, thank you for the clarification and thank you for
sending this to the list and being willing to work with the FOSS
community to try and ma
(I hope you don't remind me replying to the whole list.)
Marc Chalain writes:
> I'm not really agree about Mesa. In my mind it isn't a simple client,
> it's a library with parts of wayland. I'm not sur that simple clients
> need to know the main queue. But I agree with you about the headers.
I
> -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
Hi,
Marc Chalain writes:
> I wonder if there isn't a problem when some client application uses
> this function from a child thread. If I remember, only the main thread
> must use the main queue. If you give an API to use it, developers will
> want to use it, and may not understand the usage.
I
I wrote:
> • For some reason if you move the cursor to somewhere near the
> middle of the surface then it will change to the resize grabber and
> it will let you resize the window.
It looks like this is happening because the toy toolkit gets confused
about the pointer position when it gets motion
This tests (via the table-driven testing method) that the correct
number of vertices and also the correct vertices themselves
are generated for an clip box and polygon of up to eight vertices.
---
tests/Makefile.am| 11 ++-
tests/vertex-clip-test.c | 219 ++
---
shared/vertex-clipping.c | 317 +++
shared/vertex-clipping.h | 65 ++
src/Makefile.am | 2 +
src/gl-renderer.c| 292 +--
4 files changed, 388 insertions(+), 288 deletions(-)
create
The new TEST_P macro takes a function name and a "data" argument to
point to an arbitrary array of known size of test data. This allows
multiple tests to be run with different datasets. The array is stored
as a void * but advanced by a known size on each iteration.
The data for each invocation of
This patch series adds some tests for the vertex clipping code. It splits the
main
parts of calculate_edges out into clip_transformed exported in
shared/vertex-clipping.c and
adds support for table-driven testing in tests/weston-test-runner.h .
Sam Spilsbury (3):
Add support for table-driven t
Hello,
I wonder if there isn't a problem when some client application uses this
function from a child thread. If I remember, only the main thread must use
the main queue. If you give an API to use it, developers will want to use
it, and may not understand the usage.
I read your patch about EGL_WL_c
Adds a function called wl_display_get_main_queue which just returns a
pointer to the default event queue. This will be useful in order to
implement the EGL_WL_create_wayland_buffer_from_image extension. The
buffers created within Mesa's Wayland platform are created using the
the wl_drm object as a
This adds an extension called EGL_WL_create_wayland_buffer_from_image
which adds the following single function:
struct wl_buffer *
eglCreateWaylandBufferFromImageWL(EGLDisplay dpy, EGLImageKHR image);
The function creates a wl_buffer which shares its contents with the given
EGLImage. The expected
I wrote:
> • It seems to cause the nested-client to cycle between three buffers
> while rendering whereas previously it would only use two. I may have
> messed something up with the ordering between the frame callbacks and
> the buffer release events but I'm not sure yet.
I think I got to the bott
Signed-off-by: Mariusz Ceier
---
src/data-device.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/data-device.c b/src/data-device.c
index ec3df33..8de5063 100644
--- a/src/data-device.c
+++ b/src/data-device.c
@@ -393,6 +393,7 @@ weston_seat_start_drag(struct weston_seat *seat,
w
Hi Jason, Tanibata-san
> Hi Jason,
>
> Thank you very much for feedback.
>
>> Michale & Nobuhiko,
>>
>> First of all, thank you for the clarification and thank you for
>> sending this to the list and being willing to work with the FOSS
>> community to try and make a standard. I'm sorry that thi
Hi Jason,
Thank you very much for feedback.
Michale & Nobuhiko,
First of all, thank you for the clarification and thank you for
sending this to the list and being willing to work with the FOSS
community to try and make a standard. I'm sorry that this reply is not
inline. I think that would get
On Tue, 10 Sep 2013 19:57:32 +1000
Campbell Barton wrote:
> On Tue, Sep 10, 2013 at 4:58 PM, Pekka Paalanen
> wrote:
> > On Tue, 10 Sep 2013 16:49:27 +1000
> > Campbell Barton wrote:
> >
> >> Software OpenGL is fine if I can use it to get Blender window up
> >> and running in weston.
> >> I've
On Tue, Sep 10, 2013 at 4:58 PM, Pekka Paalanen wrote:
> On Tue, 10 Sep 2013 16:49:27 +1000
> Campbell Barton wrote:
>
>> On Tue, Sep 10, 2013 at 4:45 PM, Pekka Paalanen
>> wrote:
>> > On Tue, 10 Sep 2013 16:13:32 +1000
>> > Campbell Barton wrote:
>> >
>> >> On Tue, Sep 10, 2013 at 3:49 PM, Pek
On Tue, 10 Sep 2013 16:49:27 +1000
Campbell Barton wrote:
> On Tue, Sep 10, 2013 at 4:45 PM, Pekka Paalanen
> wrote:
> > On Tue, 10 Sep 2013 16:13:32 +1000
> > Campbell Barton wrote:
> >
> >> On Tue, Sep 10, 2013 at 3:49 PM, Pekka Paalanen
> >> wrote:
> >> > On Tue, 10 Sep 2013 14:06:55 +1000
38 matches
Mail list logo