mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 23:50:11 +01:00
llvmpipe: Test only present functionality to allow regression testing.
This commit is contained in:
parent
c67570ba85
commit
539c55da16
1 changed files with 7 additions and 0 deletions
|
|
@ -343,6 +343,7 @@ const union lp_type conv_types[] = {
|
|||
{{ TRUE, FALSE, FALSE, TRUE, 32, 4 }},
|
||||
{{ TRUE, FALSE, FALSE, FALSE, 32, 4 }},
|
||||
|
||||
#if 0
|
||||
{{ FALSE, FALSE, TRUE, TRUE, 32, 4 }},
|
||||
{{ FALSE, FALSE, TRUE, FALSE, 32, 4 }},
|
||||
{{ FALSE, FALSE, FALSE, TRUE, 32, 4 }},
|
||||
|
|
@ -357,6 +358,12 @@ const union lp_type conv_types[] = {
|
|||
{{ FALSE, FALSE, TRUE, FALSE, 8, 16 }},
|
||||
{{ FALSE, FALSE, FALSE, TRUE, 8, 16 }},
|
||||
{{ FALSE, FALSE, FALSE, FALSE, 8, 16 }},
|
||||
#else
|
||||
{{ FALSE, FALSE, TRUE, FALSE, 32, 4 }},
|
||||
{{ FALSE, FALSE, TRUE, FALSE, 16, 8 }},
|
||||
{{ FALSE, FALSE, FALSE, FALSE, 8, 16 }},
|
||||
{{ FALSE, FALSE, FALSE, TRUE, 8, 16 }},
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue