i965: Add missing "break" statement.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 18 Oct 2010 19:21:20 +0000 (12:21 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 18 Oct 2010 19:21:20 +0000 (12:21 -0700)
commit65d4234c2398aaa48eb5e29e6e7bede40fe2fd36
treeca331d4b1f92df69608c05ea9f22df49012d23e6
parentf37b114dc3b9281938738572246fe7c685cf7211
i965: Add missing "break" statement.

Otherwise, it would try to handle arrays as structures, use
uninitialized memory, and crash.
src/mesa/drivers/dri/i965/brw_fs.cpp