Re: [Piglit] [PATCH 4/8] util: Move EGL utilities from libpiglitutil_gl to libpiglitutil

2013-10-16 Thread Chad Versace
On 10/14/2013 03:27 PM, Ian Romanick wrote: On 10/14/2013 03:25 PM, Ian Romanick wrote: I think this needs a bit more love in the CMakeLists. It can't find EGL/egl.h and friends when they're not installed in the default places. I sure wish cmake and pkgconfig were better friends. :( Actuall

Re: [Piglit] [PATCH 4/8] util: Move EGL utilities from libpiglitutil_gl to libpiglitutil

2013-10-14 Thread Ian Romanick
On 10/14/2013 03:25 PM, Ian Romanick wrote: > I think this needs a bit more love in the CMakeLists. It can't find > EGL/egl.h and friends when they're not installed in the default places. > I sure wish cmake and pkgconfig were better friends. :( Actually, it's a similar commit in a different tes

Re: [Piglit] [PATCH 4/8] util: Move EGL utilities from libpiglitutil_gl to libpiglitutil

2013-10-14 Thread Ian Romanick
I think this needs a bit more love in the CMakeLists. It can't find EGL/egl.h and friends when they're not installed in the default places. I sure wish cmake and pkgconfig were better friends. :( On 10/11/2013 07:09 PM, Chad Versace wrote: > Many EGL tests make no GL calls. This is one step towa

[Piglit] [PATCH 4/8] util: Move EGL utilities from libpiglitutil_gl to libpiglitutil

2013-10-12 Thread Chad Versace
Many EGL tests make no GL calls. This is one step towards enabling those tests on platforms having OpenGL ES but not OpenGL. Signed-off-by: Chad Versace --- tests/util/CMakeLists.no_api.txt | 12 tests/util/CMakeLists.txt| 11 --- tests/util/piglit-util-egl.h |