Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-03 | Adjusted code to use the Eo2 API. | Tom Hacohen | |
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: 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 | 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> | |||
2013-12-02 | document the -y option in the default help output | Thanatermesis | |
2013-06-28 | expedite: cleanup formatting. | Cedric Bail | |
2013-06-26 | Flush display events after dispatching. | Chris Michael | |
NB: speedup in fps. Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-06-26 | Flush display events after dispatching | Chris Michael | |
NB: slight speedup in fps. Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-06-26 | If we cannot connect to the wayland display, then print an error and | Chris Michael | |
exit. Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-06-26 | Add missing initializer for wl_seat_listener name function | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-06-11 | fix valgrind complaint in proxy test | Carsten Haitzler (Rasterman) | |
2013-03-27 | Applied recent evas_canvas_render_async API change. | Daniel Juyung Seo | |
-EAPI Eina_Bool evas_render_async(Evas *e, Evas_Event_Cb func, void *data) EINA_ARG_NONNULL(1); +EAPI Eina_Bool evas_render_async(Evas *e) EINA_ARG_NONNULL(1); | |||
2013-02-26 | We should use dispatch_pending here. | Christopher Michael | |
Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 84381 | |||
2013-02-26 | add new test to expedite. | Carsten Haitzler | |
SVN revision: 84374 | |||
2013-02-18 | expedite: test and benchmark lines. | Cedric BAIL | |
SVN revision: 84039 | |||
2013-01-25 | Remove unecessary code | Eduardo Lima (Etrunko) | |
With the fresh new Evas Wayland SHM engine, it is not necessary to handle with surface damage and commits anymore. Also let's not synchronize the rendering with the compositor, because we want to be as fast as possible for the sake of the benchmark. Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com> SVN revision: 83329 | |||
2013-01-25 | expedite - removed filter/mask codes | ChunEon Park | |
SVN revision: 83323 | |||
2013-01-24 | Modify expedite wayland shm engine to work with new Evas one. | Christopher Michael | |
Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 83295 | |||
2013-01-23 | adding if (obj) before eo_do(obj) to avoid Eo warning messages | Yakov Goldberg | |
"if (obj)" was added automatically before every "eo_do()" call. Later I removed this check from some places, so they are clean. Places, where check is still presenting, could either cause warning, or not. Signed-off-by: Yakov Goldberg <yakov.g@samsung.com> SVN revision: 83181 | |||
2013-01-23 | expedite: porting to Eo | Yakov Goldberg | |
Signed-off-by: Yakov Goldberg <yakov.goldberg@gmail.com> SVN revision: 83180 | |||
2012-12-28 | expedite: enable benchmarking of async renderer. | Cedric BAIL | |
SVN revision: 81777 | |||
2012-11-29 | expedite: add back a expedite-cmp parsable output. | Cedric BAIL | |
SVN revision: 79816 | |||
2012-11-23 | Don't leak struct wl_registry | Eduardo Lima (Etrunko) | |
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com> SVN revision: 79565 | |||
2012-11-21 | Cleanup and Reuse Code | Eduardo Lima (Etrunko) | |
Most of those functions in engine_wayland_common.h should be static. Also, move the shell surface listener to the common codebase. Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com> SVN revision: 79526 | |||
2012-11-21 | Added support for wayland SHM too | Eduardo Lima (Etrunko) | |
Moved most of the seat/keyboard code to a common file so both shm and egl engines can reuse the code. Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com> SVN revision: 79516 | |||
2012-11-21 | Added keyboard support for Wayland EGL | Eduardo Lima (Etrunko) | |
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com> SVN revision: 79515 | |||
2012-11-21 | Remove warnings | Eduardo Lima (Etrunko) | |
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com> SVN revision: 79514 | |||
2012-11-03 | expedite - here is good to use EINA_LIST_FOREACH | ChunEon Park | |
SVN revision: 78880 | |||
2012-11-03 | expedite - calc weighted fps more clearly. | ChunEon Park | |
SVN revision: 78878 | |||
2012-11-02 | expedite - let it print more meaningful words | ChunEon Park | |
SVN revision: 78827 | |||
2012-11-02 | expedite - --white spaces & trailings. | ChunEon Park | |
SVN revision: 78825 |