diff options
author | Brian Paul <brianp@vmware.com> | 2009-08-26 14:47:50 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-26 14:47:50 -0600 |
commit | b2b220e6225fdd673ea7b9fdda00e98423263fc3 (patch) | |
tree | 93cd03d9c44f627f563c8e561d460239e6d83659 /src/mesa | |
parent | a9a6399cd32ffe47b98d5171225fe7143552ca27 (diff) |
i965: init the tex_units_used field
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_wm_fp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm_fp.c b/src/mesa/drivers/dri/i965/brw_wm_fp.c index c5121266f9..123fe841c3 100644 --- a/src/mesa/drivers/dri/i965/brw_wm_fp.c +++ b/src/mesa/drivers/dri/i965/brw_wm_fp.c @@ -1102,6 +1102,7 @@ void brw_wm_pass_fp( struct brw_wm_compile *c ) c->delta_xy = src_undef(); c->pixel_w = src_undef(); c->nr_fp_insns = 0; + c->fp->tex_units_used = 0x0; /* Emit preamble instructions. This is where special instructions such as * WM_CINTERP, WM_LINTERP, WM_PINTERP and WM_WPOSXY are emitted to |