[Mesa-dev] [PATCH 7/5] i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.

Kenneth Graunke kenneth at whitecape.org
Tue Nov 13 21:24:48 PST 2012


No such function exists.  src_reg's constructor does that.
---
 src/mesa/drivers/dri/i965/brw_vec4.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
index 1029e6d..5f35de5 100644
--- 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
     *
-- 
1.8.0



More information about the mesa-dev mailing list