Module Name: xsrc Committed By: mrg Date: Tue Sep 5 18:26:12 UTC 2023
Modified Files: xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50: nv50_query_hw_metric.c Log Message: adjust the prototype for sm11_hw_metric_calc_result() to reality. it used to say res64[8] but was passed a res64[4], and only accessed the first 4 elements anyway. already fixed the same in newer Mesa. fixes GCC 12 warning. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.