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.0.
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>Build Mesa3D with Gallium3D. Any build that builds Gallium3D libraries, EGL, and Gallium EGL drivers will suffice
</li>
30 <li>cd src/gallium/state_trackers/vega; make
</li>
31 <li>The last step will build libOpenVG library. You can add the libdir to LD_LIBRARY_PATH or install libOpenVG
</li>
35 A sample build looks as follows:
37 $ ./configure --with-state-trackers=egl,vega --enable-gallium-intel
45 To build the OpenVG demos: