OpenVG State Tracker
- --The current version of the OpenVG state tracker implements OpenVG 1.1. -
--More information 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. -
- - -Building the library
--
-
- Run
configurewith--enable-openvgand ---enable-gallium-egl. If you do not need OpenGL, you can add ---disable-openglto save the compilation time.
-
- - Build and install Mesa as usual. -
Sample build
-A sample build looks as follows: -- $ ./configure --disable-opengl --enable-openvg --enable-gallium-egl - $ make - $ make install -- -
It will install libOpenVG.so, libEGL.so, and one
-or more EGL drivers.
OpenVG Demos
- -OpenVG demos can be found in mesa/demos repository.
- -