docs: convert last traces of progs to mesa/demos repository
authorAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 20 Sep 2012 14:01:15 +0000 (16:01 +0200)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 20 Sep 2012 18:00:36 +0000 (20:00 +0200)
v2: fix typo

Reviewed-by: Brian Paul <brianp@vmware.com>
docs/osmesa.html
docs/xlibdriver.html

index 0ec67c44b4e28f3ce4c5e92ca2b845e7ee26a245..b0609cf88c7072bae534f0789fd4de5885533589 100644 (file)
@@ -34,8 +34,7 @@ more information about the API functions.
 </p>
 
 <p>
-There are several examples of OSMesa in the <code>progs/osdemos/</code>
-directory.
+There are several examples of OSMesa in the mesa/demos repository.
 </p>
 
 
index da72662c1feb8737c2d0bc26a620284643a88c2f..6b7b02903a1563df725c23bd02be10efad37523f 100644 (file)
@@ -150,10 +150,10 @@ Examples:
        % export MESA_GAMMA="2.0"               // same gamma for R,G,B
 </pre>
 <p>
-The progs/demos/gamma.c program may help you to determine reasonable gamma
-value for your display.  With correct gamma values, the color intensities
-displayed in the top row (drawn by dithering) should nearly match those
-in the bottom row (drawn as grays).
+The <code>demos/gamma.c</code> program in mesa/demos repository may help
+you to determine reasonable gamma value for your display.  With correct
+gamma values, the color intensities displayed in the top row (drawn by
+dithering) should nearly match those in the bottom row (drawn as grays).
 </p>
 
 <p>