mesa: allocate pixel zoom arrays on heap, not stack
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 Jun 2008 16:03:05 +0000 (10:03 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 Jun 2008 16:03:05 +0000 (10:03 -0600)
commitec2d0decbd739df99cac4baba57fe0005bf4894d
tree050ef6df739104ecc8062d4a22454bc435c4f21d
parentbbce58802d9bf94eadbb0d0c0211a0768f8302aa
mesa: allocate pixel zoom arrays on heap, not stack

Fixes stack overflow on Windows.
src/mesa/swrast/s_context.c
src/mesa/swrast/s_context.h
src/mesa/swrast/s_zoom.c