Revert "gallium/radeon: re-enable unsafe math for graphics shaders"

This reverts commit 8559f6ce62.

It causes hangs in DOTA 2 Reborn.
This commit is contained in:
Marek Olšák
2015-08-01 00:51:00 +02:00
parent a40179f47b
commit 5d29eaef85

View File

@@ -82,10 +82,6 @@ void radeon_llvm_shader_type(LLVMValueRef F, unsigned type)
sprintf(Str, "%1d", llvm_type);
LLVMAddTargetDependentFunctionAttr(F, "ShaderType", Str);
if (type != TGSI_PROCESSOR_COMPUTE) {
LLVMAddTargetDependentFunctionAttr(F, "unsafe-fp-math", "true");
}
}
static void init_r600_target()