diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-06-25 21:52:10 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-06-25 16:10:01 -0600 |
commit | ddb05578684ed7de5ec65e0dae62c50c76948fbc (patch) | |
tree | 07dac41bfdd4b2b02e9c4872140247325ce927c6 /docs/perf.html | |
parent | a5447aab9625b11841870f8d595e79c02666afda (diff) |
docs: escape html special char
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/perf.html')
-rw-r--r-- | docs/perf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/perf.html b/docs/perf.html index ec400c613f..82e6b5988d 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 |