1. 41030da Add a getNativeMatrix() API. by Romain Guy · 14 years ago
  2. eb07af6 Optimize layer clears. by Romain Guy · 14 years ago
  3. e910805 Tweak layers caching for better performance in Launcher. by Romain Guy · 14 years ago
  4. 1f114a5 Remove logging. by Romain Guy · 14 years ago
  5. 4bb9420 Optimize 9patch rendering. by Romain Guy · 14 years ago
  6. 9db9124 Simplify black texture fragment shader. by Romain Guy · 14 years ago
  7. c00972b Don't recreate a new texture every time we draw a layer. by Romain Guy · 14 years ago
  8. dbc26d2 Don't draw fully transparent views/primitives. by Romain Guy · 14 years ago
  9. 707b2f7 Optimize GLSL shaders. by Romain Guy · 14 years ago
  10. 7537f85 Improve performance of linear gradients. by Romain Guy · 14 years ago
  11. 21b028a Move GenerationCache to the utils directory. by Romain Guy · 14 years ago
  12. 2728f96 Don't update 9patches on every frame. by Romain Guy · 14 years ago
  13. 8550c4c Better cache for layers, reduce memory usage and increase framerate. by Romain Guy · 14 years ago
  14. 1483094 Add 3D transforms support to all gradients. by Romain Guy · 14 years ago
  15. 6b7bd24 Don't clear the framebuffer when not needed. by Romain Guy · 14 years ago
  16. e3095e0 Apply 3D transformations to gradient shaders. by Romain Guy · 14 years ago
  17. eb99356 Optimize saveLayer() when the clip flag is set. by Romain Guy · 14 years ago
  18. 7adaf3d Add support for paletted textures. by Romain Guy · 14 years ago
  19. bdb801ca Remove logs to reduce logcat spam. by Romain Guy · 14 years ago
  20. 11fd654 Reorder logs. by Romain Guy · 14 years ago
  21. 3b3e457 Snap the clip rectangle to pixel boundaries. by Romain Guy · 14 years ago
  22. e8cb9c14 Apply bilinear filtering on text only when necessary. by Romain Guy · 14 years ago
  23. 1de1083 Initialize font texture cache. by Romain Guy · 14 years ago
  24. 7975fb6 Apply bilinear filtering to text. by Romain Guy · 14 years ago
  25. 0bb5667 Fix INVALID_OPERATION error with layers rendering. by Romain Guy · 14 years ago
  26. d799912 Make simple paths made of lines work. by Romain Guy · 14 years ago
  27. b051e89 Add display lists caching. by Romain Guy · 14 years ago
  28. 4aa9057 Adding display lists to the GL renderer (checkpoint.) by Romain Guy · 14 years ago
  29. e2d345e Add debug mode to measure performance. by Romain Guy · 14 years ago
  30. 38c85b9 Correctly initialize/refresh layers. by Romain Guy · 14 years ago
  31. e20ecbd Draw text decorations with lines instead of rectangles. by Romain Guy · 14 years ago
  32. 29d8997 Fix OpenGL errors in various places. by Romain Guy · 14 years ago
  33. 8c749f8 Fix texture corruption issue, faster re-upload of textures. by Romain Guy · 14 years ago
  34. ddb80be Add support for circular gradients to the GL renderer. by Romain Guy · 14 years ago
  35. ee916f1 Add support for SweepGradient in the GL renderer. by Romain Guy · 14 years ago
  36. b5ab417 Fix positioning of 1 pixel wide lines (esp. non AA lines.) by Romain Guy · 14 years ago
  37. c95c8d6 Add support for non AA lines. by Romain Guy · 14 years ago
  38. 31529ff Correctly free memory. by Romain Guy · 14 years ago
  39. 759ea80 Add support for drawLines(), with anti-aliasing by Romain Guy · 14 years ago
  40. bf43411 Snap layer bounds to pixel boundaries. by Romain Guy · 14 years ago
  41. b025b9c Better error handling in the OpenGL renderer. by Romain Guy · 14 years ago
  42. 6820ac8 Fix 9patch rendering. by Romain Guy · 14 years ago
  43. 87a7657 Docs updates. by Romain Guy · 14 years ago
  44. 1c740bc Document the implementation of saveLayer(). by Romain Guy · 14 years ago
  45. 81ab046 Forgot the return value... by Romain Guy · 14 years ago
  46. 8411f33 Fix rendering issue with layers intersecting the clip rect. by Romain Guy · 14 years ago
  47. 58ef7fb Forces windows to draw the first time they show. by Romain Guy · 14 years ago
  48. 2bffd26 Fix text rendering issue with text scaling. by Romain Guy · 14 years ago
  49. 8694230 Optimize calls to glCopyTexImage2D(). by Romain Guy · 14 years ago
  50. f607bdc Correct implementation of saveLayer(). by Romain Guy · 14 years ago
  51. a5aed0d Add support for advanced blend modes with the framebuffer. by Romain Guy · 14 years ago
  52. d90f23e Do not convert 8888 bitmaps to 565 when doing a copy. by Romain Guy · 14 years ago
  53. 183f17e A Path can exist in several cache entries. by Romain Guy · 14 years ago
  54. a2341a9 Purge Skia objects from GL caches as needed. by Romain Guy · 14 years ago
  55. 9aaa826 Fix possible infinite loop when purging textures. by Romain Guy · 14 years ago
  56. 8aef54f Add support for Canvas flags on save. by Romain Guy · 14 years ago
  57. da8532c Add hooks for hardware accelerated WebView. by Romain Guy · 14 years ago
  58. b45c0c9 Apply gamma correction to font rendering. by Romain Guy · 14 years ago
  59. f6fcac7 Fix passion build by Romain Guy · 14 years ago
  60. fb8b763 Use only one GL context per process, share chaches. by Romain Guy · 14 years ago
  61. a80d32f Add support for textScaleX. by Romain Guy · 14 years ago
  62. e9e7fd0 Update OpenGLRenderer test to test opaque ARGB8888 bitmaps. by Romain Guy · 14 years ago
  63. c4d8eb6 Speedup TextView fades (no more layers required.) by Romain Guy · 14 years ago
  64. 8b55f37 Fix drawing issues with layers. by Romain Guy · 14 years ago
  65. 1f8c960 Fix the build. by Romain Guy · 14 years ago
  66. 2542d19 Layers were using an extra Snapshot causing extra clipping. by Romain Guy · 14 years ago
  67. 8fb9542 Fix save()/restore() issues in the OpenGL renderer. by Romain Guy · 14 years ago
  68. 1d83e19 Correctly set the viewport in layers. by Romain Guy · 14 years ago
  69. 0a41749 Cleanup, better code reuse. by Romain Guy · 14 years ago
  70. 1e45aae Add drop shadows. by Romain Guy · 14 years ago
  71. 0ba681b Fix GC issue, fix local shader transformations. by Romain Guy · 14 years ago
  72. af28b51 Better support for rotation and perspective matrices. by Romain Guy · 14 years ago
  73. 959c91f Bunch of fixes. by Romain Guy · 14 years ago
  74. 98173a2 Delete shaders after a compile error. Also disable extra logging. by Romain Guy · 14 years ago
  75. 48daa54 Add extra blending modes. by Romain Guy · 14 years ago
  76. a674ab7 Add support for text underline and strikethru. by Romain Guy · 14 years ago
  77. a48a1a8 Fast text selection drawing. by Romain Guy · 14 years ago
  78. 61c8c9c Fix tons of bugs and add new text rendering support. by Romain Guy · 14 years ago
  79. 1639351 Make libhwui entirely optional. by Romain Guy · 14 years ago
  80. 9cccc2b Enforce maximum texture size. by Romain Guy · 14 years ago
  81. 8e3e359 Merge "Added drop shadow renderer to the font class." by Alex Sakhartchouk · 14 years ago
  82. f18136c Added drop shadow renderer to the font class. by Alex Sakhartchouk · 14 years ago
  83. 22158e1 Automatically cleanup textures that don't fit in the cache. by Romain Guy · 14 years ago
  84. 25ee037 Fix incorrect memory cleanup in SkiaShader. by Romain Guy · 14 years ago
  85. 7fbcc04 Add support for paths. by Romain Guy · 14 years ago
  86. 6c07daf Fix native crash in SkiaShader. by Romain Guy · 14 years ago
  87. a275354 Merge "Adding drop shadow support" by Alex Sakhartchouk · 14 years ago
  88. db1938e Add support for ColorFilters. by Romain Guy · 14 years ago
  89. 89a524a Adding drop shadow support by Alex Sakhartchouk · 14 years ago
  90. 06f96e2 Refactor Skia shaders handling. by Romain Guy · 14 years ago
  91. b82da65 Fix improper clipping after a save() by Romain Guy · 14 years ago
  92. ae5575b Fix gradients rendering and destructor crashes. by Romain Guy · 14 years ago
  93. 889f8d1 Moved all the rendering code to the new shader generator. by Romain Guy · 14 years ago
  94. ac670c0 Generate shaders to cover all possible cases. by Romain Guy · 14 years ago
  95. 65ef909 When font cache still has empty space, by Alex Sakhartchouk · 14 years ago
  96. e8e62a4 Add text alignment support to drawText(). by Romain Guy · 14 years ago
  97. 9b9902d Updating parts of font cache as needed instead of the entire map. by Alex Sakhartchouk · 14 years ago
  98. 51769a6 Cleanup, added properties for the FontRenderer. by Romain Guy · 14 years ago
  99. bd0e6aa Add a way to query GL extensions. by Romain Guy · 14 years ago
  100. 09147fb Add support for text culling. by Romain Guy · 14 years ago