Jean-Philippe Andre
6f3e111ff1
snapshot: simplify filter code.
8 years ago
Cedric BAIL
43c9eea522
expedite: add a test for snapshot with blur.
8 years ago
Yakov Goldberg
3ce8b3f145
vector: add a basic circle test
...
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
8 years ago
Yakov Goldberg
cc4fa8a76e
vector: re-add a basic rect test
8 years ago
Yakov Goldberg
0d6c86f4ab
Rename test: VG Basic -> Vg Basic Gradient
8 years ago
Cedric BAIL
c290c2d15c
expedite: add ability to dump any frame.
8 years ago
Cedric BAIL
014001fb20
font_effect: fix JP borking.
8 years ago
Cedric BAIL
7de69008b4
expedite: remove FIXME that is already fixed.
8 years ago
Yakov Goldberg
b1931c5146
vector: add a scaling test
8 years ago
Yakov Goldberg
817b8c3500
Use premultiplied colors in stroke's color
8 years ago
Yakov Goldberg
4aa37445c5
vector: add a basic test (no change, just moving).
8 years ago
Cedric BAIL
9b7d97d503
move to EFL 1.14 interfaces.
8 years ago
jiin.moon
c4dfca2b01
expedite: add test case for image masking
...
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>
8 years ago
Daniel Zaoui
09456566a3
Text: Fix segfault when a test is re-executed.
...
It happens in the text append test. One of the internal pointers was
pointing to freed memory.
9 years ago
Jean-Philippe Andre
0a40a87039
Fix support of --count from command line
...
expedite would never exit after N loops
9 years ago
Jean-Philippe Andre
0774f2ceeb
UI main loop: Fix indentation
9 years ago
ChunEon Park
6d76a78b23
print a message when it fails to create ecore evas.
9 years ago
Savio Sena
776268d077
expedite: fix to follow the new eo_add semantics.
...
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>
9 years ago
Cedric BAIL
578c0b4318
fix wrong ordering of report.
9 years ago
Cedric BAIL
74d732c094
Move to EFL 1.12 interface.
9 years ago
Cedric BAIL
3ef31223f6
cleanup, remove warning, useless if and tab .
9 years ago
Cedric BAIL
281bbd90fd
move to use Ecore and Ecore_Evas.
9 years ago
Stefan Schmidt
ec0863e6ed
engine_drm: Fix typo in error message
9 years ago
Cedric BAIL
bacba21ab0
eo: fix build due to change in the Eo API.
...
Apparently nobody is running expedite this days...
9 years ago
Tom Hacohen
acf7130b52
Update code according to the recent eolian generation changes.
9 years ago
Tom Hacohen
ea387769f5
Adjusted code to use the Eo2 API.
9 years ago
Jean-Philippe Andre
26ba629f00
Fix previous commit's API usage and improve layout
...
Font effects now have "padding_set" which will fix the geometry
of the text object. Thanks to Jaeun for preparing this work :)
9 years ago
Jaeun Choi
c3890ffeb1
Add font effect tests (alpha blur, rgba blur)
...
Patch by eunue (Jaeun Choi): D658
9 years ago
Chris Michael
d68739908f
expedite: Use proper engine field name
...
@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>
9 years ago
Carsten Haitzler
c52f943e6e
add 1050p mode for output res
9 years ago
Cedric Bail
01ff7df1f2
expedite: report the resolution size in pixels in help.
9 years ago
Cedric Bail
21d03f8a61
expedite: add Samsung Serie 9 resolution.
9 years ago
Chris Michael
d846790c37
expedite: Add support for setting vsync in drm engine
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
3571eef532
Add expedite drm engine files
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
64cdd1677e
Add expedite drm engine functions if built with drm engine support
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
e6442777a4
Add expedite drm header to includes if building with drm support
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
ac729f10f4
Add drm build sources for expedite drm tests
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
5174c08f1f
Fix expedite to build for wayland engines
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
196b527d51
Fix expedite to build for wayland engines
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Chris Michael
5f70cec6e5
Fix expedite to build for wayland engines
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years ago
Thanatermesis
a5e6af917a
document the -y option in the default help output
10 years ago
Cedric Bail
1a9f0c74ae
expedite: cleanup formatting.
10 years ago
Chris Michael
394ce6a170
Flush display events after dispatching.
...
NB: speedup in fps.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago
Chris Michael
3c7b6797da
Flush display events after dispatching
...
NB: slight speedup in fps.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago
Chris Michael
504bb0e2bb
If we cannot connect to the wayland display, then print an error and
...
exit.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago
Chris Michael
078473137f
Add missing initializer for wl_seat_listener name function
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago
Carsten Haitzler
5dabf01fca
fix valgrind complaint in proxy test
10 years ago
Daniel Juyung Seo
02f1fb2a92
Applied recent evas_canvas_render_async API change.
...
-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);
10 years ago
Christopher Michael
b5916516c1
We should use dispatch_pending here.
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84381
10 years ago
Carsten Haitzler
4689ceb088
add new test to expedite.
...
SVN revision: 84374
10 years ago