ilo: assert core objects are zero-initialized
authorChia-I Wu <olvaffe@gmail.com>
Fri, 22 May 2015 05:49:20 +0000 (13:49 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 14 Jun 2015 07:43:20 +0000 (15:43 +0800)
commitab7229b9b6b160e805d14d600a432e76a5e88ef8
tree8519e0bf0128c4c78ceb1fd9e543299672b5bd8a
parent4d35eef326e49cc8da50879d30a1c5088d4775e1
ilo: assert core objects are zero-initialized

Core objects are usually embedded inside calloc()'ed objects and we expect
them to be zero-initialized.
src/gallium/drivers/ilo/core/ilo_buffer.h
src/gallium/drivers/ilo/core/ilo_builder.c
src/gallium/drivers/ilo/core/ilo_debug.h
src/gallium/drivers/ilo/core/ilo_dev.c
src/gallium/drivers/ilo/core/ilo_fence.h
src/gallium/drivers/ilo/core/ilo_image.c