projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40ed6a
)
nouveau: major thinko
author
Ben Skeggs
<skeggsb@gmail.com>
Tue, 24 Jun 2008 18:08:17 +0000
(
04:08
+1000)
committer
Ben Skeggs
<skeggsb@gmail.com>
Tue, 24 Jun 2008 18:08:17 +0000
(
04:08
+1000)
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 0e6f55a928be8da9615d5ca6d5a23cf02464d735..678c70e478247180f082a2542045d4a6266d3ea4 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_context.c
+++ b/
src/gallium/auxiliary/draw/draw_context.c
@@
-63,7
+63,7
@@
struct draw_context *draw_create( void )
if (!draw_pt_init( draw ))
goto fail;
-#if
n
def PIPE_ARCH_X86
+#ifdef PIPE_ARCH_X86
if (!draw_vs_init( draw ))
goto fail;
#endif