Re: [Mesa-dev] [PATCH] add test for wayland drm, XRGB/YUYV is supported

2012-06-12 Thread Zhao, Halley
Hi Kristian: update the test case to src/egl/wayland/wayland-drm: From f2ab9c439ba7158b6e978a9d214a9b9e80ec8c6e Mon Sep 17 00:00:00 2001 From: Zhao Halley Date: Tue, 5 Jun 2012 14:59:56 +0800 Subject: [PATCH 9/9] test: test case drm-test-client in src/egl/wayland/wayland-drm - it shows how wa

Re: [Mesa-dev] [PATCH] add test for wayland drm, XRGB/YUYV is supported

2012-06-07 Thread Zhao, Halley
You are right Eric, it just draws some visual blocks on overlay plane. Now, I sent the patch to wayland/Weston. Since YUY2 buffer renders to overlay; I don't have a way to read it back. So conformance test is not available. In this case, EGL is used but hidden by weston and wayland-drm; wl_drm_c

Re: [Mesa-dev] [PATCH] add test for wayland drm, XRGB/YUYV is supported

2012-06-07 Thread Eric Anholt
On Mon, 4 Jun 2012 09:43:06 +, "Zhao, Halley" wrote: > diff --git a/tests/wayland-drm/Makefile.am b/tests/wayland-drm/Makefile.am > new file mode 100644 > index 000..526acde > --- /dev/null > +++ b/tests/wayland-drm/Makefile.am > @@ -0,0 +1,12 @@ > +bin_PROGRAMS = wayland_drm_test This de

Re: [Mesa-dev] [PATCH] add test for wayland drm, XRGB/YUYV is supported

2012-06-05 Thread Zhao, Halley
: Monday, June 04, 2012 8:55 PM > To: Zhao, Halley > Cc: mesa-dev@lists.freedesktop.org; Barnes, Jesse > Subject: Re: [Mesa-dev] [PATCH] add test for wayland drm, XRGB/YUYV is > supported > > This test is using intel specific interfaces. Is there something missing from > lib

Re: [Mesa-dev] [PATCH] add test for wayland drm, XRGB/YUYV is supported

2012-06-04 Thread Zhao, Halley
Move the test case to $mesa/test/wayland-drm. From f8843a118e9d7f41b5acedcb396c82adae36841d Mon Sep 17 00:00:00 2001 From: Zhao halley Date: Mon, 4 Jun 2012 15:58:24 +0800 Subject: [PATCH] add test for wayland drm, XRGB/YUYV is supported when I sent patches for YUYV support of dri image, a test

Re: [Mesa-dev] [PATCH] add test for wayland drm, XRGB/YUYV is supported

2012-06-04 Thread Zhao, Halley
Some "^M" in copyright section, resend it. Thanks. > -Original Message- > From: Zhao, Halley > Sent: Monday, June 04, 2012 4:29 PM > To: mesa-dev@lists.freedesktop.org > Cc: e...@anholt.net; Barnes, Jesse; Zhao, Halley > Subject: [PATCH] add test for wayland drm, XRGB/YUYV is supported >

[Mesa-dev] [PATCH] add test for wayland drm, XRGB/YUYV is supported

2012-06-04 Thread Zhao halley
when I sent patches for YUYV support of dri image, a test case is required to make sure the patches can work well. so it is created. it also shows how wayland-drm protocol works between wayland client and server -- they communicate data in buffer/drm level. --- configure.ac

[Mesa-dev] [PATCH] add test for wayland drm, XRGB/YUYV is supported

2012-06-04 Thread Zhao halley
when I sent patches for YUYV support of dri image, a test case is required to make sure the patches can work well. so it is created. it also shows how wayland-drm protocol works between wayland client and server -- they communicate data in buffer/drm level. --- configure.ac