[Mesa-dev] [PATCH 03/10] docs: escape html special char
Andreas Boll
andreas.boll.dev at gmail.com
Mon Jun 25 13:21:31 PDT 2012
---
docs/perf.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/perf.html b/docs/perf.html
index ec400c6..82e6b59 100644
--- a/docs/perf.html
+++ b/docs/perf.html
@@ -52,7 +52,7 @@ Performance tips for software rendering:
GL_COLOR_MATERIAL is disabled
No spot lights are used (all GL_SPOT_CUTOFFs are 180.0)
No local lights are used (all position W's are 0.0)
- All material and light coefficients are >= zero
+ All material and light coefficients are >= zero
<li> XFree86 users: if you want to use 24-bit color try starting your
X server in 32-bit per pixel mode for better performance. That is,
start your X server with
--
1.7.1
More information about the mesa-dev
mailing list