summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/cache
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused ZoomCache class.Ruben Brunk2013-05-282-57/+0
| | | | | | | | | Bug: 9170644 Note: this class doesn't appear to have been used by the zoom on doubletap. Change-Id: Ie3319511ade7732976488f2bb7d76c5e1c130db9
* Removed unused handling for intent extras in editor.Ruben Brunk2013-05-281-120/+0
| | | | | Bug: 9170644 Change-Id: I569b16d278d1813f5a96f9e0231ed71ff9e33687
* Modifications for simple editnicolasroard2013-04-291-19/+15
| | | | Change-Id: Ic200a4f1e843deb119d68f627d5b8adb201f0f7f
* am 69f5d8cb: Fixes EDIT intents.Ruben Brunk2013-04-251-1/+3
|\ | | | | | | | | * commit '69f5d8cbf51422454257a00d7959b2e8d50cb0ca': Fixes EDIT intents.
| * Fixes EDIT intents.Ruben Brunk2013-04-251-1/+3
| | | | | | | | | | | | Bug: 8712238 Change-Id: I63bb07dc304b2745a29e3bf7510e8b38ccb59c48
* | am 0c71308c: Merge "interruptible renderer" into gb-ub-photos-bryceJohn Hoford2013-04-232-4/+14
|\| | | | | | | | | * commit '0c71308c9d2a72d4a3faf00242707de773d5beba': interruptible renderer
| * interruptible rendererJohn Hoford2013-04-232-4/+14
| | | | | | | | | | bug:8632908 Change-Id: I4df59fb0c82370491d953292fd1cd17443054ab3
* | am 91d26f6c: tiny planet fixJohn Hoford2013-04-222-4/+18
|\| | | | | | | | | * commit '91d26f6c3b183862eeffc1856e2d758e800d13f4': tiny planet fix
| * tiny planet fixJohn Hoford2013-04-192-4/+18
| | | | | | | | | | bug:8323524 Change-Id: I39283face7079574dbe25e797323a84141930f9a
* | resolved conflicts for merge of a1939d22 to gb-ub-photos-carlsbadrepo sync2013-04-221-1/+0
|\| | | | | | | Change-Id: Ic6759448c932823720021e85e1232736ff2085f8
| * fixed borders issuesJohn Hoford2013-04-181-1/+0
| | | | | | | | | | bug:8315216 Change-Id: I04d62984c70e7e514b8625e6a4b5ed9395137471
* | Fix border apply if no filter appliednicolasroard2013-04-171-2/+5
|/ | | | Change-Id: Ic5b319625b42adb298094c4ad202d6c161538644
* Add direct rendering for bordernicolasroard2013-04-121-0/+2
| | | | | | bug:8603245 Change-Id: Ibc1bde9adb19f930b474e4076a0c2720fbe0bc8d
* Add a direct rendering modenicolasroard2013-04-121-0/+11
| | | | | | | | | | | This takes input and output allocations. Also added a utility method in ImageFilterRS to scale textures at screen resolution. bug:8603245 bug:8588853 Change-Id: Ic5e4dea2289f0edd7518fc07f04b523be5316e82
* Small cleanup in setting resourcesnicolasroard2013-04-101-3/+6
| | | | Change-Id: Icd275aaddcee59a578f916c57903012ce35469ad
* Add a third pipeline reserved for the high res previewnicolasroard2013-04-091-2/+13
| | | | Change-Id: I1f35f0a7195157e5fe742d7d7c5506b3f84ece1b
* support icon stylesJohn Hoford2013-04-092-2/+8
| | | | Change-Id: I9a4af2826824fd519099363b3190fc417b67c022
* fixed the value that quality was getting set toJohn Hoford2013-04-031-0/+7
| | | | Change-Id: I493c37c065e180ed3a7a785df4132812bd53add4
* fix calling Allocation.copyFrom without contextJohn Hoford2013-04-021-1/+3
| | | | | bug:8526929 Change-Id: I407539fae153642ea9be46a2f4102ab827e24164
* Fix stickiness issues with UInicolasroard2013-04-011-9/+11
| | | | | | | | The renderGeometryIcon() function shouldn't be synchronized -- it's independent of the rest of the pipeline and is only used to apply a given geometry. Change-Id: I91a5d2ec3f28f15c489066ed2c5a5009e29fa7b3
* Don't try freeing resources on a different thread..nicolasroard2013-04-011-1/+0
| | | | | | | | | This call to freeResources happens on the main thread. It's also not really useful. The geometry instance shouldn't be shared either. bug:8522497 Change-Id: I7b144713428ab803b3640b3d8226fd862db824f4
* Merge "Fix double-tap behaviour" into gb-ub-photos-brycenicolasroard2013-03-301-0/+10
|\
| * Fix double-tap behaviournicolasroard2013-03-301-0/+10
| | | | | | | | Change-Id: I17282bce5af9d65b704e3853181ef3cbfde4992e
* | Fixes some state synchronization issuesnicolasroard2013-03-301-6/+3
|/ | | | Change-Id: Iea0f2b8d9c885795bddfb0d3001c8a351caed63c
* Implements progressive renderingnicolasroard2013-03-294-20/+99
| | | | Change-Id: I32bd2072126a4fad4342f7d9ffa1cff3b5da84cf
* Fix deadlock.nicolasroard2013-03-271-108/+168
| | | | | | | Move the RenderScript context and Resources to CachingPipeline. bug:8491107 Change-Id: I912555c87b060e4515cc1a4c66c8a8c9c840532d
* Moves ownership of the environment to the pipelinenicolasroard2013-03-263-59/+52
| | | | Change-Id: I256e679a6f47831ebf00fe57d38b9c0372be38ec
* Fix problem applying the Fx filternicolasroard2013-03-212-5/+25
| | | | | | | Also adds some debug info bug:8442036 Change-Id: Ife7fd4be664ae011e41969e74c7745da0a7a52f5
* Fix crashes with RS filtersnicolasroard2013-03-201-0/+57
| | | | | | bug:8418537 Change-Id: I37f8ad8a77f04faed9f721122872f00f7aaaa365
* Refactor the pipelinenicolasroard2013-03-202-201/+276
| | | | | | | | | | | - add a CachingPipeline class - FilteringPipeline only deals with communication - fix large critical sections performance issues - improves stability bug:8418537 Change-Id: Id18edf71b2e2aec19a8b25fcce711c4acbb1a724
* Fix some startup issues, performance issues on ICSnicolasroard2013-03-191-1/+4
| | | | Change-Id: Iccbcc5a78bf4feb5614e1c420022ef8440606baf
* ImageFilterRS filters reset properly. FilterPipeline delay till after load.Ruben Brunk2013-03-182-27/+28
| | | | | | | Bug: 8293404 Bug: 8417804 Change-Id: I4e3fbbdb86bcb790d73455f21044e6dee9398a5d
* Refactoring iconbutton.Ruben Brunk2013-03-151-0/+5
| | | | Change-Id: Ie1538d978605ae28bb4fa6779eb2802794a35312
* Exif parser modifications.Ruben Brunk2013-03-131-31/+19
| | | | | Bug: 8018327 Change-Id: I66a2ec309f9807ac255bbf29d8f5f26de60e89b8
* Added locking for FilteringPipeline and ImageFilterRS. Gets rid of leaked ↵Ruben Brunk2013-03-131-13/+11
| | | | | | | | | | | | | | | | | threads. Bug: 8373600 Bug: 8363001 Bug: 8344345 Bug: 8264659 This CL fixes several things: - FilteringPipeline no longer leaks a handler thread every time photoeditor is reopened. - ImageFilterRS no longer leaks an RS context and thread every time photoeditor is reopened. - ImageFilterRS now uses locking. - ImageFilterRS no longer leaks Bitmap references or static renderscript allocations. Change-Id: I79ebde1a8ba8ad689791c2af8db0c3c907e06399
* Fix preview synchronizationnicolasroard2013-03-121-0/+7
| | | | Change-Id: Id6b5e5a140a3c366f2f5d4c29809e83ac1530d04
* Revert "Clear Gallery's bitmap pool on photo editor start. Minor refactoring."Ruben Brunk2013-03-111-7/+4
| | | | | | This reverts commit 65948b17607d6fab9a2561749a90e16889fd1eea Change-Id: Iea682767fced173fe56dd6e91244f0ef70d1f74b
* Clear Gallery's bitmap pool on photo editor start. Minor refactoring.Ruben Brunk2013-03-111-4/+7
| | | | Change-Id: I02e29bf6cfd85a9cecd3850f8828cccae91badd2
* Memory usage improvements, speed improvementnicolasroard2013-03-085-165/+15
| | | | | | | | - free filters resources agressively - implements multiple rendering pipelines - some cleanup Change-Id: Ib9ed268b0b2662d0bf5c049adcf046b556954c37
* Visual Historynicolasroard2013-03-051-0/+10
| | | | Change-Id: I3397c44b8c47985c97de5b82456c03469b2fb8db
* fix importsJohn Hoford2013-03-012-10/+1
| | | | Change-Id: I07ac06ae4890bfcae48ea404cf7e67c2b0c084d7
* crop fixJohn Hoford2013-02-271-9/+0
| | | | Change-Id: Ie2e79992bf45fffb0ae00c4a4fd879546fa1450f
* Fix full res previewnicolasroard2013-02-271-1/+0
| | | | Change-Id: Ia727d06b9ff9866dfbb883968a23c0ed105e57fa
* Fix scale and full res previewnicolasroard2013-02-271-1/+2
| | | | Change-Id: Ie432c2d1d631c37f54bd144c22d62cd59d7a665d
* refactor the geometry codeJohn Hoford2013-02-271-0/+12
| | | | Change-Id: I5b0381ec5e127aabf37924af64fbeb490755bc9a
* Merge "Fix crash on applying borders" into gb-ub-photos-brycenicolasroard2013-02-262-3/+5
|\
| * Fix crash on applying bordersnicolasroard2013-02-252-3/+5
| | | | | | | | | | | | bug:8265497 Change-Id: I7e6b22cb7666fd3876119051552e34e91df894a2
* | Fixed more of filtershows large bitmap reference leaks.Ruben Brunk2013-02-251-1/+0
|/ | | | | Bug: 8253109 Change-Id: Iaff381e759d02baae701a01d6c081c49f4b3c772
* Merge "Stopgap fixes for more of the photo editor's memory issues." into ↵Ruben Brunk2013-02-222-7/+14
|\ | | | | | | gb-ub-photos-bryce
| * Stopgap fixes for more of the photo editor's memory issues.Ruben Brunk2013-02-222-7/+14
| | | | | | | | | | | | Bug: 8253109 Bug: 8233895 Change-Id: Idd55618807ff0a0c5ac0cbb8c71db167fa32e70b