mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 13:18:31 +09:00
[Test] (piglit-android): add on-device piglit harness for MobileGL - patched waffle (WAFFLE_EGL_LIBRARY/WAFFLE_GL_LIBRARY overrides so waffle drives libMobileGL.so directly, AImageReader-backed windows for DirectVulkan since Android ICDs lack VK_EXT_headless_surface, WAFFLE_FORCE_GL_CONTEXT_VERSION to upgrade piglit's low compat context requests to 3.3 core, meson cross fixes) and patched piglit (Android platform support, EGL support decoupled from the X11-dependent EGL tests, and a dispatch-init fix: the waffle resolvers were never installed because gl_fw is NULL during framework construction, so gl* silently bound to the system driver via the DT_NEEDED libEGL's eglGetProcAddress), plus the adb chunked runner with PIGLIT-result parsing, a results comparator, cross-file examples, and the piglit-on-android skill
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Stub egl.pc for cross-building waffle/piglit against the NDK.
|
||||
# The NDK's own EGL headers are 1.4-era; point Cflags at MobileGL's bundled
|
||||
# EGL 1.5 headers (include/EGL) instead. -lEGL resolves to the NDK stub.
|
||||
Name: egl
|
||||
Description: EGL 1.5 headers (MobileGL bundled) + NDK libEGL stub
|
||||
Version: 1.5
|
||||
Libs: -lEGL
|
||||
Cflags: -IMOBILEGL_REPO/include
|
||||
Reference in New Issue
Block a user