The current version of the OpenVG state tracker implements OpenVG 1.0.
More informations about OpenVG can be found at http://www.khronos.org/openvg/ .
The OpenVG state tracker depends on the Gallium architecture and a working EGL implementation. Please refer to Mesa EGL for more information about EGL.
configure
with --enable-openvg
. If you do
not need OpenGL, you can add --disable-opengl
to save the
compilation time.$ ./configure --disable-opengl --enable-openvg $ make $ make install
It will install libOpenVG.so
, libEGL.so
, and one
or more EGL drivers.
OpenVG demos can be found in mesa/demos repository.