OSDN Git Service

i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 11 Nov 2012 05:53:35 +0000 (21:53 -0800)
committerKenneth 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

index 1029e6d..5f35de5 100644 (file)
@@ -254,8 +254,6 @@ public:
 
    bool need_all_constants_in_pull_buffer;
 
-   src_reg src_reg_for_float(float val);
-
    /**
     * \name Visit methods
     *