Re: [Mesa-dev] [PATCH] draw: Prevent out-of-bounds vertex buffer access.
Looks good to me, Jose. Keith On Thu, 2011-03-31 at 14:45 +0100, jfons...@vmware.com wrote: > From: José Fonseca > > Based on some code and ideas from Keith Whitwell. > --- > src/gallium/auxiliary/Makefile |1 + > src/gallium/auxiliary/SConscript |
[Mesa-dev] [PATCH] draw: Prevent out-of-bounds vertex buffer access.
From: José Fonseca Based on some code and ideas from Keith Whitwell. --- src/gallium/auxiliary/Makefile |1 + src/gallium/auxiliary/SConscript |1 + src/gallium/auxiliary/draw/draw_private.h |8 ++ src/gallium/auxiliary/draw/draw_pt.c