Files
mesa/src
Brian Paul 8da09e6924 vbo: fix incorrect loop limit in bind_array_obj()
The generic_array[] is 16 elements in size, but the loop was doing 32
iterations.  The out of bounds array write was clobbering the following
inputs[] array but as luck would have it, that didn't matter.
2009-05-21 16:54:35 -06:00
..
2009-01-10 13:52:06 -05:00
2009-04-29 20:46:37 -07:00
2009-03-25 09:01:01 -06:00
2009-01-23 12:32:35 +00:00