diff options
author | Paul Berry <[email protected]> | 2013-06-02 16:25:03 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2013-06-04 09:14:44 -0700 |
commit | 2fd785d12602103a1c05fd52903bdb4ffefadaad (patch) | |
tree | 8527db4c16f5ebfa7aef58d839ff0461fcf1fcc2 /src/mesa/program/program_parser.h | |
parent | 32d1f423bccb1ad7199f072d4ac09ed88b693b1f (diff) |
intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).
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".
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/program/program_parser.h')
0 files changed, 0 insertions, 0 deletions