1. e816bae Optimize interactions with glyph cache by Chet Haase · 12 years ago
  2. 18edb81 Avoid crash when dumping display lists by Romain Guy · 12 years ago
  3. c252595 Rename drawGeneralText to drawText by Romain Guy · 12 years ago
  4. 996e57c Hardware implementation of glyph positioning (bug 5443796) by Raph Levien · 12 years ago
  5. 95c21d0 Correctly pre-clip paths when recording display lists by Romain Guy · 12 years ago
  6. 8a4ac61 Don't clear the dirty clip flag if it's not applied Bug #6833979 by Romain Guy · 12 years ago
  7. be6f9dc Don't copy paints for 9patches by Romain Guy · 12 years ago
  8. 44b2fe3 Track canvas clearing for swap buffers logic. by Chet Haase · 12 years ago
  9. 4865909 Skip eglSwapBuffers() call when we do not draw to GL by Chet Haase · 12 years ago
  10. ddf7437 Ensure we always set the proper blending mode Bug #6527305 by Romain Guy · 12 years ago
  11. 49c5fc0 Avoid unnecessary copy when invoking drawBitmap(int[]) Bug #6483390 by Romain Guy · 12 years ago
  12. e651cc6 Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...) by Romain Guy · 12 years ago
  13. d34dd71 Fix hang/crash in native path code by Chet Haase · 12 years ago
  14. 6f9ad20 Fix launcher invisibility bug by Chet Haase · 12 years ago
  15. 1271e2c Remove USE_DISPLAY_LIST_PROPERTIES flag by Chet Haase · 12 years ago
  16. a23eed8 Fix layer blending bug by Chet Haase · 12 years ago
  17. db8c9a6 Optimization of alpha with DisplayList properties by Chet Haase · 12 years ago
  18. 9420abd Re-enable DisplayList properties. by Chet Haase · 12 years ago
  19. b85967b Re-enabling DisplayList properties by Chet Haase · 12 years ago
  20. 6554943 Use a status_t return type for GL functors by Romain Guy · 12 years ago
  21. 9d1992d Optimizing DisplayList properties by Chet Haase · 12 years ago
  22. 390f882 Correctly compute the number of bytes written by each op. Bug #6157792 by Romain Guy · 12 years ago
  23. 491189f Fix garbage deref with DisplayList property structures by Chet Haase · 12 years ago
  24. 3c9d9c1 Merge "Follow the include style used elsewhere in the library" by Romain Guy · 12 years ago
  25. d5a85fb Follow the include style used elsewhere in the library by Romain Guy · 12 years ago
  26. 866ed81 Fix garbage deref in DisplayList structures by Chet Haase · 12 years ago
  27. a1cff50 Handle view properties at the native level by Chet Haase · 12 years ago
  28. 3fe4eb9 Turn down the number of glGetError() calls. by Romain Guy · 12 years ago
  29. bb0acdf Delete display list objects and resources on the UI thread by Romain Guy · 12 years ago
  30. ad1daaa Remove stray log by Romain Guy · 12 years ago
  31. 325740f Add hooks to implement Canvas.drawTextOnPath() in GL by Romain Guy · 12 years ago
  32. 33f6beb Record possible clip rejects when recording display lists by Romain Guy · 12 years ago
  33. 13631f3 Add debug markers to OpenGLRenderer by Romain Guy · 13 years ago
  34. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 13 years ago
  35. eb9a536 First pass at implementing Canvas.drawPosText() in GL by Romain Guy · 13 years ago
  36. d4a69b4 Merge "Fix bug #5753006 Garbled Labels in Maps" by Fabrice Di Meglio · 13 years ago
  37. c511bee8 Fix bug #5753006 Garbled Labels in Maps by Fabrice Di Meglio · 13 years ago
  38. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  39. 8f9a9f6 Clip text correctly Bug #5706056 by Romain Guy · 13 years ago
  40. cac5fd3 Faster text clipping by Romain Guy · 13 years ago
  41. a62f172 Correctly dump DrawPatch operations in display lists by Romain Guy · 13 years ago
  42. 04c9d8c Optimize display lists by Romain Guy · 13 years ago
  43. 65b345f Reclaim more memory, more often. by Romain Guy · 13 years ago
  44. 162a021 Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList. Bug: 5062011 by Jeff Brown · 13 years ago
  45. 9ff3cb5 Fix parameter order evaluation issue. by Romain Guy · 13 years ago
  46. d586ad9 Fix another memory leak in OpenGLRenderer by Romain Guy · 13 years ago
  47. 726aeba Add support to OpenGLRendere to draw BiDi text. Bug #4350336 by Romain Guy · 13 years ago
  48. ed30fd8 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 13 years ago
  49. a17de9b Revert "Add ability for hierarchyviewer to output displaylist info" by Chet Haase · 13 years ago
  50. b2a4b52 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 13 years ago
  51. 9c1e23b Add logging of graphics acceleration info to bugreports by Chet Haase · 13 years ago
  52. 1af23a3 When deleting a path, remove it from the path cache. Bug #4170585 by Romain Guy · 13 years ago
  53. ed6fcb0 Add support for drawPoint() and drawPoints(). by Romain Guy · 13 years ago
  54. b29cfbf Fix paths rendering issues. by Romain Guy · 13 years ago
  55. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 13 years ago
  56. cabfcc1 Add support for partial invalidates in WebView Bug #3461349 by Romain Guy · 13 years ago
  57. 5a7e828 Fix crash when Paths are GCd in hw accelerated apps by Chet Haase · 14 years ago
  58. d63cbd1 Fix leak in reused display lists by Chet Haase · 14 years ago
  59. 2fc941e Fixes cache misses and extra allocations. Bug #3421454 by Romain Guy · 14 years ago
  60. 2b1847e Remove unused API by Romain Guy · 14 years ago
  61. 82d41a5 Fix display list support for shapes. by Romain Guy · 14 years ago
  62. 7d7b549 Enable partial invalidates when rendering with OpenGL. by Romain Guy · 14 years ago
  63. daf98e9 Use optimized display lists for all hwaccelerated rendering by Chet Haase · 14 years ago
  64. a566b7c Fix bitmap meshes to work in display lists. by Romain Guy · 14 years ago
  65. 8b2f526 Add support for arcs. by Romain Guy · 14 years ago
  66. c1cd9ba3 Add support for ovals and stroked rectangles. by Romain Guy · 14 years ago
  67. 27454a4 Collapse sucessive calls to restoreToCount() in display lists. by Romain Guy · 14 years ago
  68. 4cf6e2f Fix potential crash in display lists. by Romain Guy · 14 years ago
  69. 5a7b466 Add support for drawBitmapMesh(). by Romain Guy · 14 years ago
  70. 01d58e4 Add rounded rects and circles support to OpenGLRenderer. by Romain Guy · 14 years ago
  71. 807daf7 Add support for skew() by Romain Guy · 14 years ago
  72. 43ccf46 Don't crash Launcher on config change. by Romain Guy · 14 years ago
  73. 24c0021 Copy shaders when recording them in display lists. by Romain Guy · 14 years ago
  74. ffac7fc Add debug logs for display lists. by Romain Guy · 14 years ago
  75. ada830f Cleanup implementation of hardware layers. by Romain Guy · 14 years ago
  76. 6c319ca Better backend for hardware layers. by Romain Guy · 14 years ago
  77. 5977baa Reuse of native display list objects by Chet Haase · 14 years ago
  78. fe48f65 Free resources only from the GL context thread. Bug #3179882 by Romain Guy · 14 years ago
  79. 9e10841 Correctly remove unused paths from the cache. by Romain Guy · 14 years ago
  80. 0fe478e Support nested display lists. by Romain Guy · 14 years ago
  81. 5b3b352 Optimize FBO drawing with regions. by Romain Guy · 14 years ago
  82. ad93c2b Optimizing ColorFilter in display lists by Chet Haase · 14 years ago
  83. d98aa2d DisplayList optimizations and fixes. by Chet Haase · 14 years ago
  84. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  85. 4bb9420 Optimize 9patch rendering. by Romain Guy · 14 years ago
  86. 6b7bd24 Don't clear the framebuffer when not needed. by Romain Guy · 14 years ago
  87. 7975fb6 Apply bilinear filtering to text. by Romain Guy · 14 years ago
  88. b051e89 Add display lists caching. by Romain Guy · 14 years ago
  89. 4aa9057 Adding display lists to the GL renderer (checkpoint.) by Romain Guy · 14 years ago