softpipe/tgsi: expose doubles for softpipe.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2014-08-14 18:40:41 +10:00 committed by Dave Airlie
parent fa43e0443e
commit 0e82817247
1 changed files with 1 additions and 1 deletions

View File

@ -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.)