projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b189a
)
nv50/ir: remove unused swizzle field in ValueRef
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Sun, 9 Apr 2017 18:56:59 +0000
(14:56 -0400)
committer
Ilia Mirkin
<imirkin@alum.mit.edu>
Sun, 9 Apr 2017 18:59:42 +0000
(14:59 -0400)
The nv50 ir is scalar. Perhaps this was from some early attempts to
integrate the simd aspects of nv30. However at this point it's entirely
unused.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/codegen/nv50_ir.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nouveau/codegen/nv50_ir.h
b/src/gallium/drivers/nouveau/codegen/nv50_ir.h
index e161a5a04922725ef00d33679b845c555c1cabc3..6e5ffa525ddfd68b199e966af720bf83a38a07dc 100644
(file)
--- a/
src/gallium/drivers/nouveau/codegen/nv50_ir.h
+++ b/
src/gallium/drivers/nouveau/codegen/nv50_ir.h
@@
-596,7
+596,6
@@
public:
public:
Modifier mod;
int8_t indirect[2]; // >= 0 if relative to lvalue in insn->src(indirect[i])
- uint8_t swizzle;
bool usedAsPtr; // for printing