Re: [Mesa-dev] [PATCH] android: fix stride to be bytes instead of pixels

2013-01-27 Thread Tapani Pälli
On 01/25/2013 07:49 PM, Eric Anholt wrote: Tapani Pälli writes: commit 60894edeef973e86a73067276f658b72f84271b6 changed the way dri2 buffer pitch is interpreted in intel driver createImageFromName implementation, caller must set pitch in bytes, not pixels. Oops, I didn't mean to change behavi

Re: [Mesa-dev] [PATCH] android: fix stride to be bytes instead of pixels

2013-01-25 Thread Eric Anholt
Tapani Pälli writes: > commit 60894edeef973e86a73067276f658b72f84271b6 changed the way dri2 > buffer pitch is interpreted in intel driver createImageFromName > implementation, caller must set pitch in bytes, not pixels. Oops, I didn't mean to change behavior of the interface. It looks like dri2

[Mesa-dev] [PATCH] android: fix stride to be bytes instead of pixels

2013-01-23 Thread Tapani Pälli
commit 60894edeef973e86a73067276f658b72f84271b6 changed the way dri2 buffer pitch is interpreted in intel driver createImageFromName implementation, caller must set pitch in bytes, not pixels. Signed-off-by: Tapani Pälli --- src/egl/drivers/dri2/platform_android.c | 2 +- 1 file changed, 1 inser