Re: [Piglit] [PATCH] egl_khr_fence_sync: check for EGL_KHR_reusable_sync

2014-10-14 Thread Daniel Kurtz
Hi Chad, I took a look at running the egl_khr_fence_sync test again recently, and Ilja's patch fixed one issue, but it didn't actually address the original problem I had when running this test using the Mali driver. I have been running piglit using epoxy dispatch. Epoxy builds its dispatch

Re: [Piglit] [PATCH 1/6] Ported blend func test from Glean to Piglit.

2014-10-14 Thread Laura Ekstrand
These nits have been incorporated into my local branch ( http://cgit.freedesktop.org/~ldeks/piglit/?h=gl-1.0-glean). Thanks for the help. Laura On Mon, Oct 13, 2014 at 7:58 PM, Dylan Baker baker.dyla...@gmail.com wrote: On Monday, October 13, 2014 02:21:34 PM Laura Ekstrand wrote: ---

Re: [Piglit] [PATCH 1/2] Ported the glsl1 test from Glean to Piglit.

2014-10-14 Thread Laura Ekstrand
I applied the style fixes pointed out by Brian Paul and Dylan Baker in the blend func patch to my local repo (see http://cgit.freedesktop.org/~ldeks/piglit/?h=glsl1). Laura P.S.: I apologize if this is a repeat email. ___ Piglit mailing list

[Piglit] [PATCH] cl: Add test for clCreateProgramWithBinary()

2014-10-14 Thread Tom Stellard
--- tests/cl.py | 1 + tests/cl/api/CMakeLists.cl.txt| 1 + tests/cl/api/create-program-with-binary.c | 189 ++ 3 files changed, 191 insertions(+) create mode 100644 tests/cl/api/create-program-with-binary.c diff --git