mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-17 12:50:31 +01:00
i965: init the tex_units_used field
This commit is contained in:
parent
a9a6399cd3
commit
b2b220e622
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue