Question

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.

Was it helpful?

Solution 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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top