1. d040edb Use floating point window positions. by Dianne Hackborn · 13 years ago
  2. e7197a9 Merge "Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on IRK56F trygon-userdebug" by Fabrice Di Meglio · 13 years ago
  3. 0d32b31 Accessors for frame count and duration. by Jeff Sharkey · 13 years ago
  4. 8fa6503 Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on IRK56F trygon-userdebug by Fabrice Di Meglio · 13 years ago
  5. bb66c21 Make Paint.set() copy shadow config. by Jeff Sharkey · 13 years ago
  6. 554366d SurfaceTexture: disable sync-mode SurfaceTextures by Jamie Gennis · 13 years ago
  7. fc8fa63 Fix issue #5128639: SystemUI grows by 10MB after taking a screenshot by Dianne Hackborn · 13 years ago
  8. f43fa57 Turn off hinting by default for higher density displays. by Dianne Hackborn · 13 years ago
  9. 1213697 Merge "Replacing sans serif system font with Roboto" by Justin Ho · 13 years ago
  10. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  11. c88ba95 Merge "Make some methods/fields package private so that layoutlib can access them." by Xavier Ducrohet · 13 years ago
  12. 03f156e Merge "Remove unnecessary private API" by Romain Guy · 13 years ago
  13. 9d86551 Remove unnecessary private API by Romain Guy · 13 years ago
  14. beb2b5c Replacing sans serif system font with Roboto by Christian Robertson · 13 years ago
  15. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 13 years ago
  16. 37cc31c Merge "Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed." by Romain Guy · 13 years ago
  17. 402f055 Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed. by Grace Kloba · 13 years ago
  18. 8984b41 Add more Paint text APIs parameters checks by Fabrice Di Meglio · 13 years ago
  19. 15c097a Add more optimizations for Text measuring / breaking / getting advances by Fabrice Di Meglio · 13 years ago
  20. 4c7dbc0 Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS) by Fabrice Di Meglio · 13 years ago
  21. 2532672 Merge "Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS)" by Fabrice Di Meglio · 13 years ago
  22. f2ce877 Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS) by Fabrice Di Meglio · 13 years ago
  23. 8f019d6 Merge "Start using bcinfo components within librs." by Stephen Hines · 13 years ago
  24. 09f6d67 Merge "Add camera bayer image format." by Wu-cheng Li · 13 years ago
  25. 70fb908 Add camera bayer image format. by Wu-cheng Li · 13 years ago
  26. 4382467a Start using bcinfo components within librs. by Stephen Hines · 13 years ago
  27. ec46b4e Add a 'release' method to the SurfaceTexture public Java API by Mathias Agopian · 13 years ago
  28. 6311d0a Clear the bitmap from the canvas in a lot of places. by Dianne Hackborn · 13 years ago
  29. b1216dd Copy constructors should actually copy stuff. Bug #5027094 by Romain Guy · 13 years ago
  30. 0965a32 Allow Canvas.setBitmap() to receive a null Bitmap. by Romain Guy · 13 years ago
  31. 34235c6 cherrypick Change-Id: Iaada8d42f97786d393743cd7fc3011da1d21f22e by Scott Main · 13 years ago
  32. 804b3d7 Merge "Add getName to renderscript base object" by Alex Sakhartchouk · 13 years ago
  33. 0400b07 Add getName to renderscript base object by Alex Sakhartchouk · 13 years ago
  34. 684b235 Unhide new RS apis. by Jason Sams · 13 years ago
  35. 835b854 Fixing bitmap invalidation bug. by Alex Sakhartchouk · 13 years ago
  36. 46c7250 Merge "Clean test APIs for Harfbuzz support" by Fabrice Di Meglio · 13 years ago
  37. 796cc96 Clean test APIs for Harfbuzz support by Fabrice Di Meglio · 13 years ago
  38. dafbf24 Remove unused code by Romain Guy · 13 years ago
  39. 8c55a9a Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 13 years ago
  40. bd882b1 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  41. ac7f69b Merge "Add error checks for AllocationAdapters being used in unsupported ways." by Jason Sams · 13 years ago
  42. ef72ff2 Use resource entry name instead of mangled name. by Logan Chien · 13 years ago
  43. fcc8fae Merge "Correctly render nested rectangles with different winding rules." by Romain Guy · 13 years ago
  44. d4b5795 Correctly render nested rectangles with different winding rules. by Romain Guy · 13 years ago
  45. 48fe534 Add error checks for AllocationAdapters being used in unsupported ways. by Jason Sams · 13 years ago
  46. d015327 Merge "Fix more type info caching bugs." by Jason Sams · 13 years ago
  47. ad37cb2 Fix more type info caching bugs. by Jason Sams · 13 years ago
  48. 3055353 Merge "Fix defered type creation when loading from A3D." by Jason Sams · 13 years ago
  49. 452a766 Fix defered type creation when loading from A3D. by Jason Sams · 13 years ago
  50. e482738 Merge "AllocationAdapter cleanup." by Jason Sams · 13 years ago
  51. ba862d1 AllocationAdapter cleanup. by Jason Sams · 13 years ago
  52. f61970fc Add an API to query maximum bitmap/texture size on Canvas. by Romain Guy · 13 years ago
  53. 03f9435 Merge "Bug 4571308 Provide correct video frame timestamps" by Glenn Kasten · 13 years ago
  54. 3cf7cf5 Merge changes I9fb59763,I8b2c6e00 by Jamie Gennis · 13 years ago
  55. bd5404d SurfaceTexture: change onFrameAvailable behavior by Jamie Gennis · 13 years ago
  56. a2c8a7b am ec5039b3: am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image formats that support Compression." by Jean-Baptiste Queru · 13 years ago
  57. 5c2faf3 Bug 4571308 Provide correct video frame timestamps by Glenn Kasten · 13 years ago
  58. f670be3 Merge "Finish any enter animation when jumping to state." by Jeff Sharkey · 13 years ago
  59. a0ac98b Finish any enter animation when jumping to state. by Jeff Sharkey · 13 years ago
  60. ec5039b am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image formats that support Compression." by Jean-Baptiste Queru · 13 years ago
  61. 0904d0a Add allowSynchronousMode to SurfaceTexture constructor. by Grace Kloba · 13 years ago
  62. 7c1747c Merge "Remove verbose logging, update test app and docs." by Stephen Hines · 13 years ago
  63. 3d78266 Remove verbose logging, update test app and docs. by Stephen Hines · 13 years ago
  64. 0694cfe Merge "Add method to create a ParcelSurfaceTexture from android.view.Surface." by tedbo · 13 years ago
  65. b950b8e Merge "Fix the issue where onFrameAvailable is not triggered if SurfaceTexture is in sync mode." by Jamie Gennis · 13 years ago
  66. 2305ac9 Add WEBP to the list of Image formats that support Compression. by Vikas Arora · 13 years ago
  67. cf55937 Add onSurfaceTextureUpdated to the TextureView listener. by Grace Kloba · 13 years ago
  68. 4e8a5c9 Add method to create a ParcelSurfaceTexture from android.view.Surface. by tedbo · 13 years ago
  69. ad4f703 Fix flashing artifacts caused by invalidation bugs by Chet Haase · 13 years ago
  70. 925bcaa Fix the issue where onFrameAvailable is not triggered if SurfaceTexture is in sync mode. by Grace Kloba · 13 years ago
  71. dbe03ae Merge "Fix bugs in AllocationAdapter." by Jason Sams · 13 years ago
  72. ee2d809 Fix bugs in AllocationAdapter. by Jason Sams · 13 years ago
  73. 4190911 Merge "Support missing RS vector types." by Stephen Hines · 13 years ago
  74. 79ad3f2 Support missing RS vector types. by Stephen Hines · 13 years ago
  75. faa32b3 First cut at RSTextureView. by Jason Sams · 13 years ago
  76. 3c0618b Merge "Add support for more vector types to RS." by Stephen Hines · 13 years ago
  77. dc12262 Merge "POSITVE -> POSITIVE typo fix" by Stephen Hines · 13 years ago
  78. 2b1382d Merge "Add isCompatible() to RS Element." by Stephen Hines · 13 years ago
  79. f257e51 Add isCompatible() to RS Element. by Stephen Hines · 13 years ago
  80. 20fbd01 POSITVE -> POSITIVE typo fix by Stephen Hines · 13 years ago
  81. e5e0c50 Properly refcount SurfaceTexture in the JNI layer. by Romain Guy · 13 years ago
  82. e460e6d Merge "Add View.getResolvedLayoutDirection()" by Fabrice Di Meglio · 13 years ago
  83. c005322 Add View.getResolvedLayoutDirection() by Fabrice Di Meglio · 13 years ago
  84. 304b1f5 Allocation copy functions. by Alex Sakhartchouk · 13 years ago
  85. 4532c5e Merge "Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder." by Jamie Gennis · 13 years ago
  86. d54f3f4 Merge "Override equals()/hashCode() for RS BaseObj." by Stephen Hines · 13 years ago
  87. 0503161 Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder. by tedbo · 13 years ago
  88. 705d2ea Override equals()/hashCode() for RS BaseObj. by Stephen Hines · 13 years ago
  89. aece2cc Merge "Unhiding render target code for renderscript" by Alex Sakhartchouk · 13 years ago
  90. 85dae04 Unhiding render target code for renderscript by Alex Sakhartchouk · 13 years ago
  91. 6e66725 Fix the false-alarm bug when we skip to the end, which should be OK. by Shih-wei Liao · 13 years ago
  92. e27832a Improve validation in RS FieldPacker. by Stephen Hines · 13 years ago
  93. 260c77a Use android.os.Process.THREAD_PRIORITY_* symbols by Glenn Kasten · 13 years ago
  94. 836c4a5 Add support for more vector types to RS. by Stephen Hines · 13 years ago
  95. f5534a0 Fixes for AnimationDrawable by Chet Haase · 13 years ago
  96. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 13 years ago
  97. 6c72eec Preparing libRS for for compilation on host. by Alex Sakhartchouk · 13 years ago
  98. edbfabd Core to client fifo on sockets. by Jason Sams · 13 years ago
  99. f97ed77 am d90a2c4d: am 1e662c32: Merge "DO NOT MERGE. Integrate from master: Rework display size access." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  100. ac8dea1 DO NOT MERGE. Integrate from master: Rework display size access. by Dianne Hackborn · 13 years ago