projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82305f7
)
mesa: remove unused function declaration
author
Timothy Arceri
<t_arceri@yahoo.com.au>
Fri, 29 May 2015 11:47:53 +0000
(21:47 +1000)
committer
Timothy Arceri
<t_arceri@yahoo.com.au>
Fri, 29 May 2015 21:24:02 +0000
(07:24 +1000)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/uniforms.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/uniforms.h
b/src/mesa/main/uniforms.h
index 55fa2357e38033d0813a3632bda75384753671c9..bd7b05e207afb021d99f3352108dfb02efaf4f3e 100644
(file)
--- a/
src/mesa/main/uniforms.h
+++ b/
src/mesa/main/uniforms.h
@@
-343,10
+343,6
@@
void GLAPIENTRY
_mesa_ProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count,
GLboolean transpose, const GLdouble *value);
-long
-_mesa_parse_program_resource_name(const GLchar *name,
- const GLchar **out_base_name_end);
-
unsigned
_mesa_get_uniform_location(struct gl_shader_program *shProg,
const GLchar *name, unsigned *offset);