Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-30 | vector: add a basic circle testdevs/cedric/efl-1.15 | Yakov Goldberg | |
Separate test for circle was added because results are quite different for shapes/backends For Cairo backend: rect == 0.72, circle = 0.32 -> 125% slower For Freetype backend: rect == 2.81, circle = 2.26 -> 24% slower | |||
2015-06-30 | vector: re-add a basic rect test | Yakov Goldberg | |
2015-06-30 | Rename test: VG Basic -> Vg Basic Gradient | Yakov Goldberg | |
2015-06-25 | expedite: add ability to dump any frame. | Cedric BAIL | |
2015-06-25 | font_effect: fix JP borking. | Cedric BAIL | |
2015-06-25 | expedite: remove FIXME that is already fixed. | Cedric BAIL | |
2015-06-23 | vector: add a scaling test | Yakov Goldberg | |
2015-06-18 | Use premultiplied colors in stroke's color | Yakov Goldberg | |
2015-06-16 | vector: add a basic test (no change, just moving). | Yakov Goldberg | |
2015-04-09 | move to EFL 1.14 interfaces.devs/cedric/efl-1.14 | Cedric BAIL | |
2015-02-12 | Add arcconfig file | Jean-Philippe Andre | |
Differential Revision: https://phab.enlightenment.org/D1961 | |||
2015-02-11 | expedite: add test case for image maskingdevs/cedric/efl-1.13 | jiin.moon | |
Summary: Add some test case to the expedite Reviewers: jpeg, cedric, Hermet Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1896 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com> | |||
2014-11-20 | Text: Fix segfault when a test is re-executed. | Daniel Zaoui | |
It happens in the text append test. One of the internal pointers was pointing to freed memory. | |||
2014-10-22 | Fix support of --count from command line | Jean-Philippe Andre | |
expedite would never exit after N loops | |||
2014-10-22 | UI main loop: Fix indentation | Jean-Philippe Andre | |
2014-10-06 | print a message when it fails to create ecore evas. | ChunEon Park | |
2014-09-27 | expedite: fix to follow the new eo_add semantics.devs/cedric/efl-1.12 | Savio Sena | |
Summary: Please see EFL's commit a7560dbc61953c3652780f232e38adbd2d711972 for more information. @fix Reviewers: cedric, tasn Subscribers: felipealmeida Differential Revision: https://phab.enlightenment.org/D1494 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com> | |||
2014-09-04 | fix wrong ordering of report. | Cedric BAIL | |
2014-08-22 | update configuration version to EFL number. | Cedric BAIL | |
2014-08-22 | Move to EFL 1.12 interface. | Cedric BAIL | |
2014-08-22 | cleanup, remove warning, useless if and tab . | Cedric BAIL | |
2014-08-22 | move to use Ecore and Ecore_Evas. | Cedric BAIL | |
2014-07-10 | engine_drm: Fix typo in error message | Stefan Schmidt | |
2014-06-25 | eo: fix build due to change in the Eo API. | Cedric BAIL | |
Apparently nobody is running expedite this days... | |||
2014-06-03 | Update code according to the recent eolian generation changes. | Tom Hacohen | |
2014-04-10 | Adjust code to use the slightly different Eo2 API. | Tom Hacohen | |
With Eo2 you can return values directly without the need to use a pointer (use the C return). For example: eo_do(obj, elm_object_text_get(&text)); becomes: eo_do(obj, text = elm_object_text_get()); @feature | |||
2014-04-03 | Adjusted code to use the Eo2 API. | Tom Hacohen | |
2014-03-25 | added Jaeun Choi to author list. | ChunEon Park | |
2014-03-25 | Fix previous commit's API usage and improve layout | Jean-Philippe Andre | |
Font effects now have "padding_set" which will fix the geometry of the text object. Thanks to Jaeun for preparing this work :) | |||
2014-03-25 | Add font effect tests (alpha blur, rgba blur) | Jaeun Choi | |
Patch by eunue (Jaeun Choi): D658 | |||
2014-03-06 | expedite: Use proper engine field name | Chris Michael | |
@bugfix: The engine field name for Drm engine changed in master. Update expedite drm engine code to match. Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-03-04 | add 1050p mode for output res | Carsten Haitzler (Rasterman) | |
2014-02-28 | expedite: report the resolution size in pixels in help. | Cedric Bail | |
2014-02-28 | expedite: add Samsung Serie 9 resolution. | Cedric Bail | |
2014-02-28 | expedite: report when building drm support. | Cedric Bail | |
2014-02-28 | expedite: Add support for setting vsync in drm engine | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-02-12 | Add expedite drm engine files | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-02-12 | Add expedite drm engine functions if built with drm engine support | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-02-12 | Add expedite drm header to includes if building with drm support | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-02-12 | Add drm build sources for expedite drm tests | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-02-12 | Add build option for drm engine | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-02-12 | Fix expedite to build for wayland engines | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-02-12 | Fix expedite to build for wayland engines | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-02-12 | Fix expedite to build for wayland engines | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2014-02-12 | Fix expedite building with wayland engines. | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-12-02 | document the -y option in the default help output | Thanatermesis | |
2013-10-23 | Fix (from devilhorns) expedite built in the case that we have wayland ↵ | Daniel Zaoui | |
libraries installed, but do not have EFL built with wayland support Hey Devilhorns, I am drunk and I just want to sleep but I promised you to push it so... | |||
2013-07-23 | expedite: use beta API. | Cedric Bail | |
2013-06-28 | expedite: request Eo EFL API. | Cedric Bail | |
2013-06-28 | expedite: cleanup formatting. | Cedric Bail | |