[Mesa-dev] [PATCH 09/17] i965: remove dead brw_new_shader() declaration

Emil Velikov emil.l.velikov at gmail.com
Wed Mar 8 17:16:00 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Cc: Timothy Arceri <tarceri at itsqueeze.com>
Fixes: 194537ebe44 ("mesa/glsl/i965: remove Driver.NewShader()")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 src/mesa/drivers/dri/i965/brw_program.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_program.h b/src/mesa/drivers/dri/i965/brw_program.h
index 68cdd2e2f6..c961c702b0 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,
-- 
2.11.1



More information about the mesa-dev mailing list