Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-24 | ChangeLog, NEWS updated | Yakov Goldberg | |
Signed-off-by: Yakov Goldberg <yakov.g@samsung.com> SVN revision: 83203 | |||
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 | |||
2013-01-04 | trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it. | Cedric BAIL | |
Patch by Doug Newgard <scimmia22@outlook.com> SVN revision: 82148 | |||
2012-12-28 | if you use eo... link to it eh? | Carsten Haitzler | |
SVN revision: 81801 | |||
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-21 | Fill in NEWS and ChangeLog | Eduardo Lima (Etrunko) | |
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com> SVN revision: 79513 | |||
2012-11-18 | The previous commit was a slight fix on the efl spec for an error I made, ↵ | Rui Seabra | |
its comment applies to this commit: adapt rpm specs to the new efl dependency instead of several independent dependencies. SVN revision: 79419 | |||
2012-11-12 | Updated dev info and added myself to AUTHORS where relevant | Eduardo de Barros Lima | |
SVN revision: 79155 | |||
2012-11-09 | Move AM_CONDITIONAL to outside the if block | Eduardo Lima (Etrunko) | |
The configure script was failing fail if the --disable option for the wayland engines were explicitly set. Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com> SVN revision: 79034 | |||
2012-11-03 | expedite - here is good to use EINA_LIST_FOREACH | ChunEon Park | |
SVN revision: 78880 | |||
2012-11-03 | expedite - fix changelog format | ChunEon Park | |
SVN revision: 78879 | |||
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 |