Cedric BAIL
adea5d2b26
migrate to new proxy object.
8 years ago
Cedric BAIL
051a4ec0cf
migrate to new efl api.
8 years ago
Cedric BAIL
24eca8a778
evas: use new efl interface polygon API
8 years ago
Tom Hacohen
a927cdd1a4
Revert "Automatic migration to the new eo_add syntax."
...
We reverted those changes.
This reverts commit 1c99584bcb
.
8 years ago
Tom Hacohen
1c99584bcb
Automatic migration to the new eo_add syntax.
8 years ago
Tom Hacohen
088df1425e
Adjust according to recent Eo4 changes.
8 years ago
Tom Hacohen
1c72554acc
Eo events: Migrate to the new eo event cb signature.
8 years ago
Nicolas Aguirre
58857a657c
expedite: Add 1080p portrait resolution.
8 years ago
Jean-Philippe Andre
91ca743b85
Fix filter in snapshot test
...
Snaphot objects are opaque. So a color with alpha < 255 is not
valid. I kinda wonder:
- if snapshot objects should really be opaque
- should this have been properly handled by the image object?
8 years ago
Cedric BAIL
9cf0688f99
vg: fix inapropriate parenting of gradient.
8 years ago
Jean-Philippe Andre
6c1e40666d
snapshot: simplify filter code.
8 years ago
Cedric BAIL
8e8a079515
snapshot: add a test 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
9 years ago
Yakov Goldberg
cc4fa8a76e
vector: re-add a basic rect test
9 years ago
Yakov Goldberg
0d6c86f4ab
Rename test: VG Basic -> Vg Basic Gradient
9 years ago
Cedric BAIL
c290c2d15c
expedite: add ability to dump any frame.
9 years ago
Cedric BAIL
014001fb20
font_effect: fix JP borking.
9 years ago
Cedric BAIL
7de69008b4
expedite: remove FIXME that is already fixed.
9 years ago
Yakov Goldberg
b1931c5146
vector: add a scaling test
9 years ago
Yakov Goldberg
817b8c3500
Use premultiplied colors in stroke's color
9 years ago
Yakov Goldberg
4aa37445c5
vector: add a basic test (no change, just moving).
9 years ago
Cedric BAIL
9b7d97d503
move to EFL 1.14 interfaces.
9 years ago
Jean-Philippe Andre
accb76125f
Add arcconfig file
...
Differential Revision: https://phab.enlightenment.org/D1961
9 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>
9 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
12a8257451
update configuration version to EFL number.
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
10 years ago
Cedric BAIL
bacba21ab0
eo: fix build due to change in the Eo API.
...
Apparently nobody is running expedite this days...
10 years ago
Tom Hacohen
acf7130b52
Update code according to the recent eolian generation changes.
10 years ago
Tom Hacohen
4848c66d47
Adjust code to use the slightly different Eo2 API.
...
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
10 years ago
Tom Hacohen
ea387769f5
Adjusted code to use the Eo2 API.
10 years ago
ChunEon Park
4e5cac21bf
added Jaeun Choi to author list.
10 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 :)
10 years ago
Jaeun Choi
c3890ffeb1
Add font effect tests (alpha blur, rgba blur)
...
Patch by eunue (Jaeun Choi): D658
10 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>
10 years ago
Carsten Haitzler
c52f943e6e
add 1050p mode for output res
10 years ago
Cedric Bail
01ff7df1f2
expedite: report the resolution size in pixels in help.
10 years ago
Cedric Bail
21d03f8a61
expedite: add Samsung Serie 9 resolution.
10 years ago
Cedric Bail
5aa277e4d8
expedite: report when building drm support.
10 years ago
Chris Michael
d846790c37
expedite: Add support for setting vsync in drm engine
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago
Chris Michael
3571eef532
Add expedite drm engine files
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 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>
10 years ago