1. cb4af9b Hwui: Remove unused variables by Andreas Gampe · 9 years ago
  2. e6a15ee Remove all usage of fmin and fmax by Chris Craik · 9 years ago
  3. 53e51e4 Handle shader matrix correctly when ignoring canvas transform by Chris Craik · 9 years ago
  4. cdd3021 am 18ae2a02: am 32eafe9b: am a08f6a66: Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited." by John Reck · 9 years ago
  5. a08f6a6 Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited." by John Reck · 9 years ago
  6. 8284073 Delete pre-glop path by Chris Craik · 9 years ago
  7. c6128ba Fix clang build by Chris Craik · 9 years ago
  8. e2bb380 Use glops for text rendering by Chris Craik · 9 years ago
  9. 083e733 Cleanup of FontRenderer by Chris Craik · 10 years ago
  10. 6c15ffa Refactoring of Program ownership/lifecycle, and WIP Glop rendering path by Chris Craik · 10 years ago
  11. 44eb2c0 Refactor blending and texture gl state by Chris Craik · 10 years ago
  12. 96a5c4c Move more GL state management to RenderState and its directory by Chris Craik · 10 years ago
  13. d41c4d8 Add overrides and switch to nullptr keyword for all files by Chris Craik · 10 years ago
  14. 51d6a3d Cleanup various clang warnings, use unique_ptrs in several places by Chris Craik · 10 years ago
  15. 64bb413 Revert "resolved conflicts for merge of 220c3f4f to master" by Andreas Gampe · 10 years ago
  16. 8b59a52 Revert "Frameworks/base: Unused parameters in hwui" by John Reck · 10 years ago
  17. 42ddc18 Frameworks/base: Unused parameters in hwui by Andreas Gampe · 10 years ago
  18. 1e19674 Frameworks/base: Wall Werror in libs/hwui by Andreas Gampe · 10 years ago
  19. 1f61b19 Fix GL_INVALID_OPERATION in font renderer when font cache is limited. by chaochen · 10 years ago
  20. 59744b7 Add hack for custom re-rasterization buckets by Chris Craik · 10 years ago
  21. c33fb2b Merge "Pass the radius as a float deeper into HWUI allowing RS to generate more accurate blurs." by Derek Sollenberger · 10 years ago
  22. d1ad5e6 Inspect SkShader to determine hw shader. by Leon Scroggins III · 10 years ago
  23. e392c81 Pass the radius as a float deeper into HWUI allowing RS to generate more accurate blurs. by Derek Sollenberger · 10 years ago
  24. 81997fe am 3cb74d21: am 5d8343b8: am a85db5ab: Merge "libhwui: Handle the blurImage() implement once RS::init fail" by Chris Craik · 10 years ago
  25. ea42e01 libhwui: Handle the blurImage() implement once RS::init fail by Lu, Shenghua · 11 years ago
  26. 63d41ab Use pre-computed index to draw the shadow. by ztenghui · 11 years ago
  27. 76d3a1b Removing SkiaColorFilter and inspecting the native object directly. by Derek Sollenberger · 11 years ago
  28. d218a92 Use const where possible for drawing parameters by Chris Craik · 11 years ago
  29. 804ff38 Handle user-defined cache path for RS. by Tim Murray · 11 years ago
  30. abe55e9 Handle user-defined cache path for RS. by Tim Murray · 11 years ago
  31. 4063a0e Clean up modelView matrix logic by Chris Craik · 11 years ago
  32. 9e233b5 am ab99b39d: am ddc0a63d: Merge "fix emoji clipping in hw draw path" into klp-dev by Victoria Lease · 11 years ago
  33. 16c8406 fix emoji clipping in hw draw path by Victoria Lease · 11 years ago
  34. efb6beb am 19c727bb: am 895a4375: Merge "Fix FontRenderer bug." into klp-dev by Tim Murray · 11 years ago
  35. 7a454ba Fix FontRenderer bug. by Tim Murray · 11 years ago
  36. 86ebf28 am 9163b1d9: am 23ae1461: Merge "Add flags word to initialization." into klp-dev by Tim Murray · 11 years ago
  37. 9578e64 Add flags word to initialization. by Tim Murray · 11 years ago
  38. ede1dea am 816f3058: am cf8e6778: Merge "Handle updates to C++ API." into klp-dev by Tim Murray · 11 years ago
  39. d8c8aaa Handle updates to C++ API. by Tim Murray · 11 years ago
  40. 3380cfd Replace float arrays with readable names by Romain Guy · 11 years ago
  41. 723b2fe fix kBW_Format glyphs by Victoria Lease · 11 years ago
  42. 250b1cf Handle updates to RS C++ API. by Tim Murray · 11 years ago
  43. 1e54681 Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts) by Victoria Lease · 11 years ago
  44. 31e08e9 Share Caches' index buffer with FontRenderer by Romain Guy · 11 years ago
  45. 8aa195d Introduce Caches::bindTexture() to reduce glBindTexture calls by Romain Guy · 11 years ago
  46. 55709fc am 55b883b0: am 30c990c3: Merge "Draw Operation merging" into jb-mr2-dev by Chris Craik · 11 years ago
  47. 527a3aa Draw Operation merging by Chris Craik · 12 years ago
  48. e48da96 resolved conflicts for merge of 886e1204 to master by Romain Guy · 11 years ago
  49. cf51a41 Introduce PixelBuffer API to enable PBOs by Romain Guy · 11 years ago
  50. f7648b7 am 21af446c: am a151ef8c: Merge "First OpenGL ES 3.0 based optimization" into jb-mr2-dev by Romain Guy · 11 years ago
  51. 0908764 First OpenGL ES 3.0 based optimization by Romain Guy · 11 years ago
  52. e4d9a01 Phase 1 of refactoring SystemServer. by Dan Morrill · 11 years ago
  53. 257ae35 Optimize text GL setup by Romain Guy · 11 years ago
  54. 661a87e Reduce number of glDraw calls when drawing text by Romain Guy · 11 years ago
  55. 115096f Minimize texture binds when drawing text by Romain Guy · 11 years ago
  56. 6e20040 Move blur code from FontRenderer to utils/Blur.cpp by Romain Guy · 12 years ago
  57. 0b58a3d Make glyph copies a little more cache friendly by Romain Guy · 12 years ago
  58. a4adcf0 Support 3D rotations when drawing text by Romain Guy · 12 years ago
  59. dd8697c Avoid double blur by Chris Craik · 12 years ago
  60. 08d160a am 7a60c43d: Merge "Use free for memory chunks allocated through memalign." by Ben Cheng · 12 years ago
  61. 15641a6 Use free for memory chunks allocated through memalign. by Ben Cheng · 12 years ago
  62. 0229d08 am 805a6fe7: Merge "Revert "Revert "Use RenderScript for large text blurs""" by Chris Craik · 12 years ago
  63. f2d8ccc Revert "Revert "Use RenderScript for large text blurs"" by Chris Craik · 12 years ago
  64. bf5703e Revert "Use RenderScript for large text blurs" by Chris Craik · 12 years ago
  65. 7c1a49f Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE by Chris Craik · 12 years ago
  66. 3f76e65 Use RenderScript for large text blurs by Chris Craik · 12 years ago
  67. 23e500d Merge "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" by Derek Sollenberger · 12 years ago
  68. b969a0d Add support for non-antialiased text by Romain Guy · 12 years ago
  69. 19d4f18 resolved conflicts for merge of c88c60be to master-chromium by Romain Guy · 12 years ago
  70. e3a9b24 Add plumbing for better text scaling by Romain Guy · 12 years ago
  71. ca79cf6 Update framework to support r5967 of Skia. by Derek Sollenberger · 12 years ago
  72. 7bb3cfe Another optimization of glyph cache uploads by Sangkyu Lee · 12 years ago
  73. cb4d600 Add stroke support to polygonal shape rendering by Chris Craik · 12 years ago
  74. b92d8f7 Optimize glyph cache texture uploads by Chet Haase · 12 years ago
  75. 8087246 Code cleanup in FontRenderer by Romain Guy · 12 years ago
  76. 9b1204b Small code cleanup in FontRenderer by Romain Guy · 12 years ago
  77. 9f5dab3 Refactor FontRenderer.cpp by Romain Guy · 12 years ago
  78. eb32a49 Paramaterize and adjust the glyph cache sizes by Chet Haase · 12 years ago
  79. f942cf1 Avoid thrashing the glyph cache during the precache phase by Chet Haase · 12 years ago
  80. 5a3ec71 Fix glyph cropping bug by Chet Haase · 12 years ago
  81. 378e919 Remove CacheTextureLine structure from FontRenderer by Chet Haase · 12 years ago
  82. 2efd5c5 Glyph cache optimization by Chet Haase · 12 years ago
  83. e816bae Optimize interactions with glyph cache by Chet Haase · 12 years ago
  84. b603981 am 05e97e81: am 0be33f2d: Merge "Add shortcut to avoid potential divide by zero in some case" by Jean-Baptiste Queru · 12 years ago
  85. 33fa1f7 Draw an empty border around glyphs to avoid sampling issues Bug #6942209 by Romain Guy · 12 years ago
  86. 0412cfc Add shortcut to avoid potential divide by zero in some case by Chen YANG · 12 years ago
  87. 00755fe Merge "Add drop shadow for drawPosText in hwui renderer." by Raph Levien · 12 years ago
  88. 416a847 Add drop shadow for drawPosText in hwui renderer. by Raph Levien · 12 years ago
  89. 0aa87bb Fix crash with new LookupGammaFontRenderer Bug #6853934 by Romain Guy · 12 years ago
  90. b1d0a4e Refactor GammaFontRenderer by Romain Guy · 12 years ago
  91. 16c8808 Textured text calls could be invisible Bug #6597730 by Romain Guy · 12 years ago
  92. 99a6ddd Forget the name of a texture after freeing Bug #6408362 by Romain Guy · 12 years ago
  93. 9d9758a Fix two memory leaks Bug #6408362 by Romain Guy · 12 years ago
  94. ae91c4c Properly pre-cache latin glyphs Bug #6408362 by Romain Guy · 12 years ago
  95. 6554943 Use a status_t return type for GL functors by Romain Guy · 12 years ago
  96. a9dd820 Prevent random crashes on SGX architecture Bug #6219894 by Romain Guy · 12 years ago
  97. b031798 Plug memory leak. Bug #6196903 by Romain Guy · 12 years ago
  98. dd7c8e4c Small tweak to Canvas.drawPath() GL implementation by Romain Guy · 13 years ago
  99. 9777173 Full implementation of Canvas.drawPath() by Romain Guy · 13 years ago
  100. b629490 Disable debugging code in the font renderer by Romain Guy · 13 years ago