1. 55b6f95 Track the atlas' generation ID Bug #9589379 by Romain Guy · 11 years ago
  2. e3b0a01 Refcount 9-patches and properly handle GC events by Romain Guy · 11 years ago
  3. 16ea8d3 Refcount the paint used by Canvas.drawPatch() by Romain Guy · 11 years ago
  4. 03c00b5 Batch 9-patches in a single mesh whenever possible by Romain Guy · 11 years ago
  5. 4154182 Use individual glyph positions to determine text bounds. by Chris Craik · 11 years ago
  6. 3b748a4 Pack preloaded framework assets in a texture atlas by Romain Guy · 11 years ago
  7. 527a3aa Draw Operation merging by Chris Craik · 11 years ago
  8. ce4a7df Don't crash when making a layer larger than supported dimensions Bug #8437401 by Romain Guy · 11 years ago
  9. 4494599 Merge "Use snapshot alpha for layers" into jb-mr2-dev by Chris Craik · 11 years ago
  10. c46d07a Merge all shapes/paths caches to PathCache by Romain Guy · 11 years ago
  11. a08f95c Use snapshot alpha for layers by Chris Craik · 11 years ago
  12. ff78583 Fully deferred displaylist replay by Chris Craik · 11 years ago
  13. 0f66753 Precache glyphs at final raster size by Romain Guy · 11 years ago
  14. a4adcf0 Support 3D rotations when drawing text by Romain Guy · 11 years ago
  15. c3566d0 DisplayList draw operation reordering by Chris Craik · 11 years ago
  16. 0776a60 Move DisplayList to its own cpp file by Chris Craik · 11 years ago
  17. 63696bf Don't clip when drawing a layer by Romain Guy · 11 years ago
  18. b969a0d Add support for non-antialiased text by Romain Guy · 11 years ago
  19. 3dc553b Simplify display list logging, removing pointers by Chris Craik · 11 years ago
  20. 2af4635 Object-based DisplayList recording by Chris Craik · 12 years ago
  21. 735738c Preliminary Support for region clipping by Romain Guy · 12 years ago
  22. e3a9b24 Add plumbing for better text scaling by Romain Guy · 12 years ago
  23. 672433d Add visual profiling feature by Romain Guy · 12 years ago
  24. 3561d06 Handle offscreen animations correctly by Chet Haase · 12 years ago
  25. 7c25aab Defer layer rendering to avoid stalls Bug #7326824 by Romain Guy · 12 years ago
  26. 6a2d17f Fix texture corruption by Chet Haase · 12 years ago
  27. a3dc55f Fix a couple of rendering issues Bug #7253839 by Romain Guy · 12 years ago
  28. 034de6b Plug memory leak that happens when reusing display lists Bug #7195815 by Romain Guy · 12 years ago
  29. 54c1a64 Don't use the QCOM_tiled_rendering extension with functors Bug #7247880 by Romain Guy · 12 years ago
  30. 603f6de Fix occasional crash bug with layers by Chet Haase · 12 years ago
  31. 45e4c3d Discard framebuffer commands when we redraw the entire buffer by Romain Guy · 12 years ago
  32. 89b3f48 Merge "Enable changing properties of layer paint" into jb-mr1-dev by Chet Haase · 12 years ago
  33. 58ecc20 Reduce the number of locks acquired by display lists by Romain Guy · 12 years ago
  34. d15ebf2 Enable changing properties of layer paint by Chet Haase · 12 years ago
  35. e816bae Optimize interactions with glyph cache by Chet Haase · 12 years ago
  36. 18edb81 Avoid crash when dumping display lists by Romain Guy · 12 years ago
  37. c252595 Rename drawGeneralText to drawText by Romain Guy · 12 years ago
  38. 996e57c Hardware implementation of glyph positioning (bug 5443796) by Raph Levien · 12 years ago
  39. 95c21d0 Correctly pre-clip paths when recording display lists by Romain Guy · 12 years ago
  40. 8a4ac61 Don't clear the dirty clip flag if it's not applied Bug #6833979 by Romain Guy · 12 years ago
  41. be6f9dc Don't copy paints for 9patches by Romain Guy · 12 years ago
  42. 44b2fe3 Track canvas clearing for swap buffers logic. by Chet Haase · 12 years ago
  43. 4865909 Skip eglSwapBuffers() call when we do not draw to GL by Chet Haase · 12 years ago
  44. ddf7437 Ensure we always set the proper blending mode Bug #6527305 by Romain Guy · 12 years ago
  45. 49c5fc0 Avoid unnecessary copy when invoking drawBitmap(int[]) Bug #6483390 by Romain Guy · 12 years ago
  46. e651cc6 Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...) by Romain Guy · 12 years ago
  47. d34dd71 Fix hang/crash in native path code by Chet Haase · 12 years ago
  48. 6f9ad20 Fix launcher invisibility bug by Chet Haase · 12 years ago
  49. 1271e2c Remove USE_DISPLAY_LIST_PROPERTIES flag by Chet Haase · 12 years ago
  50. a23eed8 Fix layer blending bug by Chet Haase · 12 years ago
  51. db8c9a6 Optimization of alpha with DisplayList properties by Chet Haase · 12 years ago
  52. 9420abd Re-enable DisplayList properties. by Chet Haase · 12 years ago
  53. b85967b Re-enabling DisplayList properties by Chet Haase · 12 years ago
  54. 6554943 Use a status_t return type for GL functors by Romain Guy · 12 years ago
  55. 9d1992d Optimizing DisplayList properties by Chet Haase · 12 years ago
  56. 390f882 Correctly compute the number of bytes written by each op. Bug #6157792 by Romain Guy · 12 years ago
  57. 491189f Fix garbage deref with DisplayList property structures by Chet Haase · 12 years ago
  58. 3c9d9c1 Merge "Follow the include style used elsewhere in the library" by Romain Guy · 12 years ago
  59. d5a85fb Follow the include style used elsewhere in the library by Romain Guy · 12 years ago
  60. 866ed81 Fix garbage deref in DisplayList structures by Chet Haase · 12 years ago
  61. a1cff50 Handle view properties at the native level by Chet Haase · 12 years ago
  62. 3fe4eb9 Turn down the number of glGetError() calls. by Romain Guy · 12 years ago
  63. bb0acdf Delete display list objects and resources on the UI thread by Romain Guy · 12 years ago
  64. ad1daaa Remove stray log by Romain Guy · 12 years ago
  65. 325740f Add hooks to implement Canvas.drawTextOnPath() in GL by Romain Guy · 12 years ago
  66. 33f6beb Record possible clip rejects when recording display lists by Romain Guy · 12 years ago
  67. 13631f3 Add debug markers to OpenGLRenderer by Romain Guy · 12 years ago
  68. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 13 years ago
  69. eb9a536 First pass at implementing Canvas.drawPosText() in GL by Romain Guy · 13 years ago
  70. d4a69b4 Merge "Fix bug #5753006 Garbled Labels in Maps" by Fabrice Di Meglio · 13 years ago
  71. c511bee8 Fix bug #5753006 Garbled Labels in Maps by Fabrice Di Meglio · 13 years ago
  72. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  73. 8f9a9f6 Clip text correctly Bug #5706056 by Romain Guy · 13 years ago
  74. cac5fd3 Faster text clipping by Romain Guy · 13 years ago
  75. a62f172 Correctly dump DrawPatch operations in display lists by Romain Guy · 13 years ago
  76. 04c9d8c Optimize display lists by Romain Guy · 13 years ago
  77. 65b345f Reclaim more memory, more often. by Romain Guy · 13 years ago
  78. 162a021 Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList. Bug: 5062011 by Jeff Brown · 13 years ago
  79. 9ff3cb5 Fix parameter order evaluation issue. by Romain Guy · 13 years ago
  80. d586ad9 Fix another memory leak in OpenGLRenderer by Romain Guy · 13 years ago
  81. 726aeba Add support to OpenGLRendere to draw BiDi text. Bug #4350336 by Romain Guy · 13 years ago
  82. ed30fd8 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 13 years ago
  83. a17de9b Revert "Add ability for hierarchyviewer to output displaylist info" by Chet Haase · 13 years ago
  84. b2a4b52 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 13 years ago
  85. 9c1e23b Add logging of graphics acceleration info to bugreports by Chet Haase · 13 years ago
  86. 1af23a3 When deleting a path, remove it from the path cache. Bug #4170585 by Romain Guy · 13 years ago
  87. ed6fcb0 Add support for drawPoint() and drawPoints(). by Romain Guy · 13 years ago
  88. b29cfbf Fix paths rendering issues. by Romain Guy · 13 years ago
  89. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 13 years ago
  90. cabfcc1 Add support for partial invalidates in WebView Bug #3461349 by Romain Guy · 13 years ago
  91. 5a7e828 Fix crash when Paths are GCd in hw accelerated apps by Chet Haase · 13 years ago
  92. d63cbd1 Fix leak in reused display lists by Chet Haase · 13 years ago
  93. 2fc941e Fixes cache misses and extra allocations. Bug #3421454 by Romain Guy · 13 years ago
  94. 2b1847e Remove unused API by Romain Guy · 14 years ago
  95. 82d41a5 Fix display list support for shapes. by Romain Guy · 14 years ago
  96. 7d7b549 Enable partial invalidates when rendering with OpenGL. by Romain Guy · 14 years ago
  97. daf98e9 Use optimized display lists for all hwaccelerated rendering by Chet Haase · 14 years ago
  98. a566b7c Fix bitmap meshes to work in display lists. by Romain Guy · 14 years ago
  99. 8b2f526 Add support for arcs. by Romain Guy · 14 years ago
  100. c1cd9ba3 Add support for ovals and stroked rectangles. by Romain Guy · 14 years ago