softgpu: Cull no-pos and through s8 pos verts.
Seems like these just don't draw anything, ever.
This commit is contained in:
parent
61e30e8f8b
commit
e82b54e4b6
2 changed files with 7 additions and 1 deletions
2
test.py
2
test.py
|
@ -148,6 +148,7 @@ tests_good = [
|
|||
"gpu/ge/enqueueparam",
|
||||
"gpu/ge/queue",
|
||||
"gpu/primitives/indices",
|
||||
"gpu/primitives/triangles",
|
||||
"gpu/rendertarget/depal",
|
||||
"gpu/signals/pause",
|
||||
"gpu/signals/pause2",
|
||||
|
@ -393,7 +394,6 @@ tests_next = [
|
|||
"gpu/primitives/rectangles",
|
||||
"gpu/primitives/spline",
|
||||
"gpu/primitives/trianglefan",
|
||||
"gpu/primitives/triangles",
|
||||
"gpu/primitives/trianglestrip",
|
||||
"gpu/reflection/reflection",
|
||||
"gpu/rendertarget/copy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue