1. 1bcacfd Format the world (or just HWUI) by John Reck · 7 years ago
  2. 9a81487 Improve time to texture destruction by John Reck · 7 years ago
  3. efb4b06 Add ColorSpace information on Bitmap by Romain Guy · 7 years ago
  4. 00783be Don't count hw bitmap's textures in TextureCache by sergeyv · 7 years ago
  5. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 8 years ago
  6. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  7. 4387190 Eliminate recents upload jank by John Reck · 8 years ago
  8. 48a8f43 Move several property queries to Properties class by Chris Craik · 8 years ago
  9. 38e0c32 Track texture memory globally by John Reck · 9 years ago
  10. 68f5b8a Move texture upload behavior to TextureState by Chris Craik · 9 years ago
  11. 272a685 Replace most usages of utils/Vector.h by John Reck · 9 years ago
  12. 00e79c9 Mark isInUse per-window by John Reck · 9 years ago
  13. 6ad690e Fix AssetAtlas usage in BitmapShaders by Chris Craik · 9 years ago
  14. 4538ef2 Delete unused by John Reck · 9 years ago
  15. 117bdbc Glop ColorFilter & VertexBuffer support, initial enable by Chris Craik · 9 years ago
  16. 3d4eed7 Update HWUI to store its own SkBitmap objects by Derek Sollenberger · 10 years ago
  17. e84a208 Add overrides and switch to nullptr keyword by Chris Craik · 10 years ago
  18. 59cf734 resolved conflicts for merge of d67bb501 to master by Yohann Roussel · 10 years ago
  19. ebd5261 Don't preload textures for AssetAtlas by John Reck · 10 years ago
  20. fb7ff70 am 5ab86ba0: am 89a63f02: am 0c31d97a: Merge "Switch TextureCache to SkPixelRef::fStableId" into lmp-mr1-dev by John Reck · 10 years ago
  21. 71d08a0 Switch TextureCache to SkPixelRef::fStableId by John Reck · 10 years ago
  22. 2dc236b Clean up physical coupling by Tom Hudson · 10 years ago
  23. 2357d72 resolved conflicts for merge of ecae1ffd to master by ztenghui · 10 years ago
  24. c5e0a29 update parameters in uploadToTexture() for GLES20 by Lu, Shenghua · 11 years ago
  25. d1ad5e6 Inspect SkShader to determine hw shader. by Leon Scroggins III · 10 years ago
  26. 860d155 Fix issue with bitmap uploading by John Reck · 10 years ago
  27. d218a92 Use const where possible for drawing parameters by Chris Craik · 11 years ago
  28. 318ae7b Take SkBitmap's stride into account when uploading textures Bug #10151807 by Romain Guy · 11 years ago
  29. 059e12c Use LruCache instead of GenerationCache in libhwui by Romain Guy · 12 years ago
  30. 5243957 Enable mipmapping, without a deadlock this time Bug #7353771 by Romain Guy · 12 years ago
  31. 713e1bb Add API to enable mipmaps on Bitmap Bug #7353771 by Romain Guy · 12 years ago
  32. e651cc6 Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...) by Romain Guy · 12 years ago
  33. 029f643 Add missing includes for Mutex.h by Derek Sollenberger · 12 years ago
  34. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  35. eca0ca2 Memory optimizations for libhwui Bug #5566149 by Romain Guy · 13 years ago
  36. fe48f65 Free resources only from the GL context thread. Bug #3179882 by Romain Guy · 14 years ago
  37. e190aa6 Add new runtime debug flags. by Romain Guy · 14 years ago
  38. c15008e Move all debug flags in a single place. by Romain Guy · 14 years ago
  39. 9e10841 Correctly remove unused paths from the cache. by Romain Guy · 14 years ago
  40. 5b3b352 Optimize FBO drawing with regions. by Romain Guy · 14 years ago
  41. d98aa2d DisplayList optimizations and fixes. by Chet Haase · 14 years ago
  42. 21b028a Move GenerationCache to the utils directory. by Romain Guy · 14 years ago
  43. 7adaf3d Add support for paletted textures. by Romain Guy · 14 years ago
  44. 8c749f8 Fix texture corruption issue, faster re-upload of textures. by Romain Guy · 14 years ago
  45. a2341a9 Purge Skia objects from GL caches as needed. by Romain Guy · 14 years ago
  46. 9aaa826 Fix possible infinite loop when purging textures. by Romain Guy · 14 years ago
  47. fb8b763 Use only one GL context per process, share chaches. by Romain Guy · 14 years ago
  48. 1639351 Make libhwui entirely optional. by Romain Guy · 14 years ago
  49. 9cccc2b Enforce maximum texture size. by Romain Guy · 14 years ago
  50. 6c81893 Simpler way to deal with the FBO multi-cache. by Romain Guy · 14 years ago
  51. 5f0c6a4 Optimize FBO cache. by Romain Guy · 14 years ago
  52. dda5702 Add a layer (FBO) cache. by Romain Guy · 14 years ago
  53. 7d139ba Remove extra leftover logs and use uint32_t instead of unsigned int. by Romain Guy · 14 years ago
  54. 121e224 Track the size in memory of the texture cache. by Romain Guy · 14 years ago
  55. fe88094 Remove unnecessary return and add bitmap generation ID tracking. by Romain Guy · 14 years ago
  56. 364703c Fix the build. by Romain Guy · 14 years ago
  57. ce0537b Add hooks for drawBitmap(). by Romain Guy · 14 years ago