mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 06:18:24 +02:00
nvc/ir: remove duplicate variable declaration
Missed out with earlier commit while resolving conflicts.
Fixes: a785cccc70 "nvc0/ir: fix picking of coordinates from tex
instruction for textureGrad"
Reported-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
48d14b5290
commit
fd1e4331ee
1 changed files with 0 additions and 1 deletions
|
|
@ -850,7 +850,6 @@ NVC0LoweringPass::handleManualTXD(TexInstruction *i)
|
|||
Value *zero = bld.loadImm(bld.getSSA(), 0);
|
||||
int l, c;
|
||||
const int dim = i->tex.target.getDim();
|
||||
const int array = i->tex.target.isArray();
|
||||
|
||||
// This function is invoked after handleTEX lowering, so we have to expect
|
||||
// the arguments in the order that the hw wants them. For Fermi, array and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue