summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterRS.java
Commit message (Expand)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-260/+0
* Move classes to pipeline packagenicolasroard2013-07-021-1/+1
* Revert "Reinitialize all the filters after Crop is applied."Ruben Brunk2013-05-101-7/+2
* Reinitialize all the filters after Crop is applied.Victor Doba2013-05-101-2/+7
* G+ activity xform stack and pipeline cleanup.Ruben Brunk2013-04-301-0/+2
* Modifications for simple editnicolasroard2013-04-291-19/+18
* Add extra perf loggingnicolasroard2013-04-181-0/+10
* convertBitmap is needed by ImageFilterFixedFrame.Christian Wichner2013-04-161-1/+1
* Add a direct rendering modenicolasroard2013-04-121-0/+54
* Allow use of texture.Tim Murray2013-04-081-2/+5
* Limit creation of greyscale converter RS script.Tim Murray2013-04-081-4/+11
* Fix segfaults in RS filtersnicolasroard2013-04-021-2/+11
* Re-enable caching step in RS filtersnicolasroard2013-03-281-4/+12
* Fix deadlock.nicolasroard2013-03-271-62/+30
* Fixed renderscript crashes.Ruben Brunk2013-03-271-7/+4
* Fix problem applying the Fx filternicolasroard2013-03-211-0/+7
* Fix crashes with RS filtersnicolasroard2013-03-201-58/+20
* Method added to load scaled resource (with only alpha channel).Victor Doba2013-03-201-1/+6
* Add accessor for filters to the source bitmap passed to apply()nicolasroard2013-03-191-0/+8
* ImageFilterRS filters reset properly. FilterPipeline delay till after load.Ruben Brunk2013-03-181-3/+8
* Fixed more threading bugs in the ImageFilterRS and the FiltersManager.Ruben Brunk2013-03-141-8/+13
* Requested RS method rename.Ruben Brunk2013-03-141-1/+1
* Change element type to A_8 to support sampling.Tim Murray2013-03-141-2/+2
* Added locking for FilteringPipeline and ImageFilterRS. Gets rid of leaked th...Ruben Brunk2013-03-131-51/+78
* Add loading resources helper functions to ImageFilterRSnicolasroard2013-03-121-3/+30
* Memory usage improvements, speed improvementnicolasroard2013-03-081-8/+24
* Add convertRGBAtoA.Tim Murray2013-03-071-0/+20
* Stopgap fixes for more of the photo editor's memory issues.Ruben Brunk2013-02-221-0/+5
* Fix for null check with RS allocations.Ruben Brunk2013-02-211-0/+2
* get redeye working againJohn Hoford2013-02-131-1/+1
* refactor quality to be intJohn Hoford2013-02-121-5/+5
* Add reset bitmap for RS filtersnicolasroard2013-02-121-0/+4
* Only create one RS context.Tim Murray2013-02-111-1/+3
* Fix leaks / initnicolasroard2013-02-081-1/+9
* Fix filters only + geometry only renderingnicolasroard2013-02-071-1/+2
* Refactor to use direct manipulations of FilterRepresentations.nicolasroard2013-02-061-2/+1
* Switch Gallery over to RS compatibility library.Tim Murray2013-02-041-4/+2
* Revert "Switch Gallery over to RS compatibility library."Stephen Hines2013-01-231-2/+4
* Switch Gallery over to RS compatibility library.Stephen Hines2013-01-221-4/+2
* Better caching for RS filtersnicolasroard2013-01-221-13/+31
* refactoring imageshowJohn Hoford2013-01-151-0/+6
* Add copyright noticesnicolasroard2012-10-231-0/+16
* Fix crash introduced with the GeometryMetadatanicolasroard2012-10-081-2/+3
* Add scale factor / quality parameters in filtersnicolasroard2012-10-051-2/+4
* Implement sharpennicolasroard2012-10-041-0/+59