summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-24 17:30:43 -0700
committerBrian Paul <brianp@vmware.com>2010-02-24 17:30:43 -0700
commitbc04ae21c10bedcc75d3483784d3eaf7bf090f55 (patch)
treead541dd3fb5fa4523e0990eea5e0bf20fd421b05 /src/gallium/drivers/llvmpipe/lp_rast_priv.h
parent072aeb57bd20b5fc39cf9d46a693a1a9aa9de11e (diff)
llvmpipe: clean up rasterization threads upon context destruction
Fixes glean hang, bug 26536.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 382e169c1c..abc5a9ad89 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -84,6 +84,7 @@ struct lp_rasterizer
{
boolean clipped_tile;
boolean check_for_clipped_tiles;
+ boolean exit_flag;
/* Framebuffer stuff
*/