Re: [Mesa-dev] [PATCH 1/6] r600g: kill off the fallback for crazy src_offset values

2012-04-02 Thread Alex Deucher
On Mon, Apr 2, 2012 at 11:10 AM, Marek Olšák wrote: > st/mesa doesn't allow src_offset to be greater than stride and the maximum > stride r600 supports is 2047. For 5/6, IIRC, in the early days of r600g there were some issues with the ordering of the flushes since the ddx flushes after for dst ca

[Mesa-dev] [PATCH 1/6] r600g: kill off the fallback for crazy src_offset values

2012-04-02 Thread Marek Olšák
st/mesa doesn't allow src_offset to be greater than stride and the maximum stride r600 supports is 2047. --- src/gallium/drivers/r600/r600_asm.c | 24 +-- src/gallium/drivers/r600/r600_pipe.h |5 --- src/gallium/drivers/r600/r600_state_common.c | 39 ++-