[Mesa-dev] [PATCH 0/4] v2: Fix PBO uploads/downloads.

Laura Ekstrand laura at jlekstrand.net
Fri Feb 20 13:30:52 PST 2015


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



More information about the mesa-dev mailing list