mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
svga: add missing :
Fixes: 924ee3f408 ("gallium: add shader cap for dldexp/dfracexp support")
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
c7002fad90
commit
f883df74e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue