Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dave Airlie
mesa
Commits
984266b7
Commit
984266b7
authored
Oct 09, 2020
by
Dave Airlie
Committed by
Dave Airlie
Nov 22, 2022
Browse files
gallivm: drop lower_ffma32 let the backend handle it.
This makes a bunch of CL tests execute a lot faster.
parent
90df5c3b
Pipeline
#744035
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/gallium/drivers/llvmpipe/lp_screen.c
View file @
984266b7
...
...
@@ -598,7 +598,6 @@ static const struct nir_shader_compiler_options gallivm_nir_options = {
.
lower_fdot
=
true
,
.
lower_fdph
=
true
,
.
lower_ffma16
=
true
,
.
lower_ffma32
=
true
,
.
lower_ffma64
=
true
,
.
lower_flrp16
=
true
,
.
lower_fmod
=
true
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment