1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8">
5 <title>OpenVG State Tracker
</title>
6 <link rel=
"stylesheet" type=
"text/css" href=
"mesa.css">
11 <h1>The Mesa
3D Graphics Library
</h1>
14 <iframe src=
"contents.html"></iframe>
17 <h1>OpenVG State Tracker
</h1>
20 The current version of the OpenVG state tracker implements OpenVG
1.1.
23 More informations about OpenVG can be found at
24 <a href=
"http://www.khronos.org/openvg/">
25 http://www.khronos.org/openvg/
</a> .
28 The OpenVG state tracker depends on the Gallium architecture and a working EGL implementation.
29 Please refer to
<a href=
"egl.html">Mesa EGL
</a> for more information about EGL.
33 <h2>Building the library
</h2>
35 <li>Run
<code>configure
</code> with
<code>--enable-openvg
</code> and
36 <code>--enable-gallium-egl
</code>. If you do not need OpenGL, you can add
37 <code>--disable-opengl
</code> to save the compilation time.
</li>
39 <li>Build and install Mesa as usual.
</li>
43 A sample build looks as follows:
45 $ ./configure --disable-opengl --enable-openvg --enable-gallium-egl
50 <p>It will install
<code>libOpenVG.so
</code>,
<code>libEGL.so
</code>, and one
51 or more EGL drivers.
</p>
55 <p>OpenVG demos can be found in mesa/demos repository.
</p>