evas: enable reusing filter buffer.
[platform/upstream/efl.git] / src / lib / evas / canvas / evas_filter_mixin.c
2024-03-13 Hosang Kimevas: enable reusing filter buffer. 98/307798/1
2020-07-15 Shinwoo Kimfilter: make grayscale, inverse_color faster (GL) 74/236674/8
2020-06-07 Marcel Hollerbachevas: correctly declare filter_internal as public API
2019-11-11 Shinwoo Kimevas filter: preserve text source color
2018-05-29 Xavi ArtigasEfl.Gfx.Entity (from Efl.Gfx)
2018-05-29 Daniel Kolesaeolian gen: enable constness generation on property...
2018-03-19 Wonki KimMerge branch 'tizen' into efl120 submit/sandbox/upgrade/efl120/20180319.053334
2017-09-06 Jean-Philippe Andrefilters: Safety++
2017-08-25 Cedric BAILevas: use output instead of default one during renderin...
2017-08-25 Cedric BAILevas: make filter handle multi output.
2017-05-12 Cedric BAILevas: stat introducing a concept of engine and output...
2017-04-26 Stefan Schmidtevas_filter: initialize was_empty to false to have...
2017-04-24 Cedric BAILevas: remove engine.data.output.
2017-04-14 Jean-Philippe Andreevas filters: Fix rare crash with async render
2017-04-14 Jean-Philippe Andreevas filters: Fix async RW rendering
2017-04-14 Jean-Philippe Andreevas filters: Cleanup unused buffers
2017-04-14 Jean-Philippe Andreevas filters: Adjust downscale coordinates to avoid...
2017-04-14 Jean-Philippe Andreevas filters: Fix maps with filtered snapshots
2017-04-14 Jean-Philippe Andreevas filters: Prevent redraws when obscure changed
2017-04-14 Jean-Philippe Andreevas: Fix cutout handling for snapshot objects
2017-04-14 Jean-Philippe Andreevas filters: Force redraw of snapshot if cutout shrank
2017-04-14 Jean-Philippe Andreevas filters: Move private data out of evas headers
2017-04-14 Jean-Philippe Andreevas: Fix excessive redraws of snapshot objects
2017-04-14 Jean-Philippe Andreevas filters: Refactor to support reuse of buffers
2017-04-14 Jean-Philippe Andreevas filters: Avoid unnecessary draw
2017-04-14 Jean-Philippe Andreevas filters: Recompile filter after data_set
2017-04-14 Jean-Philippe Andreevas filters: Expand snapshot regions by blur radius
2017-04-14 Jean-Philippe Andreevas: Pass obscuring region to the filters
2017-01-17 Jean-Philippe Andreevas: Fix classic text styles with filters in textblock
2017-01-17 Jean-Philippe Andreevas: Implement filter sources support for textblock
2017-01-17 Jean-Philippe Andreevas: Implement filter_data_set for textblock
2017-01-17 Jean-Philippe Andreevas: Fix tb filters spanning over multiple items
2017-01-17 Jean-Philippe Andreevas: Remove most extra data from filter mixin
2017-01-17 Jean-Philippe Andreevas: Refactor evas filters a bit
2017-01-06 Cedric BAILeina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.
2016-12-20 Chris Michaelevas: remove float comparison warnings for evas_filter_...
2016-10-13 Chris Michaelevas: Fix directly dereferencing pointer which may...
2016-10-06 Jean-Philippe Andreevas: Fix async filters following changes in EO
2016-09-20 Stephen HoustonEvas: Don't access members of a null struct. Fixes...
2016-08-30 Tom HacohenEfl object: Rename Eo_Event -> Efl_Event.
2016-08-15 Tom HacohenEo: Finish the renaming of Eo to the EFL.
2016-08-11 Tom HacohenEo: Rename Eo to the EFL namespace
2016-08-11 Tom HacohenChange the EFL to follow the new Eo rename.
2016-06-29 Jean-Philippe Andreevas: Add & fix legacy APIs for text filters
2016-06-21 Jean-Philippe Andreevas: Rename Evas.Object to Efl.Canvas.Object
2016-06-20 Tom HacohenAdjust the code according to the eo event stop changes.
2016-06-14 Jean-Philippe Andreevas: Move canvas events to a common interface
2016-06-10 Jean-Philippe AndreEvas: Rename Evas.Filter to Efl.Canvas.Filter.Internal
2016-06-02 Tom HacohenMerge in emotion generic players.
2016-06-02 Tom HacohenMerge in evas generic loaders.
2016-05-27 Tom HacohenMerge in elm code widget
2016-05-12 Daniel Kolesadocs: add an experimental elua based documentation...
2016-05-10 Tom HacohenEfl gfx: Remove the no longer needed .Base hack.
2016-03-23 Tom HacohenMerge elementary into the EFL.
2016-03-15 Jean-Philippe AndreEvas filters: Simplify evas_filter_dirty
2016-03-03 Tom HacohenEo: Migrate to the new syntax (Eo4) and adjust the EFL
2016-03-03 Tom HacohenManually fix extra eo_do calls that were added after...
2016-03-03 Tom HacohenAutomatic migration to Eo4.
2016-03-02 Jean-Philippe AndreEvas filters: Mark object as changed on data_set
2016-03-02 Jean-Philippe AndreEvas filters: Fix bad stringshare usage
2016-03-02 Jean-Philippe AndreEfl.Gfx.Filter: Rework APIs and mark as stable
2016-02-29 Tom HacohenEo callbacks: Migrate all of the EFL to the new event...
2016-02-26 Jean-Philippe AndreEvas Filter: Use Eo.Base.constructor in the mixin
2016-01-13 Jean-Philippe AndreEvas filter: Rename constructor/destructor to ctor...
2016-01-13 Jean-Philippe AndreEFL: Mark EOLIAN functions as static when possible
2016-01-07 Jean-Philippe AndreEvas filters: Fix async render and unify SW + GL
2016-01-05 Jean-Philippe AndreEvas filters: Final fix after the ector refactor
2016-01-05 Jean-Philippe AndreEvas filters: Use Ector.Buffer instead of RGBA_Image
2015-11-23 Jaehwan KimMerge "efl: Remove Gstreamer dependency." into tizen submit/tizen/20151124.024243
2015-11-17 Jaehwan KimMerge remote-tracking branch 'origin/sandbox/jaehwan...
2015-11-11 Jaehwan KimMerge remote-tracking branch 'opensource/efl-1.16'...
2015-10-14 Amitesh Singhevas filter: silent coverity on self assignment
2015-10-12 Jean-Philippe AndreEvas filters: Fix some crash and reduce insanity
2015-10-12 Jean-Philippe AndreEvas filter: Fix proxies of filtered images
2015-10-07 Jean-Philippe AndreEvas filters: Fix crash with async sw rendering
2015-07-28 Jean-Philippe AndreEvas filters: Fix COW usage in filter mixin
2015-06-30 Jean-Philippe AndreEvas filters: Force filter redraw if object changed
2015-06-25 Daniel Kolesaeolian/generator: constify all prototypes for @const...
2015-06-25 Jean-Philippe AndreEvas filters: Add @protected tag where applicable
2015-06-25 Jean-Philippe AndreEvas filters: Add explicit exec flag in data_set
2015-06-25 Jean-Philippe AndreEdje & evas filters: Properly pass data from EDC to Lua
2015-06-25 Jean-Philippe AndreEdje & evas filters: Add extra data from EDC to Lua...
2015-06-25 Jean-Philippe AndreEvas filters: Add name to the filters
2015-06-25 Jean-Philippe AndreEvas filters: Complete support for image filtering
2015-06-25 Jean-Philippe AndreEvas filters: EO-ify the filters API