From: Dave Airlie Date: Thu, 14 Aug 2014 08:40:41 +0000 (+1000) Subject: softpipe/tgsi: expose doubles for softpipe. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e82817247810d2aff29d8e3e9c633520924fd4a;p=mesa.git softpipe/tgsi: expose doubles for softpipe. Reviewed-by: Ilia Mirkin Signed-off-by: Dave Airlie --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.h b/src/gallium/auxiliary/tgsi/tgsi_exec.h index cc5a9160c5c..256cf725dbc 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.h +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.h @@ -456,7 +456,7 @@ tgsi_exec_get_shader_param(enum pipe_shader_cap param) case PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED: return 1; case PIPE_SHADER_CAP_DOUBLES: - return 0; + return 1; } /* if we get here, we missed a shader cap above (and should have seen * a compiler warning.)