projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a37f5a
)
mesa: remove useless get_uniform_parameter() declaration
author
Samuel Pitoiset
<samuel.pitoiset@gmail.com>
Thu, 11 May 2017 13:34:06 +0000
(15:34 +0200)
committer
Samuel Pitoiset
<samuel.pitoiset@gmail.com>
Thu, 11 May 2017 19:08:24 +0000
(21:08 +0200)
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/main/uniforms.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/uniforms.h
b/src/mesa/main/uniforms.h
index 0656b3a6efdf9027ecbe4157117d9b7f525a0d97..21d857107dd8921ecf87669286833a65837808fb 100644
(file)
--- a/
src/mesa/main/uniforms.h
+++ b/
src/mesa/main/uniforms.h
@@
-470,9
+470,6
@@
_mesa_sampler_uniforms_are_valid(const struct gl_shader_program *shProg,
extern bool
_mesa_sampler_uniforms_pipeline_are_valid(struct gl_pipeline_object *);
-extern const struct gl_program_parameter *
-get_uniform_parameter(struct gl_shader_program *shProg, GLint index);
-
struct gl_builtin_uniform_element {
const char *field;
int tokens[STATE_LENGTH];