projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eec5669
)
i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.
author
Kenneth Graunke
<kenneth@whitecape.org>
Sun, 11 Nov 2012 05:53:35 +0000
(21:53 -0800)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 15 Nov 2012 19:14:45 +0000
(11:14 -0800)
No such function exists. src_reg's constructor does that.
Reviewed-by: Eric Anholt <eric@anholt.net>
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 1029e6d3ce4477d08c1c2c817ca6931435e0509f..5f35de59bb5c755eba9461af783e2462e3409f91 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_vec4.h
+++ b/
src/mesa/drivers/dri/i965/brw_vec4.h
@@
-254,8
+254,6
@@
public:
bool need_all_constants_in_pull_buffer;
- src_reg src_reg_for_float(float val);
-
/**
* \name Visit methods
*