summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_pack.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-07-28 08:47:35 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:20 +0100
commitb060771612343e60ea61ed4503cad9f38c76912b (patch)
treeb73fb021e9410cc4582bf25a564d56e1e4efc5f3 /src/gallium/drivers/llvmpipe/lp_bld_pack.c
parent42b15b26fd946c9511bd4bd5f23ec7e76e15507c (diff)
llvmpipe: Adjust for pixel layout changes.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_pack.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_pack.c b/src/gallium/drivers/llvmpipe/lp_bld_pack.c
index 690d1cc2e2..2383a07d72 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_pack.c
+++ b/src/gallium/drivers/llvmpipe/lp_bld_pack.c
@@ -45,7 +45,7 @@ lp_build_pack_rgba(LLVMBuilderRef builder,
desc = util_format_description(format);
- assert(desc->layout == UTIL_FORMAT_LAYOUT_RGBA);
+ assert(desc->layout == UTIL_FORMAT_LAYOUT_ARITH);
assert(desc->block.width == 1);
assert(desc->block.height == 1);