mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 11:10:10 +01:00
i965g: Remove dead initialization in precalc_tex.
This commit is contained in:
parent
fe3caa91d3
commit
4b387ee087
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ static void precalc_tex( struct brw_wm_compile *c,
|
||||||
struct brw_fp_src src0,
|
struct brw_fp_src src0,
|
||||||
struct brw_fp_src sampler )
|
struct brw_fp_src sampler )
|
||||||
{
|
{
|
||||||
struct brw_fp_src coord = src_undef();
|
struct brw_fp_src coord;
|
||||||
struct brw_fp_dst tmp = dst_undef();
|
struct brw_fp_dst tmp = dst_undef();
|
||||||
|
|
||||||
assert(unit < BRW_MAX_TEX_UNIT);
|
assert(unit < BRW_MAX_TEX_UNIT);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue