efl/src/lib/ector/software
Cedric Bail 39fdfc3cac ector: move gradient color computation to a pool of thread.
This has been a long standing plan for improving performance in rendering
vector object. If your test involve updating gradient, you will get another
speedup of around 15%. Combined with previous shape, we get a 65% improvement
with doing the CPU intensive computation in there own thread before the
rendering kickoff. This was motly theorical until now, but well, it works
great !
2017-09-17 11:49:48 -07:00
..
Ector_Software.h ector: fix EAPI on Windows 2017-08-15 14:13:25 -07:00
ector_renderer_software.eo eolian: change eo file syntax @virtual_pure -> @pure_virtual 2017-01-13 15:44:09 +01:00
ector_renderer_software_gradient_linear.c ector: move gradient color computation to a pool of thread. 2017-09-17 11:49:48 -07:00
ector_renderer_software_gradient_linear.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00
ector_renderer_software_gradient_radial.c ector: move gradient color computation to a pool of thread. 2017-09-17 11:49:48 -07:00
ector_renderer_software_gradient_radial.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00
ector_renderer_software_shape.c ector: move RLE shape/stroke computation to a pool of thread. 2017-09-17 11:49:48 -07:00
ector_renderer_software_shape.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00
ector_software_buffer.c evas filters: Refactor ector and gfx filters A LOT 2017-04-14 11:26:43 +09:00
ector_software_buffer.eo docs: ector_software: fill gaps in ector software backend eo file documentation 2016-11-15 17:45:31 +01:00
ector_software_buffer_base.eo evas filters: Refactor ector and gfx filters A LOT 2017-04-14 11:26:43 +09:00
ector_software_gradient.c ector: move gradient color computation to a pool of thread. 2017-09-17 11:49:48 -07:00
ector_software_private.h ector: move gradient color computation to a pool of thread. 2017-09-17 11:49:48 -07:00
ector_software_rasterizer.c ector: move RLE shape/stroke computation to a pool of thread. 2017-09-17 11:49:48 -07:00
ector_software_surface.c ector: move RLE shape/stroke computation to a pool of thread. 2017-09-17 11:49:48 -07:00
ector_software_surface.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00