diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-10-30 21:07:23 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-10-30 21:07:23 +0800 |
commit | 2d3c564a3a53d555686a152baf0bd20da6cc0214 (patch) | |
tree | 2e3dde9954bc18359aeef03f58f13e8a5e2a33ec /graphics/mesagl/pkg-descr | |
parent | 4a005fc4e89fb6c61d72b2a783e4b647df2f487c (diff) | |
download | freebsd-ports-gnome-2d3c564a3a53d555686a152baf0bd20da6cc0214.tar.gz freebsd-ports-gnome-2d3c564a3a53d555686a152baf0bd20da6cc0214.tar.zst freebsd-ports-gnome-2d3c564a3a53d555686a152baf0bd20da6cc0214.zip |
- Resurrect graphics/mesagl in a mangled version
PR: ports/125705
Submitted by: Pedro F. Giffuni <giffunip tutopia.com>
Diffstat (limited to 'graphics/mesagl/pkg-descr')
-rw-r--r-- | graphics/mesagl/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/mesagl/pkg-descr b/graphics/mesagl/pkg-descr new file mode 100644 index 000000000000..235a722c4dc2 --- /dev/null +++ b/graphics/mesagl/pkg-descr @@ -0,0 +1,12 @@ +Mesa is a 3-D graphics library with an API which is very similar to that +of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax or +state machine, it is being used with authorization from Silicon Graphics, +Inc. However, the author makes no claim that Mesa is in any way a +compatible replacement for OpenGL or associated with Silicon Graphics, Inc. + +This is a Mangled version of Mesa in order to do off-screen rendering in +other packages like VTK. Offscreen rendering is useful for a +number of things, such as batch processing, parallel processing, and +remote processing. + +WWW: http://www.mesa3d.org/ |