diff options
author | Ilia Mirkin <[email protected]> | 2015-02-19 20:15:28 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-02-19 20:18:02 -0500 |
commit | f883df74e0f1824607435eb43456263fc48085b8 (patch) | |
tree | 5a65be07ae59ace07feca604fd12f79a48165c99 /src/gallium/drivers/svga | |
parent | c7002fad9062f54f7dfabe25dc14b7fb217e6adc (diff) |
svga: add missing :
Fixes: 924ee3f408 ("gallium: add shader cap for dldexp/dfracexp support")
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga')
-rw-r--r-- | src/gallium/drivers/svga/svga_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c index 2f2ee2ac3d7..c2fb93c7d5b 100644 --- a/src/gallium/drivers/svga/svga_screen.c +++ b/src/gallium/drivers/svga/svga_screen.c @@ -374,7 +374,7 @@ static int svga_get_shader_param(struct pipe_screen *screen, unsigned shader, en return PIPE_SHADER_IR_TGSI; case PIPE_SHADER_CAP_DOUBLES: case PIPE_SHADER_CAP_TGSI_DROUND_SUPPORTED: - case PIPE_SHADER_CAP_TGSI_DFRACEXP_DLDEXP_SUPPORTED + case PIPE_SHADER_CAP_TGSI_DFRACEXP_DLDEXP_SUPPORTED: return 0; } /* If we get here, we failed to handle a cap above */ |