r300: Removed some checking in r300NumVerts that is not needed.
authorOliver McFadden <z3ro.geek@gmail.com>
Fri, 11 May 2007 19:44:35 +0000 (19:44 +0000)
committerOliver McFadden <z3ro.geek@gmail.com>
Fri, 11 May 2007 19:45:28 +0000 (19:45 +0000)
commit1b39be3790a093e5b54974221478905b853cadb4
treeb2815b1fe5795ca98e392f570bf947f6e74a3d64
parent69ff5a3dbc8f4e72acbfd1bc80598408f9e6a4c4
r300: Removed some checking in r300NumVerts that is not needed.

According to Aapo Tahkola the OpenGL specification defines the behaviour when
there are not enough vertices for the primitive type, thus DRI drivers do not
need to perform verification on the number of vertices per primitive.
src/mesa/drivers/dri/r300/r300_render.c