This is a more robust set of patches to fix Meta PBO texture uploads and
downloads.  This fixes bugs related to array PBOs that were found using the
new set of getteximage-targets tests.

Laura Ekstrand (4):
  common: Correct texture initialization in create_texture_for_pbo.
  common: Correct PBO 2D_ARRAY handling.
  common: Fix PBOs for 1D_ARRAY.
  i965: Force miptrees for BOs to have all slices in each lod.

 src/mesa/drivers/common/meta_tex_subimage.c   | 77 ++++++++++++++++-----------
 src/mesa/drivers/dri/i965/intel_mipmap_tree.c |  2 +-
 src/mesa/drivers/dri/i965/intel_tex.c         |  3 +-
 src/mesa/main/dd.h                            |  1 +
 4 files changed, 50 insertions(+), 33 deletions(-)

-- 
2.1.0

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

Reply via email to