History log of /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ebeed45d206ed306eb149e4e63242b1b55558ef 11-Oct-2013 nicolasroard <nicolasroard@google.com> Fix edge case cache issues

Also add additional debugging information.

bug:10856175

Change-Id: Ie352e2dd6a86511abea97b622ed7c3b3cccd8479
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
ec1e009a7faea0478e361bc2d48d856ab48a0209 09-Sep-2013 nicolasroard <nicolasroard@google.com> Improves memory management

Also adds some debugging tracking tools.

bug:10112287

Change-Id: I3f9b3d173db99818e5c9ae9a62b0ec38cd2b341b
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
c3d21101b14cdc1abf8a055e056019af57c4c7be 03-Sep-2013 nicolasroard <nicolasroard@google.com> Fix graphic pipeline cache

Some bitmaps were thrown back
into the bitmap pool while still
used in the caching pipeline...

Change-Id: I56c47b44d137f16b9a9a6cf79224c296ea6e55a0
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
9f452e09889199a28a86d9bd8f8fdaa8508ca0c1 23-Aug-2013 nicolasroard <nicolasroard@google.com> Improves UI / size

- improves overdraw
- filter change anim
- better borders
- remove unused images

bug:9470514
bug:8658176

Change-Id: I764879be415acbfba5a36f239d1905ec54e2d3cb
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
bd9a4acc7a9b607d18d08cb2199d46afa023548b 15-Aug-2013 nicolasroard <nicolasroard@google.com> Improves bitmap reuse / memory usage
bug:8782701

Change-Id: Ic655d6f1704dd0429e96819566f50927de02b994
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
8b9cc5f374fa8bded7f84af6ce73123be2754ccc 12-Aug-2013 nicolasroard <nicolasroard@google.com> Fix for wrong bitmap picked after geometry change

Change-Id: I48d7892c761bb1d8a83553786367aa11d1841fb5
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
430e46b06f8e7ee1ca3e7ecdcef3e0a978637c03 02-Aug-2013 nicolasroard <nicolasroard@google.com> Fix full res zoom
Also add filters merging in the cache.

Change-Id: Ic34c918b732159f3703cd83d30de907fdbbcb451
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
b0f7a8f7f7d95ae12e92f529fd9a8a37f75b105c 19-Jul-2013 Ruben Brunk <rubenbrunk@google.com> Refactoring Geometry handling.

Bug: 9170644
Bug: 9366654
Bug: 9366263

- Consolidates all the geometry transforms in GeometryMathUtils and
significantly reduces complexity.
- Removes GeometryMetadata object and dependent code.
- Removes ImageGeometry and geometry update callbacks.

Change-Id: I59add51907459593244c9ebaadef585efc7486d5
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
8f442fae60e0154867d2a6927eb9a35bcb7014e6 01-Aug-2013 nicolasroard <nicolasroard@google.com> Fix problem with N-1 caching when no filters / one filter

- also fix equals() for geometry

Change-Id: I6f6f21d1e274b3b95ac4b5189b2fa7f419912864
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java
8e33c2b402983070eb0cc9ace16ecfa4b9728447 31-Jul-2013 nicolasroard <nicolasroard@google.com> Implements N-1 Caching

Change-Id: Ief1a04dbe4f6ced15f937177a556733cfcdb5879
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/CacheProcessing.java