summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_blend.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_blend.c
parent5dfd5ed5e7d23d4ee8572669af2673c3a1315763 (diff)
gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test_blend.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_blend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_blend.c b/src/gallium/drivers/llvmpipe/lp_test_blend.c
index 7458ef7544..6c29e8d8ac 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_blend.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_blend.c
@@ -462,7 +462,7 @@ compute_blend_ref(const struct pipe_blend_state *blend,
}
-ALIGN_STACK
+PIPE_ALIGN_STACK
static boolean
test_one(unsigned verbose,
FILE *fp,