On Wed, 4 May 2016 17:45:33 -0700
Bryce Harrington <br...@osg.samsung.com> wrote:

> On Tue, Apr 26, 2016 at 03:50:59PM +0300, Pekka Paalanen wrote:
> > From: Pekka Paalanen <pekka.paala...@collabora.co.uk>
> > 
> > There were two copies of code applying transform and scale to size.
> > Refactor the code to use just one copy in a new function.
> > 
> > Signed-off-by: Pekka Paalanen <pekka.paala...@collabora.co.uk>  
> 
> Nice refactoring.  I would probably use error returns rather than
> asserts, but that's probably down to personal preference and anyway I'm
> not sure how the error situation should be handled better than
> termination.  Presumably invalid scale and transforms never happen in
> practice anyway, so assert may be the better choice.

Yes, at this point in code, if scale or transform are invalid, it is an
internal bug in weston. Old code would have gladly divided by zero.

> Reviewed-by: Bryce Harrington <br...@osg.samsung.com>
> 
> Weston patches 6 and 7 would be fine to land now pre-beta; they don't
> depend on the protocol changes and are straightforward refactors.

Both pushed:
   2f78301..59987fa  master -> master


Thanks,
pq

Attachment: pgp7FfcK4Z8T3.pgp
Description: OpenPGP digital signature

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to