X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fperf.html;h=e4040dc4f02be688876c23f6449289106724a7d7;hb=8657eede8aec88537d64bbd86e1401018992acf1;hp=89f6eae75c93bf5ad5f2491827e28ce2b3de3257;hpb=0b27aceae2464db3dd149cf4fd667e353a655c5e;p=mesa.git diff --git a/docs/perf.html b/docs/perf.html index 89f6eae75c9..e4040dc4f02 100644 --- a/docs/perf.html +++ b/docs/perf.html @@ -1,14 +1,24 @@ - + + + + + Performance Tips + + + -Performance Tips +
+ The Mesa 3D Graphics Library +
- + +
-

Performance Tips

+

Performance Tips

Performance tips for software rendering: -

+

  1. Turn off smooth shading when you don't need it (glShadeModel) @@ -49,7 +59,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
  2. 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 @@ -61,6 +71,6 @@ Performance tips for software rendering: command glEnable(GL_DITHER) will be ignored.
- - - +
+ +