From 8574eba804031f6b19713f0b02952280730bf62e Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 5 Mar 2015 22:17:40 +0100 Subject: fontconfig mesa git update 5 Mar 2015 --- mesalib/docs/openvg.html | 59 ------------------------------------------------ 1 file changed, 59 deletions(-) delete mode 100644 mesalib/docs/openvg.html (limited to 'mesalib/docs/openvg.html') diff --git a/mesalib/docs/openvg.html b/mesalib/docs/openvg.html deleted file mode 100644 index 28ebb82e8..000000000 --- a/mesalib/docs/openvg.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - OpenVG State Tracker - - - - -
-

The Mesa 3D Graphics Library

-
- - -
- -

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

-
    -
  1. Run configure with --enable-openvg and ---enable-gallium-egl. If you do not need OpenGL, you can add ---disable-opengl to save the compilation time.
  2. - -
  3. Build and install Mesa as usual.
  4. -
- -

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.

- -
- - -- cgit v1.2.3