projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0c04e6
)
i965/vs: Remove dead fields of src_reg.
author
Eric Anholt
<eric@anholt.net>
Tue, 6 Sep 2011 18:56:53 +0000
(11:56 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 20 Sep 2011 18:28:56 +0000
(11:28 -0700)
These were copy and pasted from the FS, and are never used.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_vec4.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_vec4.h
b/src/mesa/drivers/dri/i965/brw_vec4.h
index 058615f089e831d8198c070d95388608cedd9c51..317c981a40a3f5ab62e7ef05dc99a21d6139dd7a 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_vec4.h
+++ b/
src/mesa/drivers/dri/i965/brw_vec4.h
@@
-83,9
+83,7
@@
public:
int reg_offset;
/** Register type. BRW_REGISTER_TYPE_* */
int type;
- bool sechalf;
struct brw_reg fixed_hw_reg;
- int smear; /* -1, or a channel of the reg to smear to all channels. */
/** Value for file == BRW_IMMMEDIATE_FILE */
union {