Paul Berry <stereotype...@gmail.com> writes: > Blorp and the hardware blitter can't be used to implement > CopyTexSubImage when the image type is 1D_ARRAY, because of a > coordinate system mismatch (the Y coordinate in the source image is > supposed to be matched up to the Z coordinate in the destination > texture). > > The hardware blitter path (intel_copy_texsubimage) contained a perf > debug warning for this case, but it failed to actually fall back. The > blorp path didn't even check. > > Fixes piglit test "copyteximage 1D_ARRAY".
I have a patch locally that fixed this within blorp, but I think I actually want to just change the driver interface so that Mesa core drives multi-slice copyteximages and the driver just gets a layer field for which one it's supposed to do. So I'm fine with this patch for the moment, since it will take a couple of days to do the core change. Reviewed-by: Eric Anholt <e...@anholt.net>
pgpBR9MGcN1RM.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev