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