mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
python/retrace: Dump all vertices for verbosity level 3.
This commit is contained in:
parent
a0518e66b2
commit
40298bf272
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ class Context(Object):
|
|||
|
||||
sys.stdout.write('\t{\n')
|
||||
for i in range(start, start + count):
|
||||
if i >= start + 16:
|
||||
if i >= start + 16 and not self.interpreter.verbosity(3):
|
||||
sys.stdout.write('\t...\n')
|
||||
break
|
||||
offset = i*isize
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue