commit | effef73926f3e6a503c485a425ac5b450f29c186 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Aug 20 10:35:26 2014 +0300 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Aug 20 11:51:27 2014 +0300 |
tree | fa14a03b97d57812603e7157bf591d78e8ec7e2c | |
parent | a64a475ede0a0114cff313acaa9e63a8fb180cfd [diff] |
cliptest: sync calculate_edges with master copy The master copy of calculate_edges() lives nowadays in gl-renderer.c. Copy it verbatim from gl-renderer.c into cliptest.c. Update cliptest.c for the following changes that happened in Weston core, vertex.clipping.c, and gl-renderer.c: - replace GLfloat with float - introduction of weston_view, here replacing weston_surface - API change of weston_view_to_global_float Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>