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