[Mesa-dev] [PATCH] i965/vec4: Remove more dead visitor/vertex program code.

Kenneth Graunke kenneth at whitecape.org
Sat Oct 3 15:14:05 PDT 2015


On Saturday, October 03, 2015 10:57:28 AM Matt Turner wrote:
> ---
>  src/mesa/drivers/dri/i965/brw_vec4.h           |  8 --------
>  src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 10 ----------
>  src/mesa/drivers/dri/i965/brw_vs.h             |  5 -----
>  3 files changed, 23 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
> index 51b3161..d1fa095 100644
> --- a/src/mesa/drivers/dri/i965/brw_vec4.h
> +++ b/src/mesa/drivers/dri/i965/brw_vec4.h
> @@ -223,9 +223,6 @@ public:
>  
>     int implied_mrf_writes(vec4_instruction *inst);
>  
> -   void emit_vp_sop(enum brw_conditional_mod condmod, dst_reg dst,
> -                    src_reg src0, src_reg src1, src_reg one);
> -
>     vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst,
>                                   src_reg src0, src_reg src1);
>  

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20151003/4e466644/attachment.sig>


More information about the mesa-dev mailing list