From 4eb3225b38ce12cb34ab3d90804c9683bd7b4ed3 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 8 Nov 2011 00:10:47 +0000 Subject: Remove tgsi_sse2. tgsi_exec is simple. llvm is fast. tgsi_sse2 ends up being neither. --- src/gallium/drivers/softpipe/sp_fs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gallium/drivers/softpipe/sp_fs.h') diff --git a/src/gallium/drivers/softpipe/sp_fs.h b/src/gallium/drivers/softpipe/sp_fs.h index d46d7d5a657..db689b82bd5 100644 --- a/src/gallium/drivers/softpipe/sp_fs.h +++ b/src/gallium/drivers/softpipe/sp_fs.h @@ -36,10 +36,6 @@ struct sp_fragment_shader_variant * softpipe_create_fs_variant_exec(struct softpipe_context *softpipe, const struct pipe_shader_state *templ); -struct sp_fragment_shader_variant * -softpipe_create_fs_variant_sse(struct softpipe_context *softpipe, - const struct pipe_shader_state *templ); - struct tgsi_interp_coef; struct tgsi_exec_vector; -- cgit v1.2.3