On Wednesday, May 24, 2017 1:04:58 PM PDT Matt Turner wrote:
> ---
>  src/mesa/drivers/dri/i965/intel_tex_subimage.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/intel_tex_subimage.c 
> b/src/mesa/drivers/dri/i965/intel_tex_subimage.c
> index 7acb3d3..2aead41 100644
> --- a/src/mesa/drivers/dri/i965/intel_tex_subimage.c
> +++ b/src/mesa/drivers/dri/i965/intel_tex_subimage.c
> @@ -98,8 +98,7 @@ intel_texsubimage_tiled_memcpy(struct gl_context * ctx,
>      * with _mesa_image_row_stride. However, before removing the restrictions
>      * we need tests.
>      */
> -   if (!brw->has_llc ||
> -       !(type == GL_UNSIGNED_BYTE || type == GL_UNSIGNED_INT_8_8_8_8_REV) ||
> +   if (!(type == GL_UNSIGNED_BYTE || type == GL_UNSIGNED_INT_8_8_8_8_REV) ||
>         !(texImage->TexObject->Target == GL_TEXTURE_2D ||
>           texImage->TexObject->Target == GL_TEXTURE_RECTANGLE) ||
>         pixels == NULL ||
> 

Sounds like we should hold off on this, based on Chris's comments.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to