[Mesa-dev] [PATCH 1/4] common: Correct texture initialization in create_texture_for_pbo.

2015-02-20 Thread Laura Ekstrand
Solves bugs related to the driver not setting up the texture miptree correctly, leading to faulty PBO uploads and downloads. --- src/mesa/drivers/common/meta_tex_subimage.c | 13 + src/mesa/drivers/dri/i965/intel_tex.c | 3 ++- src/mesa/main/dd.h | 1 +

Re: [Mesa-dev] [PATCH 1/4] common: Correct texture initialization in create_texture_for_pbo.

2015-02-20 Thread Jason Ekstrand
On Fri, Feb 20, 2015 at 4:30 PM, Laura Ekstrand wrote: > Solves bugs related to the driver not setting up the texture miptree > correctly, leading to faulty PBO uploads and downloads. > --- > src/mesa/drivers/common/meta_tex_subimage.c | 13 + > src/mesa/drivers/dri/i965/intel_tex.c

Re: [Mesa-dev] [PATCH 1/4] common: Correct texture initialization in create_texture_for_pbo.

2015-02-23 Thread Kenneth Graunke
On Friday, February 20, 2015 01:30:53 PM Laura Ekstrand wrote: > Solves bugs related to the driver not setting up the texture miptree > correctly, leading to faulty PBO uploads and downloads. > --- > src/mesa/drivers/common/meta_tex_subimage.c | 13 + > src/mesa/drivers/dri/i965/intel_