[Piglit] [PATCH 0/8] Some fixes for EGL/GLES without GL
Daniel Kurtz
djkurtz at chromium.org
Mon Jan 6 08:02:34 PST 2014
I have been trying to get piglit test suite running on an ARM Chromebook.
This system uses the Mali EGL / Open GLES 3.0 driver from ARM.
Thus, it should be possible to run the EGL and GLES piglit tests at least.
Out of the box, 5 tests passed, and 96 crashed.
With the patches below, there are now 86 passing tests, 35 failures and
no crashes.
Please note: I am new to piglit, so I don't have commit access.
Daniel Kurtz (8):
tests/util: Link with rt if PIGLIT_HAS_POSIX_CLOCK_MONOTONIC
piglit-dispatch: Install waffle procs during dispatch init
gles-3.0/texture-immutable-levels: Fix tex array size
all.tests: add texture-immutable-levels_gles3
piglit_fbo_framework - don't even try for OpenGL ES 1.X
ext_texture_array: Add sampler2DArray precision for GL ES 3.0
OES_compressed_ETC1_RGB8_texture-basic: fix glCopyTexImage2D error
check
egl_khr_create_context: Add valid-flag-debug tests to GLES CMakeLists
tests/all.tests | 1 +
tests/egl/spec/egl_khr_create_context/CMakeLists.gles2.txt | 1 +
tests/spec/ext_texture_array/compressed.c | 1 +
tests/spec/gles-3.0/texture-immutable-levels.c | 2 +-
.../oes_compressed_etc1_rgb8_texture-basic.c | 4 ++++
tests/util/CMakeLists.txt | 4 ++++
tests/util/piglit-dispatch.c | 6 ++----
tests/util/piglit-framework-gl/piglit_fbo_framework.c | 4 ++++
8 files changed, 18 insertions(+), 5 deletions(-)
--
1.8.5.1
More information about the Piglit
mailing list