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.

Était-ce utile?

La 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

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top