[Mesa-dev] [PATCH 5/5] draw/so: Fix overflow calculations

2013-04-25 Thread Zack Rusin
We weren't taking the buffer offset, destination offset or the stride into consideration so we were frequently writing into an overflown buffer. Signed-off-by: Zack Rusin za...@vmware.com --- src/gallium/auxiliary/draw/draw_pt_so_emit.c | 11 --- 1 file changed, 8 insertions(+), 3

Re: [Mesa-dev] [PATCH 5/5] draw/so: Fix overflow calculations

2013-04-25 Thread Roland Scheidegger
Am 24.04.2013 00:58, schrieb Zack Rusin: We weren't taking the buffer offset, destination offset or the stride into consideration so we were frequently writing into an overflown buffer. Signed-off-by: Zack Rusin za...@vmware.com --- src/gallium/auxiliary/draw/draw_pt_so_emit.c | 11