diff options
author | Brian Paul <[email protected]> | 2014-10-30 19:11:54 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-10-31 15:29:59 -0600 |
commit | e3ecb8206ac4cd50bbcd27fafa578a11b0b9f11a (patch) | |
tree | 853475b46956ed7a6de870fb506678e9ccce67d8 /src/gallium/drivers/softpipe/sp_fs.h | |
parent | 2b9e63823f960ce632ba4b0bbc76ddf3de43404e (diff) |
softpipe: remove unused softpipe_create_fs_variant_exec() parameter
Reviewed-by: Charmaine Lee <[email protected]>
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_fs.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_fs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_fs.h b/src/gallium/drivers/softpipe/sp_fs.h index 5e4f1a1c0b6..4fac9b4aaaf 100644 --- a/src/gallium/drivers/softpipe/sp_fs.h +++ b/src/gallium/drivers/softpipe/sp_fs.h @@ -33,8 +33,7 @@ struct sp_fragment_shader_variant * -softpipe_create_fs_variant_exec(struct softpipe_context *softpipe, - const struct pipe_shader_state *templ); +softpipe_create_fs_variant_exec(struct softpipe_context *softpipe); struct tgsi_interp_coef; |