mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
virgl: set no_integers
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30934>
This commit is contained in:
parent
a52f606647
commit
0c81a29db6
1 changed files with 1 additions and 0 deletions
|
|
@ -1227,6 +1227,7 @@ virgl_create_screen(struct virgl_winsys *vws, const struct pipe_screen_config *c
|
|||
screen->compiler_options.lower_ffloor = true;
|
||||
screen->compiler_options.lower_fneg = true;
|
||||
}
|
||||
screen->compiler_options.no_integers = screen->caps.caps.v1.glsl_level < 130;
|
||||
screen->compiler_options.lower_ffma32 = true;
|
||||
screen->compiler_options.fuse_ffma32 = false;
|
||||
screen->compiler_options.lower_ldexp = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue