3 <TITLE>OpenVG State Tracker
</TITLE>
5 <head><link rel=
"stylesheet" type=
"text/css" href=
"mesa.css"></head>
9 <body bgcolor=
"#eeeeee">
11 <H1>OpenVG State Tracker
</H1>
14 The current version of the OpenVG state tracker implements OpenVG
1.1.
17 More informations about OpenVG can be found at
18 <a href=
"http://www.khronos.org/openvg/" target=
"_parent">
19 http://www.khronos.org/openvg/
</a> .
22 The OpenVG state tracker depends on the Gallium architecture and a working EGL implementation.
23 Please refer to
<a href=
"egl.html">Mesa EGL
</a> for more information about EGL.
27 <h2>Building the library
</h2>
29 <li>Run
<code>configure
</code> with
<code>--enable-openvg
</code> and
30 <code>--enable-gallium-egl
</code>. If you do not need OpenGL, you can add
31 <code>--disable-opengl
</code> to save the compilation time.
</li>
33 <li>Build and install Mesa as usual.
</li>
37 A sample build looks as follows:
39 $ ./configure --disable-opengl --enable-openvg --enable-gallium-egl
44 <p>It will install
<code>libOpenVG.so
</code>,
<code>libEGL.so
</code>, and one
45 or more EGL drivers.
</p>
49 <p>OpenVG demos can be found in mesa/demos repository.
</p>