summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2014-08-14 18:40:41 +1000
committerTopi Pohjolainen <topi.pohjolainen@intel.com>2014-11-11 11:15:01 +0200
commitcbf4ff5e8a841209b122f572e65832e32b908638 (patch)
tree275665bcacf9bff74d535a9dcf316b0b54876577
parentf6d2198ecb3cb05188784ba45a8f7ac57175810e (diff)
tgsi: expose doubles for softpipe.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.h b/src/gallium/auxiliary/tgsi/tgsi_exec.h
index cc5a9160c5..256cf725db 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.)