i965: Make the CopyImage BLT path bail for stencil images

Graphics / Mesa 3D Graphics Library / Mesa - Kenneth Graunke [whitecape.org] - 25 May 2016 16:17 UTC

The BLT can't handle S8 because it's W-tiled (at least without additional funny business, and I'm not sure we care). Disallow it so it falls back to the CPU path, which works.

2822c8a i965: Make the CopyImage BLT path bail for stencil images.
src/mesa/drivers/dri/i965/intel_copy_image.c | 3 +++
1 file changed, 3 insertions(+)

Upstream: cgit.freedesktop.org


  • Share