graw: Ensure new members are zeroed.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 26 Oct 2012 14:04:46 +0000 (15:04 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 26 Oct 2012 15:02:59 +0000 (16:02 +0100)
commit91332e455a530b86f897874919da29efa563fdf3
tree26eea0cc28b2397e93a6951534f97c46d177f04a
parent2532f0d063d8326c1ba6fdb3394bb355326c4190
graw: Ensure new members are zeroed.

Several new state members were added, and they were not being zeroed,
causing random crashes.
15 files changed:
src/gallium/targets/graw-null/graw_util.c
src/gallium/tests/graw/fs-fragcoord.c
src/gallium/tests/graw/fs-frontface.c
src/gallium/tests/graw/fs-test.c
src/gallium/tests/graw/fs-write-z.c
src/gallium/tests/graw/gs-test.c
src/gallium/tests/graw/quad-sample.c
src/gallium/tests/graw/quad-tex.c
src/gallium/tests/graw/shader-leak.c
src/gallium/tests/graw/tex-srgb.c
src/gallium/tests/graw/tex-swizzle.c
src/gallium/tests/graw/tri-gs.c
src/gallium/tests/graw/tri-instanced.c
src/gallium/tests/graw/tri.c
src/gallium/tests/graw/vs-test.c