Module Name: xsrc Committed By: mrg Date: Sun Sep 5 03:57:27 UTC 2021
Modified Files: xsrc/external/mit/MesaLib.old/dist/src/amd/common: ac_llvm_util.c xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi: si_pipe.c Log Message: avoid xnack, and -fp32-denormals, and +fp64-denormals options for amdgpu / radeonsi driver. these options don't work with llvm 13, and generate warnings for all GL apps. mesa 21 has entirely different code here. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/MesaLib.old/dist/src/amd/common/ac_llvm_util.c cvs rdiff -u -r1.1.1.2 -r1.2 \ xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/si_pipe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.