mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
docs: convert last traces of progs to mesa/demos repository
v2: fix typo Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
356a73145e
commit
7b314b3b14
2 changed files with 5 additions and 6 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue