OSDN Git Service

draw: Fix off-by-one error in assert.
authorVinson Lee <vlee@vmware.com>
Fri, 9 Jul 2010 00:54:47 +0000 (17:54 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 9 Jul 2010 00:54:47 +0000 (17:54 -0700)
commitf8f1c629d6b2f86e65c5c0997b140cf8db8f616e
tree94d0fcb2a24c3adaeade1da1d25cb74fbdd27a64
parent41f66915ab3d052e0e2ef06000d6534eb7776ec6
draw: Fix off-by-one error in assert.

textures is an array of size PIPE_MAX_VERTEX_SAMPLERS.
src/gallium/auxiliary/draw/draw_llvm.c