summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_conv.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-01-12 12:15:24 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-01-12 12:15:24 +0000
commit26c78a4968a3c10ca006699d240150e6aa4b4250 (patch)
treee257f681c833b4418e7c2114372ab6bc3ff768d5 /src/gallium/drivers/llvmpipe/lp_test_conv.c
parent5dfd5ed5e7d23d4ee8572669af2673c3a1315763 (diff)
gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test_conv.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_conv.c b/src/gallium/drivers/llvmpipe/lp_test_conv.c
index 3b48eac382..c1abee424c 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_conv.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_conv.c
@@ -142,7 +142,7 @@ add_conv_test(LLVMModuleRef module,
}
-ALIGN_STACK
+PIPE_ALIGN_STACK
static boolean
test_one(unsigned verbose,
FILE *fp,