blob: eff8c5828e2307ba3735a9f457925dfbda9d5117 [file] [log] [blame]
Zack Rusin544dd4b2009-05-01 12:41:38 -04001<HTML>
2
Chia-I Wu1af67192010-01-21 15:29:28 +08003<TITLE>OpenVG State Tracker</TITLE>
Zack Rusin544dd4b2009-05-01 12:41:38 -04004
5<head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
8
9<body bgcolor="#eeeeee">
10
11<H1>OpenVG State Tracker</H1>
12
13<p>
14The current version of the OpenVG state tracker implements OpenVG 1.0.
15</p>
16<p>
Brian Pauld6318ba2009-05-01 11:37:09 -060017More informations about OpenVG can be found at
18<a href="http://www.khronos.org/openvg/" target="_parent">
19http://www.khronos.org/openvg/</a> .
Zack Rusin544dd4b2009-05-01 12:41:38 -040020</p>
21<p>
22The OpenVG state tracker depends on the Gallium architecture and a working EGL implementation.
Chia-I Wu1af67192010-01-21 15:29:28 +080023Please refer to <a href="egl.html">Mesa EGL</a> for more information about EGL.
Zack Rusin544dd4b2009-05-01 12:41:38 -040024</p>
25
26
27<h2>Building the library</h2>
28<ol>
Chia-I Wuc6320c52010-10-28 17:25:07 +080029<li>Run <code>configure</code> with <code>--enable-openvg</code>. If you do
30not need OpenGL, you can add <code>--disable-opengl</code> to save the
31compilation time.</li>
32
33<li>Build and install Mesa as usual.</li>
Zack Rusin544dd4b2009-05-01 12:41:38 -040034</ol>
35
36<h3>Sample build</h3>
37A sample build looks as follows:
38<pre>
Chia-I Wuc6320c52010-10-28 17:25:07 +080039 $ ./configure --disable-opengl --enable-openvg
Chia-I Wu1af67192010-01-21 15:29:28 +080040 $ make
41 $ make install
Zack Rusin544dd4b2009-05-01 12:41:38 -040042</pre>
43
Chia-I Wuc6320c52010-10-28 17:25:07 +080044<p>It will install <code>libOpenVG.so</code>, <code>libEGL.so</code>, and one
45or more EGL drivers.</p>
46
Brian Pauld6318ba2009-05-01 11:37:09 -060047<h2>OpenVG Demos</h2>
48
Chia-I Wuc6320c52010-10-28 17:25:07 +080049<p>OpenVG demos can be found in mesa/demos repository.</p>
Brian Pauld6318ba2009-05-01 11:37:09 -060050
Zack Rusin544dd4b2009-05-01 12:41:38 -040051</body>
52</html>