1. e18264b Rename DisplayList->RenderNode by John Reck · 10 years ago
  2. 44fd8d2 DisplayList overhaul by John Reck · 10 years ago
  3. 17ab38f AArch64: Make AssetAtlasService 64-bit compatible by Ashok Bhat · 10 years ago
  4. 04fc583 Refactor HardwareLayer by John Reck · 10 years ago
  5. 76d3a1b Removing SkiaColorFilter and inspecting the native object directly. by Derek Sollenberger · 11 years ago
  6. 8f52fee Merge "Fix several bad function definitions." by Narayan Kamath · 10 years ago
  7. 593b19a Remove overdraw counter by John Reck · 10 years ago
  8. 017546e Fix several bad function definitions. by Narayan Kamath · 10 years ago
  9. 36bef0b AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  10. 7023df0 Revert "AArch64: Make graphics classes 64-bit compatible" by Narayan Kamath · 10 years ago
  11. 477d7d1 Revert "Follow up for change 18b4cbeedef21c1fa666a110a157b." by Narayan Kamath · 10 years ago
  12. c5b281c Follow up for change 18b4cbeedef21c1fa666a110a157b. by Narayan Kamath · 10 years ago
  13. 18b4cbe AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  14. 2114aef Remove dead code by John Reck · 11 years ago
  15. 539394e Merge "Create abstract base class for OpenGLRenderer" by Chris Craik · 11 years ago
  16. 9f66ea0 Avoid implicit parameter/return value casting of pointers. by Chris Craik · 11 years ago
  17. b458942 Create abstract base class for OpenGLRenderer by Chris Craik · 11 years ago
  18. ba9b613 Create private properties on GLCanvas for experimentation with 3d by Chris Craik · 11 years ago
  19. 6304919 Unbreak display list debug dumping by John Reck · 11 years ago
  20. f0a5907 Clean up quick rejection, especially surrounding points + lines. by Chris Craik · 11 years ago
  21. a3402c3 TextureView/GLES20Canvas: Support synchronous GLConsumers by Eino-Ville Talvala · 11 years ago
  22. 1abf5d6 Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap by Chris Craik · 11 years ago
  23. b15b446 Take text alignment into account to compue text bounds Bug #10258621 by Romain Guy · 11 years ago
  24. 0c20c38 Use global references for Bitmap AndroidPixelRefs by Chris Craik · 11 years ago
  25. e3b0a01 Refcount 9-patches and properly handle GC events by Romain Guy · 11 years ago
  26. 49cc5d7 Merge "Handle all text bounds as post-translated" by Chris Craik · 11 years ago
  27. f09b746 Handle all text bounds as post-translated by Chris Craik · 11 years ago
  28. e93482f Cancel layer update when a layer is about to be destroyed Bug #9310706 by Romain Guy · 11 years ago
  29. 39a908c Fix various draw ops that may incorrectly not scissor by Chris Craik · 11 years ago
  30. 4054360 Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833 by Romain Guy · 11 years ago
  31. 4154182 Use individual glyph positions to determine text bounds. by Chris Craik · 11 years ago
  32. 78dd96d Add an on-screen overdraw counter by Romain Guy · 11 years ago
  33. 3b748a4 Pack preloaded framework assets in a texture atlas by Romain Guy · 11 years ago
  34. a4e16c5 Restore final canvas state after deferred flush by Chris Craik · 11 years ago
  35. 4494599 Merge "Use snapshot alpha for layers" into jb-mr2-dev by Chris Craik · 11 years ago
  36. a08f95c Use snapshot alpha for layers by Chris Craik · 11 years ago
  37. da12f38 Revert "Clean Paint.mBidiFlags as it is no longer used" by Fabrice Di Meglio · 11 years ago
  38. 846f5f2 am e91efaba: Merge "Expose display list APIs" by Romain Guy · 11 years ago
  39. 52036b1 Expose display list APIs by Romain Guy · 11 years ago
  40. c932760f Merge "Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE" by Chris Craik · 11 years ago
  41. 7c1a49f Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE by Chris Craik · 11 years ago
  42. 6d9fe5b Clean Paint.mBidiFlags as it is no longer used by Fabrice Di Meglio · 11 years ago
  43. da805b1 am c5801680: Merge "Tag HardwareRenderers with a name to help debugging" by Romain Guy · 11 years ago
  44. ef35927 Tag HardwareRenderers with a name to help debugging by Romain Guy · 11 years ago
  45. 2dbd185f resolved conflicts for merge of c93c6aa5 to master-chromium by Derek Sollenberger · 11 years ago
  46. 2af4635 Object-based DisplayList recording by Chris Craik · 12 years ago
  47. 616a877 am 61840eb0: Merge "Preliminary Support for region clipping" by Romain Guy · 12 years ago
  48. 735738c Preliminary Support for region clipping by Romain Guy · 12 years ago
  49. 7bac554 am 9acd1b4f: Merge "Add visual profiling feature" by Romain Guy · 12 years ago
  50. 672433d Add visual profiling feature by Romain Guy · 12 years ago
  51. 2fa54ce Merge "Update framework to support r5967 of Skia." into master-chromium by Derek Sollenberger · 12 years ago
  52. d47f7d8 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  53. ca79cf6 Update framework to support r5967 of Skia. by Derek Sollenberger · 12 years ago
  54. b2e2f24 Take into account the texture layer's transform for clipping Bug #7370212 by Romain Guy · 12 years ago
  55. ef09a21 Don't destroy the same texture twice Bug #7221449 by Romain Guy · 12 years ago
  56. 87e2f757 Add a property to disable libhwui's scissor optimization Bug #7158326 by Romain Guy · 12 years ago
  57. 11cb642 Update layers in a single batch at the beginning of a frame Bug #7186819 by Romain Guy · 12 years ago
  58. 603f6de Fix occasional crash bug with layers by Chet Haase · 12 years ago
  59. d15ebf2 Enable changing properties of layer paint by Chet Haase · 12 years ago
  60. 0baaac5 Revert "Revert "Add more support for transformed clip rects and paths"" by Romain Guy · 12 years ago
  61. a8557d2 Revert "Add more support for transformed clip rects and paths" by Mathias Agopian · 12 years ago
  62. dfe082f6 Add more support for transformed clip rects and paths by Romain Guy · 12 years ago
  63. c89b14b It seems that apparently useless public APIs are actually useful Bug #6953651 by Romain Guy · 12 years ago
  64. 17112ad Cleanup of libhwui by Romain Guy · 12 years ago
  65. c252595 Rename drawGeneralText to drawText by Romain Guy · 12 years ago
  66. 996e57c Hardware implementation of glyph positioning (bug 5443796) by Raph Levien · 12 years ago
  67. f0af1d5 Remove unused View.flushLayer() API by Romain Guy · 12 years ago
  68. 846a533 Update layers' opaque property when needed by Romain Guy · 12 years ago
  69. 44b2fe3 Track canvas clearing for swap buffers logic. by Chet Haase · 12 years ago
  70. df07148 drop frame in case of error in updateTexImage by Mathias Agopian · 12 years ago
  71. 49c5fc0 Avoid unnecessary copy when invoking drawBitmap(int[]) Bug #6483390 by Romain Guy · 12 years ago
  72. e651cc6 Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...) by Romain Guy · 12 years ago
  73. ba6be8a Prevent WebView from crashing when detached from the window Bug #6365056 by Romain Guy · 12 years ago
  74. 1271e2c Remove USE_DISPLAY_LIST_PROPERTIES flag by Chet Haase · 12 years ago
  75. 8f3b8e3 Allow fine-grained control over functors execution by Romain Guy · 12 years ago
  76. 244ada1 Refactor GLES20Canvas/HardwareRenderer JNI layers by Romain Guy · 12 years ago
  77. 6554943 Use a status_t return type for GL functors by Romain Guy · 12 years ago
  78. bb0acdf Delete display list objects and resources on the UI thread by Romain Guy · 12 years ago
  79. 2bf68f0 Deferred layer updates by Romain Guy · 12 years ago
  80. 325740f Add hooks to implement Canvas.drawTextOnPath() in GL by Romain Guy · 12 years ago
  81. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  82. 33f6beb Record possible clip rejects when recording display lists by Romain Guy · 12 years ago
  83. 13631f3 Add debug markers to OpenGLRenderer by Romain Guy · 12 years ago
  84. 530041d Add stencil buffer to the EGL config by Romain Guy · 12 years ago
  85. a731b08 Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHE by Fabrice Di Meglio · 12 years ago
  86. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 12 years ago
  87. 671d6cf Full support for Canvas.drawPosText by Romain Guy · 13 years ago
  88. eb9a536 First pass at implementing Canvas.drawPosText() in GL by Romain Guy · 13 years ago
  89. d1d4bb7 Free optimization by Romain Guy · 13 years ago
  90. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  91. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  92. b02d0ca Clean TextLayout code and remove RTL_USE_HARFBUZZ by Fabrice Di Meglio · 13 years ago
  93. 9c4b79a Discard framebuffer rendering queues when discarding layers Bug #5581817 by Romain Guy · 13 years ago
  94. 4406345 Disable GLES20Canvas on emu w/o native GL by Jesse Hall · 13 years ago
  95. 7077506 Revert "Discard framebuffer rendering queues when discarding layers" by Dave Burke · 13 years ago
  96. da96f8a Discard framebuffer rendering queues when discarding layers Bug #5581817 by Romain Guy · 13 years ago
  97. 8ff6b9e Terminate EGL when an app goes in the background by Romain Guy · 13 years ago
  98. 5c863f7 Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest build is wrong by Fabrice Di Meglio · 13 years ago
  99. 79df532 Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits by Fabrice Di Meglio · 13 years ago
  100. 9c418db Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits" by Fabrice Di Meglio · 13 years ago