diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-01-12 12:15:24 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-01-12 12:15:24 +0000 |
commit | 26c78a4968a3c10ca006699d240150e6aa4b4250 (patch) | |
tree | e257f681c833b4418e7c2114372ab6bc3ff768d5 /src/gallium/drivers/llvmpipe/lp_test_blend.c | |
parent | 5dfd5ed5e7d23d4ee8572669af2673c3a1315763 (diff) | |
download | external_mesa3d-26c78a4968a3c10ca006699d240150e6aa4b4250.zip external_mesa3d-26c78a4968a3c10ca006699d240150e6aa4b4250.tar.gz external_mesa3d-26c78a4968a3c10ca006699d240150e6aa4b4250.tar.bz2 |
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.c | 2 |
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 7458ef7..6c29e8d 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, |