X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Ffaq.html;h=bf6545fd5f794ae0547686aa7c276fa02151087f;hb=86f53e6d6bd07e2bc3ffcadeb9a4418fbae06e0b;hp=11b5d4325585815a9a22697182cbe3fa0fee6061;hpb=916de35d677ca5238e9515840fa5aa9f81302c5b;p=mesa.git diff --git a/docs/faq.html b/docs/faq.html index 11b5d432558..bf6545fd5f7 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -198,14 +198,19 @@ Mesa's not the solution.

2.3 Where is the GLUT library?

-GLUT (OpenGL Utility Toolkit) is in the separate MesaGLUT-x.y.z.tar.gz file. -If you don't already have GLUT installed, you should grab the MesaGLUT -package and compile it with the rest of Mesa. +GLUT (OpenGL Utility Toolkit) is no longer in the separate MesaGLUT-x.y.z.tar.gz file. +If you don't already have GLUT installed, you should grab +freeglut.

+

2.4 Where is the GLw library?

+

+GLw (OpenGL widget library) is now available from a separate git repository. Unless you're using very old Xt/Motif applications with OpenGL, you shouldn't need it. +

+ -

2.4 What's the proper place for the libraries and headers?

+

2.5 What's the proper place for the libraries and headers?

On Linux-based systems you'll want to follow the +

3.6 How can I change the maximum framebuffer size in Mesa's +swrast backend?

+

+These can be overridden by using the --with-max-width and +--with-max-height options. The two need not be equal. +

+Do note that Mesa uses these values to size some internal buffers, +so increasing these sizes will cause Mesa to require additional +memory. Furthermore, increasing these limits beyond 4096 +may introduce rasterization artifacts; see the leading comments in +src/mesa/swrast/s_tritemp.h. +

+