Re: [Mesa-dev] [PATCH] tgsi: init translate ctx to zeros

2013-03-25 Thread Brian Paul
Go ahead and push yours. Reviewed-by: Brian Paul On 03/25/2013 04:03 PM, Marek Olšák wrote: I sent almost the same patch 3 days ago. I should have given it a better commit message: http://www.mail-archive.com/mesa-dev@lists.freedesktop.org/msg36038.html Marek On Mon, Mar 25, 2013 at 10:54 P

Re: [Mesa-dev] [PATCH] tgsi: init translate ctx to zeros

2013-03-25 Thread Marek Olšák
I sent almost the same patch 3 days ago. I should have given it a better commit message: http://www.mail-archive.com/mesa-dev@lists.freedesktop.org/msg36038.html Marek On Mon, Mar 25, 2013 at 10:54 PM, Brian Paul wrote: > Fixes uninitialized member bug spotted by Ondrej Holecek. > > Note: This

[Mesa-dev] [PATCH] tgsi: init translate ctx to zeros

2013-03-25 Thread Brian Paul
Fixes uninitialized member bug spotted by Ondrej Holecek. Note: This is a candidate for the stable branches. --- src/gallium/auxiliary/tgsi/tgsi_text.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_text.c b/src/gallium/auxiliary/tgsi/tg