st/va Avoid VBR bitrate calculation overflow v2
[mesa.git] / docs / faq.html
index d4037e83c08f0386d9e8fcff25f684042ba5f1f7..4e79bb167f6553ae98dbaf1cf9f0230c3176b95b 100644 (file)
@@ -57,7 +57,7 @@ drivers for X.org.
 <ul>
   <li>See the <a href="http://dri.freedesktop.org/">DRI website</a>
   for more information.</li>
-  <li>See <a href="http://intellinuxgraphics.org">intellinuxgraphics.org</a>
+  <li>See <a href="https://01.org/linuxgraphics">01.org</a>
   for more information about Intel drivers.</li>
   <li>See <a href="http://nouveau.freedesktop.org">nouveau.freedesktop.org</a>
   for more information about Nouveau drivers.</li>
@@ -327,19 +327,6 @@ Basically, applying a translation of (0.375, 0.375, 0.0) to your coordinates
 will fix the problem.
 </p>
 
-<h2>3.6 How can I change the maximum framebuffer size in Mesa's
-<tt>swrast</tt> backend?</h2>
-<p>
-These can be overridden by using the <tt>--with-max-width</tt> and
-<tt>--with-max-height</tt> options.  The two need not be equal.
-</p><p>
-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 <tt>4096</tt>
-may introduce rasterization artifacts; see the leading comments in
-<tt>src/mesa/swrast/s_tritemp.h</tt>.
-</p>
-
 <br>
 <br>