summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-12-17 15:14:31 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-12-17 15:14:31 +0000
commit829adaee79dbe33a1d86ee4110b2698e7d777012 (patch)
tree3b53e08683cc2262d9da92ab6aed32860912440e /docs
parent65aeac065c6990be538412f2f205bb9c0a1278d6 (diff)
updated location of config.h
Diffstat (limited to 'docs')
-rw-r--r--docs/README.X116
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.X11 b/docs/README.X11
index 030b6e3fc1b..4cbd1261817 100644
--- a/docs/README.X11
+++ b/docs/README.X11
@@ -85,8 +85,8 @@ Using the library
=================
Configuration options:
- The file src/config.h has many parameters which you can adjust such
- as maximum number of lights, clipping planes, maximum texture size,
+ The file src/mesa/main/config.h has many parameters which you can adjust
+ such as maximum number of lights, clipping planes, maximum texture size,
etc. In particular, you may want to change DEPTH_BITS from 16 to 32
if a 16-bit depth buffer isn't precise enough for your application.
@@ -311,4 +311,4 @@ Summary of X-related environment variables:
----------------------------------------------------------------------
-$Id: README.X11,v 3.10 2003/03/08 17:38:57 brianp Exp $
+$Id: README.X11,v 3.11 2003/12/17 15:14:31 brianp Exp $