From 9c0d7828d29e1e5f766a6601b0ffebbe1cfed1d2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 9 Nov 2011 13:32:18 -0700 Subject: [PATCH] docs: add another viewperf issue --- docs/viewperf.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/viewperf.html b/docs/viewperf.html index cef584fd87f..bb385273402 100644 --- a/docs/viewperf.html +++ b/docs/viewperf.html @@ -34,6 +34,19 @@ they'll be fixed in the future. +

Catia-03 test 2

+ +

+This test creates over 38000 vertex buffer objects. On some systems +this can exceed the maximum number of buffer allocations. Mesa +generates GL_OUT_OF_MEMORY errors in this situation, but Viewperf +does no error checking and continues. When this happens, some drawing +commands become no-ops. This can also eventually lead to a segfault +either in Viewperf or the Mesa driver. +

+ + +

Catia-03 tests 3, 4, 8

-- 2.30.2