diff options
author | Roland Scheidegger <[email protected]> | 2018-02-04 00:32:05 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2018-02-08 04:07:52 +0100 |
commit | 6fd3c395907731baadcf70978cf392c673ebc96f (patch) | |
tree | 2ec59cf194e1a85f95f2e488072e0ee2bf3fe8f3 /src/mesa/program/program.h | |
parent | becc7faae22cee26888e87d0c23c193b86603c5a (diff) |
mesa: (trivial) remove unused ignore_sample_qualifier_parameter
This parameter for _mesa_get_min_incations_per_fragment() was once used
by the intel driver, but it's long gone.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/program/program.h')
-rw-r--r-- | src/mesa/program/program.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/program/program.h b/src/mesa/program/program.h index 376da7b2d41..659385f55b1 100644 --- a/src/mesa/program/program.h +++ b/src/mesa/program/program.h @@ -108,8 +108,7 @@ _mesa_find_free_register(const GLboolean used[], extern GLint _mesa_get_min_invocations_per_fragment(struct gl_context *ctx, - const struct gl_program *prog, - bool ignore_sample_qualifier); + const struct gl_program *prog); static inline GLuint _mesa_program_enum_to_shader_stage(GLenum v) |