1. 1bcacfd Format the world (or just HWUI) by John Reck · 8 years ago
  2. 8dc02f9 Delete all ro.hwui.* props by John Reck · 8 years ago
  3. efb4b06 Add ColorSpace information on Bitmap by Romain Guy · 8 years ago
  4. 8762e33 Various fixes for linear blending and gradients by Romain Guy · 9 years ago
  5. 253f2c2 Linear blending, step 1 by Romain Guy · 9 years ago
  6. 05160d7 resolve merge conflicts of 5152fd9 to stage-aosp-master by Chih-Hung Hsieh · 9 years ago
  7. faecb78 Fix google-explicit-constructor warnings in frameworks/base by Chih-Hung Hsieh · 9 years ago
  8. 48a8f43 Move several property queries to Properties class by Chris Craik · 9 years ago
  9. 38e0c32 Track texture memory globally by John Reck · 10 years ago
  10. 272a685 Replace most usages of utils/Vector.h by John Reck · 10 years ago
  11. 117bdbc Glop ColorFilter & VertexBuffer support, initial enable 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. 51d6a3d Cleanup various clang warnings, use unique_ptrs in several places by Chris Craik · 11 years ago
  14. e84a208 Add overrides and switch to nullptr keyword by Chris Craik · 11 years ago
  15. 2dc236b Clean up physical coupling by Tom Hudson · 11 years ago
  16. e63f7c62 Clean unused parameters, disable warnings by Chris Craik · 12 years ago
  17. b488004 Use float textures to render gradients when possible by Romain Guy · 12 years ago
  18. 15a65bf Remove unnecessary & uninitialized variable Bug #7728929 by Romain Guy · 13 years ago
  19. 059e12c Use LruCache instead of GenerationCache in libhwui by Romain Guy · 13 years ago
  20. 42e1e0d Improve gradients by Romain Guy · 13 years ago
  21. 8dcfd5e Clamp gradient textures to max GL texture size by Romain Guy · 13 years ago
  22. 029f643 Add missing includes for Mutex.h by Derek Sollenberger · 13 years ago
  23. e5df231 Make sure we correctly copy caches keys. Bug #5136067 by Romain Guy · 14 years ago
  24. 4974bc1 Prevent crash when purging the gradients cache. Bug #5133876 by Romain Guy · 14 years ago
  25. 6203f6c Reduce the amount of data cached by the gradients cache. by Romain Guy · 14 years ago
  26. fe48f65 Free resources only from the GL context thread. Bug #3179882 by Romain Guy · 15 years ago
  27. 5b3b352 Optimize FBO drawing with regions. by Romain Guy · 15 years ago
  28. 21b028a Move GenerationCache to the utils directory. by Romain Guy · 15 years ago
  29. ee916f1 Add support for SweepGradient in the GL renderer. by Romain Guy · 15 years ago
  30. a2341a9 Purge Skia objects from GL caches as needed. by Romain Guy · 15 years ago
  31. fb8b763 Use only one GL context per process, share chaches. by Romain Guy · 15 years ago
  32. c0ac193 Add support for linear gradients. by Romain Guy · 15 years ago