From 58be9e6c37565582553886ec82cfa2d3cabb7887 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 24 Sep 2004 20:31:02 +0000 Subject: updated osmesa info --- docs/osmesa.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'docs/osmesa.html') diff --git a/docs/osmesa.html b/docs/osmesa.html index 5dc2e81f6c..6ed3c5e710 100644 --- a/docs/osmesa.html +++ b/docs/osmesa.html @@ -43,16 +43,14 @@ memory.

To build Mesa/OSMesa with 16-bit color channels:

-      cd Mesa-5.x/src
-      make -f Makefile.X11 clean
-      make -f Makefile.OSMesa16 linux-osmesa16
+      make realclean
+      make linux-osmesa16
 
For 32-bit channels:
-      cd Mesa-5.x/src
-      make -f Makefile.X11 clean
-      make -f Makefile.OSMesa16 linux-osmesa32
+      make realclean
+      make linux-osmesa32
 

@@ -60,13 +58,12 @@ You'll wind up with a library named libOSMesa16.so or libOSMesa32.so.

-If you're not using Linux, you can easily edit Make-config and add -an appropriate configuration. -

-

-The Mesa/tests/osdemo16.c file (available via CVS) demonstrates how -to use this feature. +If you need to compile on a non-Linux platform, copy Mesa/configs/linux-osmesa16 +to a new config file and edit it as needed. Then, add the new config name to +the top-level Makefile. Send a patch to the Mesa developers too, if you're +inclined.

+

BE WARNED: 16 and 32-bit channel support has not been exhaustively tested and there may be some bugs. However, a number of people have -- cgit v1.2.3