mesa/src
Brian Paul 2e87660ca6 util: use memset() to initialize surface, sampler_view templates
These initialization functions weren't initializing all the fields so
some had undefined values.  The callers of these functions sometimes use
a structure assignment to initialize new objects from these templates
so we'd just propagate the undefined values.  That made for some confusing
info when debugging, plus it could lead to bugs.

v2: fix surf pointer mix-up: "&surf" -> "surf"

Jakob Bornecrantz <jakob@vmware.com>
2012-01-10 12:37:38 -07:00
..
egl egl/x11: Merge the right version of Frederiks change 2011-12-21 10:29:30 -05:00
gallium util: use memset() to initialize surface, sampler_view templates 2012-01-10 12:37:38 -07:00
gbm gbm/dri: avoid crash in dri_screen_create 2011-08-04 14:09:34 +02:00
getopt
glsl glsl: fix glsl optimization infinite loop from copy_propagation_elements 2012-01-09 13:05:21 -08:00
glu glu: remove BeOS define as BeOS is not longer a target platform 2011-12-27 09:16:51 -07:00
glx scons: Fix libGL.so build. 2012-01-10 17:42:02 +00:00
mapi Regenerate files from previous commits 2011-12-13 16:07:17 -08:00
mesa mesa: use STATIC_ASSERT in a few more places 2012-01-10 12:37:37 -07:00
Makefile
SConscript scons: Unbreak mingw build. 2011-09-20 20:50:48 +01:00