allocate larger minimum dstelt buffer
authorRoland Scheidegger <sroland@tungstengraphics.com>
Thu, 25 Jan 2007 15:39:02 +0000 (16:39 +0100)
committerRoland Scheidegger <sroland@tungstengraphics.com>
Thu, 25 Jan 2007 15:39:02 +0000 (16:39 +0100)
commit78b64d911b4b50ab744f250522a88b3952859f98
tree4d9fb8a780036f4d13c4305807d52315aa43fb33
parentdb79d7dea03d5129a05d48af19049cb740799669
allocate larger minimum dstelt buffer

increase the minimum dstelt buffer size to avoid triggering an assertion later
because the split is triggered before the buffer is full. This fixes cases
where the vbo_split_copy path is hit because of maximum index limit, where the
dstelt buffer size needed could be very small (doom3 hit that assertion with a
vertex count of just 3)
src/mesa/vbo/vbo_split_copy.c