Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-16 | Added more image/C++ tests. | Savio Sena | |
2014-09-16 | Added more image/C++ tests. | Savio Sena | |
2014-09-16 | Added more image/C++ tests. | Savio Sena | |
2014-09-16 | Added missing function. | Savio Sena | |
2014-09-16 | Added C++ image_blend_border_recolor. | Savio Sena | |
2014-09-16 | Fixed evas image example. | Savio Sena | |
2014-09-16 | Refactored around a bit. | Savio Sena | |
2014-09-16 | Add some logs to help investigating evas::image. | Savio Sena | |
2014-09-16 | Fixed global variables. | Savio Sena | |
2014-09-16 | Removed include-once guards from test file. | Savio Sena | |
2014-09-16 | Fixed cxx/image_blend_border test. | Savio Sena | |
2014-09-16 | Fixed missing evas -> G_evas. | Savio Sena | |
2014-09-16 | Deleted main.hh. We can now work properly with main.h. | Savio Sena | |
2014-09-16 | Renamed global variable evas to G_evas. | Savio Sena | |
2014-09-16 | expedite++: First C++ test. | Savio Sena | |
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 |