mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
gallium: Allow draw module to work on non-x86 platforms again.
This commit is contained in:
parent
d16fcd07f8
commit
cc31eecbcb
1 changed files with 2 additions and 0 deletions
|
|
@ -160,8 +160,10 @@ draw_vs_init( struct draw_context *draw )
|
|||
return FALSE;
|
||||
|
||||
draw->vs.aos_machine = draw_vs_aos_machine();
|
||||
#ifdef PIPE_ARCH_X86
|
||||
if (!draw->vs.aos_machine)
|
||||
return FALSE;
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue