projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0114d15
)
docs: remove stray space in code-block
author
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Tue, 28 May 2019 11:53:03 +0000
(13:53 +0200)
committer
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Wed, 5 Jun 2019 21:48:44 +0000
(23:48 +0200)
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/faq.html
patch
|
blob
|
history
diff --git
a/docs/faq.html
b/docs/faq.html
index 4f3c200ce8224e68f5463250070b12e41e154334..cbf1370220a61419f04abced3dd59aa7fbcc8ed4 100644
(file)
--- a/
docs/faq.html
+++ b/
docs/faq.html
@@
-273,7
+273,7
@@
for details.
Mesa uses a 16-bit depth buffer by default which is smaller and faster
to clear than a 32-bit buffer but not as accurate.
If you need a deeper you can modify the parameters to
-<code>
glXChooseVisual</code> in your code.
+<code>glXChooseVisual</code> in your code.
</p>