gallium: Fix llvmpipe on big-endian machines
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_format_yuv.c
index e542abce0ccbac45b69e709f1f952d3307b3f75f..873f354c040ee62843808bd0f1d5715df016c264 100644 (file)
@@ -497,7 +497,7 @@ lp_build_fetch_subsampled_rgba_aos(struct gallivm_state *gallivm,
    assert(format_desc->block.width == 2);
    assert(format_desc->block.height == 1);
 
-   packed = lp_build_gather(gallivm, n, 32, 32, base_ptr, offset);
+   packed = lp_build_gather(gallivm, n, 32, 32, base_ptr, offset, FALSE);
 
    (void)j;