summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_program.c
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2014-10-20 15:26:42 -0700
committerIan Romanick <[email protected]>2014-10-24 19:54:39 -0700
commita2dc16ed81e053eea9d74a6c0105ef1e4e3e0428 (patch)
tree0e2a7fa59f94faffb430b58a46be25356dcb5510 /src/mesa/drivers/dri/i965/brw_program.c
parent9cdf2f78fc123b9bfd2ff23f6d5cd4e834596c2b (diff)
i965: Remove brw_new_shader_program
It was identical to the default implementation in _mesa_new_shader_program. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_program.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c
index b37da4ead62..e56ece0b3a8 100644
--- a/src/mesa/drivers/dri/i965/brw_program.c
+++ b/src/mesa/drivers/dri/i965/brw_program.c
@@ -237,7 +237,6 @@ void brwInitFragProgFuncs( struct dd_function_table *functions )
functions->ProgramStringNotify = brwProgramStringNotify;
functions->NewShader = brw_new_shader;
- functions->NewShaderProgram = brw_new_shader_program;
functions->LinkShader = brw_link_shader;
}