From 61c6cc4a4aa23724bd51089b38741feed67617bc Mon Sep 17 00:00:00 2001
From: Emil Velikov
Date: Thu, 2 Apr 2015 08:37:12 +0000
Subject: [PATCH] docs: remove the --with-max-{width,height} note
Missed out with commit d99135b2e9b(configure: nuke
--with-max-{width,height})
Signed-off-by: Emil Velikov
Reviewed-by: Brian Paul
---
docs/faq.html | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/docs/faq.html b/docs/faq.html
index d4037e83c08..b7c6fbf8a9c 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -327,19 +327,6 @@ Basically, applying a translation of (0.375, 0.375, 0.0) to your coordinates
will fix the problem.
-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.
-
-
--
2.30.2