filename | config.h.in |
changeset | 635:76c63aac3590 |
prev | 614:a2d239d4438a |
next | 1066:ddffe9d2b332 |
author | nkeynes |
date | Thu Feb 14 13:54:11 2008 +0000 (15 years ago) |
branch | lxdream-render |
permissions | -rw-r--r-- |
last change | Commit render work in progress. Main changes: * Preliminary OSMesa support * Move the generic gl code out to pvr2/ * Implement scene data structure + reader * Remove the 1/z adjustments |
file | annotate | diff | log | raw |
1.1 --- a/config.h.in Mon Jan 28 02:38:09 2008 +00001.2 +++ b/config.h.in Thu Feb 14 13:54:11 2008 +00001.3 @@ -49,6 +49,9 @@1.4 /* Define to 1 if you have the `GL' library (-lGL). */1.5 #undef HAVE_LIBGL1.7 +/* Define to 1 if you have the `OSMesa' library (-lOSMesa). */1.8 +#undef HAVE_LIBOSMESA1.9 +1.10 /* Define to 1 if you have the `z' library (-lz). */1.11 #undef HAVE_LIBZ
.