summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-12-09 22:35:07 -0800
committerEric Anholt <eric@anholt.net>2006-12-09 22:35:07 -0800
commitd7b24fec245f90db4b8c66f4f7c167b8f20a9b9e (patch)
tree4342a1b0f9fb1975da34e8216736aa2a6a18b478 /src/mesa/drivers/dri/i965/brw_context.h
parentf79360858d4c94629ef543a35e4e44a13419ac0e (diff)
i965: Fix a crash with wine by not allocating >1MB on the stack.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index a57c794834..cac4d86d3a 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -599,6 +599,7 @@ struct brw_context
struct {
struct brw_wm_prog_data *prog_data;
+ struct brw_wm_compile *compile_data;
/* Input sizes, calculated from active vertex program:
*/