OSDN Git Service

draw: Prevent clipped vertices overflow.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 26 Aug 2010 14:30:51 +0000 (15:30 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 23 Sep 2010 15:47:36 +0000 (16:47 +0100)
commit440129521c36bc2c2e59c462a94394b2f42a847e
tree1f27f746e00d6f57c404de274e2317d52bc36b3e
parent8b597b4ea4290301bd97587db5389f151cb5f25f
draw: Prevent clipped vertices overflow.

Some pathological triangles cause a theoritically impossible number of
clipped vertices.

The clipper will still assert, but at least release builds will not
crash, while this problem is further investigated.
src/gallium/auxiliary/draw/draw_pipe_clip.c