summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2014-08-14 18:40:41 +1000
committerDave Airlie <airlied@redhat.com>2015-02-20 08:52:11 +1000
commit0e82817247810d2aff29d8e3e9c633520924fd4a (patch)
tree049c282e636dab3950818ec9b1cdbefe18760536 /src/gallium/auxiliary/tgsi/tgsi_exec.h
parentfa43e0443e206740e219d45abefee65bdb2c3ecb (diff)
downloadexternal_mesa3d-0e82817247810d2aff29d8e3e9c633520924fd4a.zip
external_mesa3d-0e82817247810d2aff29d8e3e9c633520924fd4a.tar.gz
external_mesa3d-0e82817247810d2aff29d8e3e9c633520924fd4a.tar.bz2
softpipe/tgsi: expose doubles for softpipe.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_exec.h')
-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 cc5a916..256cf72 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.)