From: Brian P. <bri...@gm...> - 2010-02-20 16:04:10
|
On Sat, Feb 20, 2010 at 3:21 AM, Olivier Galibert <gal...@po...> wrote: > On Fri, Feb 19, 2010 at 11:30:44AM -0800, Ian Romanick wrote: >> I'd also like to see additional patches to eliminate: >> >> - _mesa_bzero - Conditionally wrap this if HAVE_BZERO is not defined. >> Do the usual autoconf magic to detect it. Let non-autoconf builds >> figure it out there own way. > > Shouldn't you just use memset instead? Yes, already done. -Brian |