OSDN Git Service

swr/rast: Move SWR_GS_CONTEXT from thread local storage to stack
authorTim Rowley <timothy.o.rowley@intel.com>
Tue, 12 Sep 2017 19:37:36 +0000 (14:37 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Mon, 25 Sep 2017 18:38:57 +0000 (13:38 -0500)
commit9c82cf0f1e2b0496d135dc35dbb512e67b4e23f5
tree74d254e444e40b439f6d529c70a5b62de568418e
parentefe7fa4384f89ba909c7a5a303658a6442f4f787
swr/rast: Move SWR_GS_CONTEXT from thread local storage to stack

Move structure, as the size is significantly reduced due to dynamic
allocation of the GS buffers.

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/frontend.cpp