OSDN Git Service

docs: add another viewperf issue
authorBrian Paul <brianp@vmware.com>
Wed, 9 Nov 2011 20:32:18 +0000 (13:32 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 11 Nov 2011 14:10:55 +0000 (07:10 -0700)
docs/viewperf.html

index cef584f..bb38527 100644 (file)
@@ -34,6 +34,19 @@ they'll be fixed in the future.
 
 
 
+<h2>Catia-03 test 2</h2>
+
+<p>
+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.
+</p>
+
+
+
 <h2>Catia-03 tests 3, 4, 8</h2>
 
 <p>