gallium: add missing zero-init for resource templates
authorRob Clark <robdclark@gmail.com>
Fri, 7 Oct 2016 15:58:16 +0000 (11:58 -0400)
committerRob Clark <robdclark@gmail.com>
Fri, 7 Oct 2016 19:50:46 +0000 (15:50 -0400)
commit495ba8884ad5047abc7e408b68165c0465a81ac0
tree0d9328470726c425d5697553b395d06fc4deb085
parent3ebfc44b4231cfa131e17076b10140fcd70ccd8c
gallium: add missing zero-init for resource templates

Mostly test code, plus one spot I noticed in r600.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/drivers/radeon/r600_texture.c
src/gallium/tests/graw/clear.c
src/gallium/tests/graw/fs-test.c
src/gallium/tests/graw/graw_util.h
src/gallium/tests/graw/gs-test.c
src/gallium/tests/graw/quad-sample.c
src/gallium/tests/graw/shader-leak.c
src/gallium/tests/graw/tri-gs.c
src/gallium/tests/graw/tri-instanced.c
src/gallium/tests/graw/vs-test.c