1. f0af1d5 Remove unused View.flushLayer() API by Romain Guy · 12 years ago
  2. 846a533 Update layers' opaque property when needed by Romain Guy · 12 years ago
  3. 44b2fe3 Track canvas clearing for swap buffers logic. by Chet Haase · 12 years ago
  4. df07148 drop frame in case of error in updateTexImage by Mathias Agopian · 12 years ago
  5. 49c5fc0 Avoid unnecessary copy when invoking drawBitmap(int[]) Bug #6483390 by Romain Guy · 12 years ago
  6. e651cc6 Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...) by Romain Guy · 12 years ago
  7. ba6be8a Prevent WebView from crashing when detached from the window Bug #6365056 by Romain Guy · 12 years ago
  8. 1271e2c Remove USE_DISPLAY_LIST_PROPERTIES flag by Chet Haase · 12 years ago
  9. 8f3b8e3 Allow fine-grained control over functors execution by Romain Guy · 12 years ago
  10. 244ada1 Refactor GLES20Canvas/HardwareRenderer JNI layers by Romain Guy · 12 years ago
  11. 6554943 Use a status_t return type for GL functors by Romain Guy · 12 years ago
  12. bb0acdf Delete display list objects and resources on the UI thread by Romain Guy · 12 years ago
  13. 2bf68f0 Deferred layer updates by Romain Guy · 12 years ago
  14. 325740f Add hooks to implement Canvas.drawTextOnPath() in GL by Romain Guy · 12 years ago
  15. b13b9bd frameworks/base refactoring. by Mathias Agopian · 13 years ago
  16. 33f6beb Record possible clip rejects when recording display lists by Romain Guy · 13 years ago
  17. 13631f3 Add debug markers to OpenGLRenderer by Romain Guy · 13 years ago
  18. 530041d Add stencil buffer to the EGL config by Romain Guy · 13 years ago
  19. a731b08 Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHE by Fabrice Di Meglio · 13 years ago
  20. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 13 years ago
  21. 671d6cf Full support for Canvas.drawPosText by Romain Guy · 13 years ago
  22. eb9a536 First pass at implementing Canvas.drawPosText() in GL by Romain Guy · 13 years ago
  23. d1d4bb7 Free optimization by Romain Guy · 13 years ago
  24. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  25. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  26. b02d0ca Clean TextLayout code and remove RTL_USE_HARFBUZZ by Fabrice Di Meglio · 13 years ago
  27. 9c4b79a Discard framebuffer rendering queues when discarding layers Bug #5581817 by Romain Guy · 13 years ago
  28. 4406345 Disable GLES20Canvas on emu w/o native GL by Jesse Hall · 13 years ago
  29. 7077506 Revert "Discard framebuffer rendering queues when discarding layers" by Dave Burke · 13 years ago
  30. da96f8a Discard framebuffer rendering queues when discarding layers Bug #5581817 by Romain Guy · 13 years ago
  31. 8ff6b9e Terminate EGL when an app goes in the background by Romain Guy · 13 years ago
  32. 5c863f7 Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest build is wrong by Fabrice Di Meglio · 13 years ago
  33. 79df532 Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits by Fabrice Di Meglio · 13 years ago
  34. 9c418db Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits" by Fabrice Di Meglio · 13 years ago
  35. d686d76 Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits by Fabrice Di Meglio · 13 years ago
  36. 163268b Fix bug #5274332 TextLayoutCache is having multiple instances by Fabrice Di Meglio · 13 years ago
  37. 189887e Implement saveLayer*() correctly by Romain Guy · 13 years ago
  38. 067bb3b Merge "Update TextLayout logging" by Fabrice Di Meglio · 13 years ago
  39. abb0f29 Update TextLayout logging by Fabrice Di Meglio · 13 years ago
  40. 302a9df Add an API to set the transform on a TextureView's surface texture. Bug #5156689 by Romain Guy · 13 years ago
  41. 9d86551 Remove unnecessary private API by Romain Guy · 13 years ago
  42. 65b345f Reclaim more memory, more often. by Romain Guy · 13 years ago
  43. 162a021 Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList. Bug: 5062011 by Jeff Brown · 13 years ago
  44. f40aa38 Merge "Trim OpenGLRenderer's memory usage whenever possible" by Romain Guy · 13 years ago
  45. 6be3d55 Add lock/unlockCanvas to TextureView by Romain Guy · 13 years ago
  46. bdf7609 Trim OpenGLRenderer's memory usage whenever possible by Romain Guy · 13 years ago
  47. 9ace8f5 Use NEAREST filtering for layers whenever possible. by Romain Guy · 13 years ago
  48. f61970fc Add an API to query maximum bitmap/texture size on Canvas. by Romain Guy · 13 years ago
  49. 5c5050d Make TextureView to use async SurfaceTexture. by Grace Kloba · 13 years ago
  50. a948927 Add the ability to specify the opacity of a TextureView by Romain Guy · 13 years ago
  51. c989d86 Collapse UI events in TextureView. by Romain Guy · 13 years ago
  52. 0bc6eb3 Fix the issue where TextureView stuck if the producer side is too fast. by Grace Kloba · 13 years ago
  53. 035f1010 Correctly register native methods. by Romain Guy · 13 years ago
  54. e5e0c50 Properly refcount SurfaceTexture in the JNI layer. by Romain Guy · 13 years ago
  55. 77a8116 Add TextureView.getBitmap() by Romain Guy · 13 years ago
  56. af033ca Fix USE_TEXT_LAYOUT_CACHE define by Fabrice Di Meglio · 13 years ago
  57. 6f7d939 Take advantage of EGL_BUFFER_PRESERVED on IMG. by Romain Guy · 13 years ago
  58. 726aeba Add support to OpenGLRendere to draw BiDi text. Bug #4350336 by Romain Guy · 13 years ago
  59. 2ea75880 Prepare OpenGLRenderer to use glyphs from TextLayoutCache by Fabrice Di Meglio · 13 years ago
  60. ed30fd8 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 13 years ago
  61. a17de9b Revert "Add ability for hierarchyviewer to output displaylist info" by Chet Haase · 13 years ago
  62. b2a4b52 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 13 years ago
  63. 8f0095c Allows to render with an OpenGL context inside a TextureView. by Romain Guy · 13 years ago
  64. aa6c24c New widget: TextureView Bug #4343984 by Romain Guy · 13 years ago
  65. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  66. 46e18c11 Don't use local ref for cached jclass reference in JNI code by Brian Carlstrom · 13 years ago
  67. 905787a Fix the build: break due to no OPENGL in some builds by Chet Haase · 13 years ago
  68. 0865d33 Fix the build - change a reference to a namespace specification by Chet Haase · 13 years ago
  69. 9c1e23b Add logging of graphics acceleration info to bugreports by Chet Haase · 13 years ago
  70. ed6fcb0 Add support for drawPoint() and drawPoints(). by Romain Guy · 13 years ago
  71. a168d73 Correctly apply filters to Alpha8 bitmaps. by Romain Guy · 13 years ago
  72. 8329db3 am b245e31f: am ee7ace06: Merge "Fix rendering artifact in edge fades. Bug #4092053" into honeycomb-mr1 by Romain Guy · 13 years ago
  73. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 13 years ago
  74. 9b8c5f6 Merge "Remove unused JNI global references." by Carl Shapiro · 13 years ago
  75. cabfcc1 Add support for partial invalidates in WebView Bug #3461349 by Romain Guy · 13 years ago
  76. 17cc33a Remove unused JNI global references. by Carl Shapiro · 13 years ago
  77. 2b1847e Remove unused API by Romain Guy · 14 years ago
  78. 7d7b549 Enable partial invalidates when rendering with OpenGL. by Romain Guy · 14 years ago
  79. daf98e9 Use optimized display lists for all hwaccelerated rendering by Chet Haase · 14 years ago
  80. 8b2f526 Add support for arcs. by Romain Guy · 14 years ago
  81. c1cd9ba3 Add support for ovals and stroked rectangles. by Romain Guy · 14 years ago
  82. 5a7b466 Add support for drawBitmapMesh(). by Romain Guy · 14 years ago
  83. 01d58e4 Add rounded rects and circles support to OpenGLRenderer. by Romain Guy · 14 years ago
  84. 807daf7 Add support for skew() by Romain Guy · 14 years ago
  85. ada830f Cleanup implementation of hardware layers. by Romain Guy · 14 years ago
  86. 57066eb Cleanup GL objects on the correct thread. by Romain Guy · 14 years ago
  87. 6c319ca Better backend for hardware layers. by Romain Guy · 14 years ago
  88. 5977baa Reuse of native display list objects by Chet Haase · 14 years ago
  89. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 14 years ago
  90. 0fe478e Support nested display lists. by Romain Guy · 14 years ago
  91. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  92. 41030da Add a getNativeMatrix() API. by Romain Guy · 14 years ago
  93. 4bb9420 Optimize 9patch rendering. by Romain Guy · 14 years ago
  94. 6b7bd24 Don't clear the framebuffer when not needed. by Romain Guy · 14 years ago
  95. bdb801ca Remove logs to reduce logcat spam. by Romain Guy · 14 years ago
  96. b051e89 Add display lists caching. by Romain Guy · 14 years ago
  97. 4aa9057 Adding display lists to the GL renderer (checkpoint.) by Romain Guy · 14 years ago
  98. e2d345e Add debug mode to measure performance. by Romain Guy · 14 years ago
  99. 759ea80 Add support for drawLines(), with anti-aliasing by Romain Guy · 14 years ago
  100. b025b9c Better error handling in the OpenGL renderer. by Romain Guy · 14 years ago