Re: [Mesa-dev] [PATCH 1/2] i965: Minor fixes to PBO uploads and downloads.

2015-02-18 Thread Jason Ekstrand
On Wed, Feb 18, 2015 at 5:45 PM, Laura Ekstrand wrote: > Fixes all of the failures in > arb_direct_state_access/gettextureimage-targets > except for GL_TEXTURE_1D_ARRAY PBO. Previously, the miptree for meta pbo > uploads and downloads was not getting initialized correctly. > --- > src/mesa/drive

[Mesa-dev] [PATCH 1/2] i965: Minor fixes to PBO uploads and downloads.

2015-02-18 Thread Laura Ekstrand
Fixes all of the failures in arb_direct_state_access/gettextureimage-targets except for GL_TEXTURE_1D_ARRAY PBO. Previously, the miptree for meta pbo uploads and downloads was not getting initialized correctly. --- src/mesa/drivers/common/meta_tex_subimage.c | 8 ++-- src/mesa/drivers/dri/i9