1. e8c3c81 Fix TextDropShadowCacheTests and glyph_t everywhere by Chris Craik · 9 years ago
  2. 2de7771 Normalize GL_UNPACK_ALIGNMENT by John Reck · 9 years ago
  3. 5430ab2 Avoid unneeded rect params by Chris Craik · 9 years ago
  4. f09ff5a Add bitmapmesh, rect, and patch rendering by Chris Craik · 9 years ago
  5. 15c3f19 Merged op dispatch in OpReorderer by Chris Craik · 9 years ago
  6. 9e7fcfd Move BakedOpDispatcher to separate file by Chris Craik · 9 years ago
  7. a171727 Initial text support in new reorderer/renderer by Chris Craik · 9 years ago
  8. 0fe8ea2 am 697e3dd6: am ee144b1e: resolved conflicts for bd57dac5 to stage-aosp-master by Stephen Hines · 9 years ago
  9. ee144b1 resolved conflicts for bd57dac5 to stage-aosp-master by Stephen Hines · 9 years ago
  10. 148c78f8 Don't unregister Fonts from renderer at destruction by Chris Craik · 9 years ago
  11. c08820f Remove lookup3 gamma code by Chris Craik · 9 years ago
  12. 9db58c0 Remove MathUtils::min/max by Chris Craik · 9 years ago
  13. a46ca5e Make the value for shadowRadius less than 1.0 work by huanhuan.x.wang · 9 years ago
  14. fea85a3 Hwui: Remove unused variables by Andreas Gampe · 9 years ago
  15. 272a685 Replace most usages of utils/Vector.h by John Reck · 9 years ago
  16. cb4af9b Hwui: Remove unused variables by Andreas Gampe · 9 years ago
  17. e6a15ee Remove all usage of fmin and fmax by Chris Craik · 9 years ago
  18. 53e51e4 Handle shader matrix correctly when ignoring canvas transform by Chris Craik · 9 years ago
  19. 8d9b5fb Make the value for shadowRadius less than 1.0 work by huanhuan.x.wang · 9 years ago
  20. 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
  21. a08f6a6 Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited." by John Reck · 9 years ago
  22. 8284073 Delete pre-glop path by Chris Craik · 9 years ago
  23. c6128ba Fix clang build by Chris Craik · 9 years ago
  24. e2bb380 Use glops for text rendering by Chris Craik · 9 years ago
  25. 083e733 Cleanup of FontRenderer by Chris Craik · 9 years ago
  26. 6c15ffa Refactoring of Program ownership/lifecycle, and WIP Glop rendering path by Chris Craik · 10 years ago
  27. 44eb2c0 Refactor blending and texture gl state by Chris Craik · 10 years ago
  28. 96a5c4c Move more GL state management to RenderState and its directory by Chris Craik · 10 years ago
  29. d41c4d8 Add overrides and switch to nullptr keyword for all files by Chris Craik · 10 years ago
  30. 51d6a3d Cleanup various clang warnings, use unique_ptrs in several places by Chris Craik · 10 years ago
  31. 64bb413 Revert "resolved conflicts for merge of 220c3f4f to master" by Andreas Gampe · 10 years ago
  32. 8b59a52 Revert "Frameworks/base: Unused parameters in hwui" by John Reck · 10 years ago
  33. 42ddc18 Frameworks/base: Unused parameters in hwui by Andreas Gampe · 10 years ago
  34. 1e19674 Frameworks/base: Wall Werror in libs/hwui by Andreas Gampe · 10 years ago
  35. 1f61b19 Fix GL_INVALID_OPERATION in font renderer when font cache is limited. by chaochen · 10 years ago
  36. 59744b7 Add hack for custom re-rasterization buckets by Chris Craik · 10 years ago
  37. c33fb2b Merge "Pass the radius as a float deeper into HWUI allowing RS to generate more accurate blurs." by Derek Sollenberger · 10 years ago
  38. d1ad5e6 Inspect SkShader to determine hw shader. by Leon Scroggins III · 10 years ago
  39. e392c81 Pass the radius as a float deeper into HWUI allowing RS to generate more accurate blurs. by Derek Sollenberger · 10 years ago
  40. 81997fe am 3cb74d21: am 5d8343b8: am a85db5ab: Merge "libhwui: Handle the blurImage() implement once RS::init fail" by Chris Craik · 10 years ago
  41. ea42e01 libhwui: Handle the blurImage() implement once RS::init fail by Lu, Shenghua · 11 years ago
  42. 63d41ab Use pre-computed index to draw the shadow. by ztenghui · 11 years ago
  43. 76d3a1b Removing SkiaColorFilter and inspecting the native object directly. by Derek Sollenberger · 11 years ago
  44. d218a92 Use const where possible for drawing parameters by Chris Craik · 11 years ago
  45. 804ff38 Handle user-defined cache path for RS. by Tim Murray · 11 years ago
  46. abe55e9 Handle user-defined cache path for RS. by Tim Murray · 11 years ago
  47. 4063a0e Clean up modelView matrix logic by Chris Craik · 11 years ago
  48. 9e233b5 am ab99b39d: am ddc0a63d: Merge "fix emoji clipping in hw draw path" into klp-dev by Victoria Lease · 11 years ago
  49. 16c8406 fix emoji clipping in hw draw path by Victoria Lease · 11 years ago
  50. efb6beb am 19c727bb: am 895a4375: Merge "Fix FontRenderer bug." into klp-dev by Tim Murray · 11 years ago
  51. 7a454ba Fix FontRenderer bug. by Tim Murray · 11 years ago
  52. 86ebf28 am 9163b1d9: am 23ae1461: Merge "Add flags word to initialization." into klp-dev by Tim Murray · 11 years ago
  53. 9578e64 Add flags word to initialization. by Tim Murray · 11 years ago
  54. ede1dea am 816f3058: am cf8e6778: Merge "Handle updates to C++ API." into klp-dev by Tim Murray · 11 years ago
  55. d8c8aaa Handle updates to C++ API. by Tim Murray · 11 years ago
  56. 3380cfd Replace float arrays with readable names by Romain Guy · 11 years ago
  57. 723b2fe fix kBW_Format glyphs by Victoria Lease · 11 years ago
  58. 250b1cf Handle updates to RS C++ API. by Tim Murray · 11 years ago
  59. 1e54681 Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts) by Victoria Lease · 11 years ago
  60. 31e08e9 Share Caches' index buffer with FontRenderer by Romain Guy · 11 years ago
  61. 8aa195d Introduce Caches::bindTexture() to reduce glBindTexture calls by Romain Guy · 11 years ago
  62. 55709fc am 55b883b0: am 30c990c3: Merge "Draw Operation merging" into jb-mr2-dev by Chris Craik · 11 years ago
  63. 527a3aa Draw Operation merging by Chris Craik · 11 years ago
  64. e48da96 resolved conflicts for merge of 886e1204 to master by Romain Guy · 11 years ago
  65. cf51a41 Introduce PixelBuffer API to enable PBOs by Romain Guy · 11 years ago
  66. f7648b7 am 21af446c: am a151ef8c: Merge "First OpenGL ES 3.0 based optimization" into jb-mr2-dev by Romain Guy · 11 years ago
  67. 0908764 First OpenGL ES 3.0 based optimization by Romain Guy · 11 years ago
  68. e4d9a01 Phase 1 of refactoring SystemServer. by Dan Morrill · 11 years ago
  69. 257ae35 Optimize text GL setup by Romain Guy · 11 years ago
  70. 661a87e Reduce number of glDraw calls when drawing text by Romain Guy · 11 years ago
  71. 115096f Minimize texture binds when drawing text by Romain Guy · 11 years ago
  72. 6e20040 Move blur code from FontRenderer to utils/Blur.cpp by Romain Guy · 11 years ago
  73. 0b58a3d Make glyph copies a little more cache friendly by Romain Guy · 11 years ago
  74. a4adcf0 Support 3D rotations when drawing text by Romain Guy · 11 years ago
  75. dd8697c Avoid double blur by Chris Craik · 12 years ago
  76. 08d160a am 7a60c43d: Merge "Use free for memory chunks allocated through memalign." by Ben Cheng · 12 years ago
  77. 15641a6 Use free for memory chunks allocated through memalign. by Ben Cheng · 12 years ago
  78. 0229d08 am 805a6fe7: Merge "Revert "Revert "Use RenderScript for large text blurs""" by Chris Craik · 12 years ago
  79. f2d8ccc Revert "Revert "Use RenderScript for large text blurs"" by Chris Craik · 12 years ago
  80. bf5703e Revert "Use RenderScript for large text blurs" by Chris Craik · 12 years ago
  81. 7c1a49f Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE by Chris Craik · 12 years ago
  82. 3f76e65 Use RenderScript for large text blurs by Chris Craik · 12 years ago
  83. 23e500d Merge "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" by Derek Sollenberger · 12 years ago
  84. b969a0d Add support for non-antialiased text by Romain Guy · 12 years ago
  85. 19d4f18 resolved conflicts for merge of c88c60be to master-chromium by Romain Guy · 12 years ago
  86. e3a9b24 Add plumbing for better text scaling by Romain Guy · 12 years ago
  87. ca79cf6 Update framework to support r5967 of Skia. by Derek Sollenberger · 12 years ago
  88. 7bb3cfe Another optimization of glyph cache uploads by Sangkyu Lee · 12 years ago
  89. cb4d600 Add stroke support to polygonal shape rendering by Chris Craik · 12 years ago
  90. b92d8f7 Optimize glyph cache texture uploads by Chet Haase · 12 years ago
  91. 8087246 Code cleanup in FontRenderer by Romain Guy · 12 years ago
  92. 9b1204b Small code cleanup in FontRenderer by Romain Guy · 12 years ago
  93. 9f5dab3 Refactor FontRenderer.cpp by Romain Guy · 12 years ago
  94. eb32a49 Paramaterize and adjust the glyph cache sizes by Chet Haase · 12 years ago
  95. f942cf1 Avoid thrashing the glyph cache during the precache phase by Chet Haase · 12 years ago
  96. 5a3ec71 Fix glyph cropping bug by Chet Haase · 12 years ago
  97. 378e919 Remove CacheTextureLine structure from FontRenderer by Chet Haase · 12 years ago
  98. 2efd5c5 Glyph cache optimization by Chet Haase · 12 years ago
  99. e816bae Optimize interactions with glyph cache by Chet Haase · 12 years ago
  100. b603981 am 05e97e81: am 0be33f2d: Merge "Add shortcut to avoid potential divide by zero in some case" by Jean-Baptiste Queru · 12 years ago