diff options
author | Eric Anholt <[email protected]> | 2015-02-19 23:34:37 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-02-19 23:35:13 -0800 |
commit | 96f6efc561dff8a6a1d57c784239b7cb8ecf1d3e (patch) | |
tree | b6c5fc1bae3198571da13fc97ae305de35cafda9 /src | |
parent | e0137fd6f720e4977466b1760ac02a72c5abceb8 (diff) |
vc4: Shut up runtime warnings about new pipe caps.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_screen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_screen.c b/src/gallium/drivers/vc4/vc4_screen.c index 74643512b9c..7c628470ea8 100644 --- a/src/gallium/drivers/vc4/vc4_screen.c +++ b/src/gallium/drivers/vc4/vc4_screen.c @@ -317,6 +317,8 @@ vc4_screen_get_shader_param(struct pipe_screen *pscreen, unsigned shader, case PIPE_SHADER_CAP_INTEGERS: return 1; case PIPE_SHADER_CAP_DOUBLES: + case PIPE_SHADER_CAP_TGSI_DROUND_SUPPORTED: + case PIPE_SHADER_CAP_TGSI_DFRACEXP_DLDEXP_SUPPORTED: return 0; case PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS: case PIPE_SHADER_CAP_MAX_SAMPLER_VIEWS: |