summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c
index b439bc4059..41a4cba1dd 100644
--- a/src/gallium/auxiliary/draw/draw_context.c
+++ b/src/gallium/auxiliary/draw/draw_context.c
@@ -64,10 +64,8 @@ struct draw_context *draw_create( void )
if (!draw_pt_init( draw ))
goto fail;
-#ifdef PIPE_ARCH_X86
if (!draw_vs_init( draw ))
goto fail;
-#endif
return draw;