diff options
author | Emil Velikov <[email protected]> | 2017-03-07 15:30:45 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:33 +0000 |
commit | b69a03e12aa38ed5d8b60a056630ed445f6097dc (patch) | |
tree | 1cc1c5dbe1ac118b8320f71eaa2d854a26f1207e /src | |
parent | a032002dc93f7c2a1e31b2615ae4bcf81df2c2b1 (diff) |
i965: remove dead brw_new_shader() declaration
Cc: Timothy Arceri <[email protected]>
Fixes: 194537ebe44 ("mesa/glsl/i965: remove Driver.NewShader()")
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_program.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.h b/src/mesa/drivers/dri/i965/brw_program.h index 68cdd2e2f6e..c961c702b0b 100644 --- a/src/mesa/drivers/dri/i965/brw_program.h +++ b/src/mesa/drivers/dri/i965/brw_program.h @@ -80,8 +80,6 @@ bool brw_fs_precompile(struct gl_context *ctx, struct gl_program *prog); bool brw_cs_precompile(struct gl_context *ctx, struct gl_program *prog); GLboolean brw_link_shader(struct gl_context *ctx, struct gl_shader_program *prog); -struct gl_linked_shader *brw_new_shader(gl_shader_stage stage); - void brw_upload_tcs_prog(struct brw_context *brw); void brw_tcs_populate_key(struct brw_context *brw, |