1. edc22fb Revert "Change how Java Bitmaps are accessed in a few places" by John Reck · 9 years ago
  2. a771b98 Change how Java Bitmaps are accessed in a few places by John Reck · 9 years ago
  3. f4faeac Cleanup Bitmap JNI attempt #2 by John Reck · 9 years ago
  4. c02977e Revert "Cleanup Bitmap JNI" by Chad Jones · 9 years ago
  5. b291524 Cleanup Bitmap JNI by John Reck · 9 years ago
  6. 3d4eed7 Update HWUI to store its own SkBitmap objects by Derek Sollenberger · 10 years ago
  7. 1022888 resolved conflicts for merge of 203c8171 to master by John Reck · 10 years ago
  8. 203c817 am c1a2f38c: am 4d9da135: Merge "Update AndroidPixelRef to prevent VM from cleaning up memory prematurely." into lmp-mr1-dev by Derek Sollenberger · 10 years ago
  9. f29d5a5 Update AndroidPixelRef to prevent VM from cleaning up memory prematurely. by Derek Sollenberger · 10 years ago
  10. 3643f92 am 29d1b12d: am 05f7c39e: am fc4a7538: Merge "Revert "Frameworks/base: Mask Skia warning in GraphicsJNI"" by Chih-hung Hsieh · 10 years ago
  11. fc4a753 Merge "Revert "Frameworks/base: Mask Skia warning in GraphicsJNI"" by Chih-hung Hsieh · 10 years ago
  12. 158b6c9 resolve merge conflicts of 7d13d9d to master. by Andreas Gampe · 10 years ago
  13. 9ebffb4 Revert "Frameworks/base: Mask Skia warning in GraphicsJNI" by Chih-hung Hsieh · 10 years ago
  14. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  15. 4bac6e1 am 3a091b79: resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aosp by Dan Albert · 10 years ago
  16. 46d8444 Fix clang warnings in core/jni. by Dan Albert · 10 years ago
  17. 05ff23f am 8c48c68c: am 71f83672: Merge "Frameworks/base: Mask Skia warning in GraphicsJNI" by Andreas Gampe · 10 years ago
  18. ba823ce Frameworks/base: Mask Skia warning in GraphicsJNI by Andreas Gampe · 10 years ago
  19. ab22c1c cleanup so that the Paint.h is only accessed via its nativePtr not a JNI lookup by Derek Sollenberger · 10 years ago
  20. 6ba30b8 Add android.Paint that inherits SkPaint by Behdad Esfahbod · 10 years ago
  21. 8872b38 Separate Canvas JNI code from the implementation. by Derek Sollenberger · 10 years ago
  22. 580ff81 Revert "Separate Canvas JNI code from the implementation." by John Reck · 10 years ago
  23. f5d6c55 Separate Canvas JNI code from the implementation. DO NOT MERGE by Derek Sollenberger · 10 years ago
  24. 47cd8e9 Implement outline support for nine patches by Chris Craik · 10 years ago
  25. 1103b32 SkBitmap::Config is deprecated, use SkColorType by Mike Reed · 10 years ago
  26. 42a1d08 SkBitmap::Config is deprecated, use SkColorType by Mike Reed · 10 years ago
  27. 57ee620 Read premultiplied status from the SkBitmap. by Leon Scroggins III · 10 years ago
  28. 3d528c40 Fix build breakage by Raph Levien · 10 years ago
  29. 4b0959d Refactor android.graphics.Picture JNI bindings. by Derek Sollenberger · 10 years ago
  30. b59508f Changes to framework for ToT Skia. by Robert Phillips · 10 years ago
  31. 5c3d927 Add a native Canvas wrapper. by Florin Malita · 10 years ago
  32. 4c9355c Frameworks changes to support latest Skia (r14729) by Mike Reed · 10 years ago
  33. 1a73f732 Start of Minikin integration by Raph Levien · 10 years ago
  34. b644a3b Updates to the Skia API needed to merge the WebView m33 version of Skia. by Derek Sollenberger · 11 years ago
  35. 8790be6 Remove calls to deprecated SkBitmap::setIsOpaque() by Leon Scroggins III · 11 years ago
  36. cd0ba71 Create a pixelref wrapper for reused bitmaps by Chris Craik · 11 years ago
  37. 1abf5d6 Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap by Chris Craik · 11 years ago
  38. 5827cb5 Changes needed to support Skia at r10377. by Derek Sollenberger · 11 years ago
  39. 9f58361 Support larger bitmaps in BitmapFactory.Options.inBitmap by Chris Craik · 11 years ago
  40. ec4a504 Embed layout padding in nine patch images by Amith Yamasani · 12 years ago
  41. 8451b25 Use jniThrowException for exception throwing from native code. by Elliott Hughes · 13 years ago
  42. 12d81c4 Fix a constructor declaration to match its definition. by Carl Shapiro · 14 years ago
  43. 2118b25 Eliminate tracked allocations and the inNativeAlloc option. by Carl Shapiro · 14 years ago
  44. a2f0e2d Allow a JNI local ref to be passed directly into globalRef(). by Patrick Dubroy · 14 years ago
  45. afde46e Turn fatal assertion in decodeRegion into a warning. by Patrick Dubroy · 14 years ago
  46. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 14 years ago
  47. 6b849e2 Unhide BitmapRegionDecoder. by Wei-Ta Chen · 14 years ago
  48. 340ce75 Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API." by Wei-Ta Chen · 14 years ago
  49. 50ba3d2 Rename LargeBitmap to BitmapRegionDecoder for having a better API. by Wei-Ta Chen · 14 years ago
  50. 291303b Fix a bug, where one thread is using JNIEnv associated with another thread. by Wei-Ta Chen · 14 years ago
  51. f1f48bc Do JPEG tile-based decoding. by Joseph Wen · 14 years ago
  52. c04851f add boundary patch by Mike Reed · 15 years ago
  53. de0dfb7 Fix issue #2125720 Weather Forecast Widget - graphics do not scale by Dianne Hackborn · 15 years ago
  54. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  55. 1b22b97 add hidden Options field for native allocations by Mike Reed · 15 years ago
  56. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  57. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  58. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  59. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago