swr: [rasterizer core] Alleviate potential stack overflow for 32bit builds
authorTim Rowley <timothy.o.rowley@intel.com>
Tue, 8 Mar 2016 17:56:06 +0000 (11:56 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Fri, 25 Mar 2016 19:43:14 +0000 (14:43 -0500)
commitbef222db22365c2518110d30cd1227625a86195b
tree20a3555595d6ea6487fa3fe02fbe9407b410e8e4
parent3132f731f8c4e6300ee31805be59920543b22557
swr: [rasterizer core] Alleviate potential stack overflow for 32bit builds

Move large stack allocations in the GS and clipper into thread local storage.
src/gallium/drivers/swr/rasterizer/core/clip.cpp
src/gallium/drivers/swr/rasterizer/core/clip.h
src/gallium/drivers/swr/rasterizer/core/frontend.cpp