Re: [PATCH weston 0/8] wl_viewport enhancements

2014-04-01 Thread Pekka Paalanen
On Tue, 1 Apr 2014 16:11:20 -0700 Kristian Høgsberg wrote: > On Fri, Mar 14, 2014 at 02:38:10PM +0200, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Hi, > > > > this series replaces the first 5 patches from > > http://lists.freedesktop.org/archives/wayland-devel/2014-March/013580.html

Re: [PATCH weston 0/8] wl_viewport enhancements

2014-04-01 Thread Kristian Høgsberg
On Fri, Mar 14, 2014 at 02:38:10PM +0200, Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi, > > this series replaces the first 5 patches from > http://lists.freedesktop.org/archives/wayland-devel/2014-March/013580.html > > Compared to the old series, this series carries the same 5 patches >

Re: [PATCH weston 0/8] wl_viewport enhancements

2014-03-20 Thread Jason Ekstrand
On Thu, Mar 20, 2014 at 8:04 AM, Pekka Paalanen wrote: > On Thu, 20 Mar 2014 07:22:33 -0500 > Jason Ekstrand wrote: > > > Hi Pekka, > > I've been meaning to get around to this one. Sorry it took me so long. > > Hi Jason, > > no worries. > > > On Mar 20, 2014 2:46 AM, "Pekka Paalanen" < > pekka.

Re: [PATCH weston 0/8] wl_viewport enhancements

2014-03-20 Thread Bill Spitzak
Pekka Paalanen wrote: The sampling really goes into hair-splitting. It depends on how you interpret a texel image; is each pixel a solid-colored tile, or does the color vary smoothly from texel to the next. Then you have the source rectangle, which is divided into dst_width x dst_height pixels (

Re: [PATCH weston 0/8] wl_viewport enhancements

2014-03-20 Thread Pekka Paalanen
On Thu, 20 Mar 2014 07:22:33 -0500 Jason Ekstrand wrote: > Hi Pekka, > I've been meaning to get around to this one. Sorry it took me so long. Hi Jason, no worries. > On Mar 20, 2014 2:46 AM, "Pekka Paalanen" > wrote: > > > > On Fri, 14 Mar 2014 14:38:10 +0200 > > Pekka Paalanen wrote: > > >

Re: [PATCH weston 0/8] wl_viewport enhancements

2014-03-20 Thread Jason Ekstrand
Hi Pekka, I've been meaning to get around to this one. Sorry it took me so long. On Mar 20, 2014 2:46 AM, "Pekka Paalanen" wrote: > > On Fri, 14 Mar 2014 14:38:10 +0200 > Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > Hi, > > > > this series replaces the first 5 patches from > > http:

Re: [PATCH weston 0/8] wl_viewport enhancements

2014-03-20 Thread Pekka Paalanen
On Fri, 14 Mar 2014 14:38:10 +0200 Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi, > > this series replaces the first 5 patches from > http://lists.freedesktop.org/archives/wayland-devel/2014-March/013580.html > > Compared to the old series, this series carries the same 5 patches > rebas

[PATCH weston 0/8] wl_viewport enhancements

2014-03-14 Thread Pekka Paalanen
From: Pekka Paalanen Hi, this series replaces the first 5 patches from http://lists.freedesktop.org/archives/wayland-devel/2014-March/013580.html Compared to the old series, this series carries the same 5 patches rebased on top of the current master branch. It adds a tiny fix (patch 4). The bi