[Mesa-dev] [PATCH] intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage case

Neil Roberts neil at linux.intel.com
Fri Oct 5 03:38:21 PDT 2012


Rob Bradford <rob at robster.org.uk> writes:

> +       packing->RowLength != width)

I wonder if this is a bit overzealous and we should change it to accept
packing->RowLength==0 as well. Setting the row length to zero is
equivalent to setting it to the width of the data. It could be that
Chrome leaves it at zero and in that case we'd have broken the
optimisation.

Regards,
- Neil


More information about the mesa-dev mailing list