docs: add another viewperf issue

This commit is contained in:
Brian Paul 2011-11-09 13:32:18 -07:00
parent 9ae10e9cbd
commit 9c0d7828d2
1 changed files with 13 additions and 0 deletions

View 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>