commit | f92873be2c7fcb07154282bd0e418a4c88b6507e | [log] [tgz] |
---|---|---|
author | Tom Stellard <thomas.stellard@amd.com> | Thu Jul 12 10:41:39 2012 -0400 |
committer | Tom Stellard <thomas.stellard@amd.com> | Thu Jul 12 13:53:22 2012 -0400 |
tree | 92d0823b2cb2ea70e20bb955f2482fa974c47fd4 | |
parent | 185fc9a5efc85d8eadf14d38399e43efea3388d0 [diff] |
radeon/llvm: Don't use lp_build_swizzle_aos() for swizzles This function assumes that lp_build_context::type is a vector type, which is not true for r600 or radeonsi. This fixes an assertion failure using glamor 2D accel.