mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
mesa/program: remove dead function declarations
Dead since5e9aa9926b(2011) - _mesa_ir_compile_shader69e07bdeb4(2009) - _mesa_get_program_register Cc: Kenneth Graunke <kenneth@whitecape.org> Cc: Brian Paul <brianp@vmware.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
5d294d9fa3
commit
b92ecdcc79
2 changed files with 0 additions and 5 deletions
|
|
@ -34,7 +34,6 @@ struct gl_shader;
|
|||
struct gl_shader_program;
|
||||
|
||||
void _mesa_glsl_link_shader(struct gl_context *ctx, struct gl_shader_program *prog);
|
||||
GLboolean _mesa_ir_compile_shader(struct gl_context *ctx, struct gl_shader *shader);
|
||||
GLboolean _mesa_ir_link_shader(struct gl_context *ctx, struct gl_shader_program *prog);
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -78,10 +78,6 @@ struct gl_program_machine
|
|||
};
|
||||
|
||||
|
||||
extern void
|
||||
_mesa_get_program_register(struct gl_context *ctx, gl_register_file file,
|
||||
GLuint index, GLfloat val[4]);
|
||||
|
||||
extern GLboolean
|
||||
_mesa_execute_program(struct gl_context *ctx,
|
||||
const struct gl_program *program,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue