문제

I am writing an EGL implementation in C and I would have liked to test it against some EGL test suites.

Is there any open source EGL test suite written in C/C++ ?

NOTE: Mesa Project has some EGL based demos.

도움이 되었습니까?

해결책 2

According to Jon Leech (EGL & OpenGL Specification Editor / OpenGL ARB Ecosystem TSG Chair / Khronos API RegistrarEGL)

There is some minimal coverage testing in the client API-specific tests, and the OpenKODE tests address use of multiple client APIs together, to a limited degree. It's pretty hard to test EGL in isolation since it really doesn't do anything without a client API to operate on the resources it manages

다른 팁

The Mesa developers are slowly adding EGL tests to Piglit, Mesa's testsuite. See this directory: http://cgit.freedesktop.org/piglit/tree/tests/egl/spec.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top