Re: [Mesa-dev] [PATCH] drisw: fix image stride calculation for 16-bit.

2012-03-22 Thread Brian Paul
On 03/22/2012 05:56 AM, Dave Airlie wrote: If you ran g-s in 16-bpp we'd do a bunch of memory corruption. now it just misrenders for some other reasons. applies to stable. Signed-off-by: Dave Airlie --- src/gallium/state_trackers/dri/sw/drisw.c |3 ++- 1 file changed, 2 insertions(+), 1

[Mesa-dev] [PATCH] drisw: fix image stride calculation for 16-bit.

2012-03-22 Thread Dave Airlie
If you ran g-s in 16-bpp we'd do a bunch of memory corruption. now it just misrenders for some other reasons. applies to stable. Signed-off-by: Dave Airlie --- src/gallium/state_trackers/dri/sw/drisw.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/state_t