Files
weston/src
Derek Foreman 8743047112 compositor-drm: fix cursor size test in drm_assign_planes
In commit 70d337dfd we changed one cursor size test from a hard coded 64,64
to the actual device provided width, height.

The test in drm_assign_planes remained fixed at 64, 64.

The simple-shm test ended up being small enough to fit into a cursor plane
by one test, but too large by the test in drm_assign_planes.  We'd assign
to the cursor plane but not keep a reference.

weston-simple-shm would disappear and be replaced with the previous
cursor image.

This partially "fixes" T3361.

Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
2015-10-15 10:36:18 -05:00
..
2015-09-24 13:37:40 -07:00
2015-06-06 12:39:51 -07:00
2013-12-02 11:36:29 -08:00
2015-10-09 11:17:41 -05:00