Re: [Mesa-dev] [PATCH 05/12] i965/blorp: store x and y offsets in brw_blorp_mip_info.

2012-09-10 Thread Paul Berry
On 7 September 2012 09:32, Eric Anholt wrote: > Paul Berry writes: > > > Currently, gen{6,7}_blorp_emit_surface_state assumes that the src and > > dst surfaces are mapped to miplevel 0 and layer 0 (thus no surface > > offset is required). This is a bug, since the user might try to blit > > to a

Re: [Mesa-dev] [PATCH 05/12] i965/blorp: store x and y offsets in brw_blorp_mip_info.

2012-09-07 Thread Eric Anholt
Paul Berry writes: > Currently, gen{6,7}_blorp_emit_surface_state assumes that the src and > dst surfaces are mapped to miplevel 0 and layer 0 (thus no surface > offset is required). This is a bug, since the user might try to blit > to and from levels/layers other than 0. > diff --git a/src/mes

[Mesa-dev] [PATCH 05/12] i965/blorp: store x and y offsets in brw_blorp_mip_info.

2012-09-05 Thread Paul Berry
Currently, gen{6,7}_blorp_emit_surface_state assumes that the src and dst surfaces are mapped to miplevel 0 and layer 0 (thus no surface offset is required). This is a bug, since the user might try to blit to and from levels/layers other than 0. To fix this bug, it will not be sufficient to have