commit | fb23df7b35fb8d4a045ca3a7d1cd85940c447b79 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Thu Oct 16 10:55:21 2014 -0500 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Mar 11 12:25:22 2015 +0200 |
tree | 02580c1adf724534d237bc49aaee11b036bbcb90 | |
parent | 98087084065e2d14621f23b7c63ace0e869477b6 [diff] |
Use pixel coordinates for weston_output.matrix Previously, weston_output.matrix was in GL coordinates and therefore only really useful for the GL backend. This breaks zoom, which will be fixed by the following patch: zoom: Use pixels instead of GL coordinates [Pekka: added a comment to compositor.h, message] Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-By: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>