mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 11:20:20 +01:00
svga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED switch cases
To silence unhandled switch case warnings.
This commit is contained in:
parent
7692704b14
commit
71b155a2cb
1 changed files with 2 additions and 0 deletions
|
|
@ -429,6 +429,8 @@ static int svga_get_shader_param(struct pipe_screen *screen, unsigned shader, en
|
|||
case PIPE_SHADER_CAP_PREFERRED_IR:
|
||||
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:
|
||||
return 0;
|
||||
}
|
||||
/* If we get here, we failed to handle a cap above */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue