diff options
author | Ian Romanick <[email protected]> | 2015-09-02 14:02:18 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-09-10 20:29:50 -0700 |
commit | 094877f9d23169b1d209fb0c97f9b6d4679842d9 (patch) | |
tree | b6fbbb741a3646e8b1bd2553fcb32341437fa9da /.gitattributes | |
parent | 38e412d548273382c1e56192d6d0a0fd8d08b3c0 (diff) |
i965: Silence unused parameter warnings in intel_mipmap_tree.c
The target parameter of compute_msaa_layout appears to be unused since
83b83fb when support for CMS textures was added for Gen7.
The brw parameter of intel_get_non_msrt_mcs_alignment appears to be
unused since e92fbdc when the GEN check (along with the "can we fast
clear" decision) was moved to a different function.
intel_mipmap_tree.c: In function 'compute_msaa_layout':
intel_mipmap_tree.c:62:73: warning: unused parameter 'target' [-Wunused-parameter]
compute_msaa_layout(struct brw_context *brw, mesa_format format, GLenum target,
^
intel_mipmap_tree.c: In function 'intel_get_non_msrt_mcs_alignment':
intel_mipmap_tree.c:143:54: warning: unused parameter 'brw' [-Wunused-parameter]
intel_get_non_msrt_mcs_alignment(struct brw_context *brw,
^
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Cc: Ben Widawsky <[email protected]>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions