projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e658950
)
nouveau: remove previous hack around x86_64 breakage
author
Ben Skeggs
<skeggsb@gmail.com>
Mon, 10 Nov 2008 05:33:31 +0000
(16:33 +1100)
committer
Ben Skeggs
<skeggsb@gmail.com>
Mon, 10 Nov 2008 05:33:31 +0000
(16:33 +1100)
This hack now causes breakage *doh*. :)
src/gallium/auxiliary/draw/draw_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_context.c
b/src/gallium/auxiliary/draw/draw_context.c
index
b439bc4
..
41a4cba
100644
(file)
--- 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;