1. 64fee61 hwui: purge malloc pages on bitmap destruction by Tim Murray · 6 years ago
  2. 3eadfde Attach color space after performing a readback by Leon Scroggins III · 6 years ago
  3. 1bcacfd Format the world (or just HWUI) by John Reck · 7 years ago
  4. fb0c8fc Enable colorspace conversion while perserving legacy blending. by Derek Sollenberger · 7 years ago
  5. 8709b82 Merge "Improve color correctness for drawing bitmaps with Skia pipeline" by TreeHugger Robot · 7 years ago
  6. 0a3ff95 Improve color correctness for drawing bitmaps with Skia pipeline by Stan Iliev · 7 years ago
  7. 81397c4 Remove references to (unused) colortables by Mike Reed · 7 years ago
  8. f51a80d Remove more references to kIndex_8 by Leon Scroggins III · 7 years ago
  9. 7bc3bc6 Implement HW Bitmap for Skia pipeline by Stan Iliev · 7 years ago
  10. 45ef07f Merge "Improve time to texture destruction" into oc-dev am: 1bc0286ef8 by John Reck · 7 years ago
  11. c57d930 Fix recent apps in system UI for Skia pipeline by Stan Iliev · 7 years ago
  12. 9a81487 Improve time to texture destruction by John Reck · 7 years ago
  13. 576b6a8 Revert "Fix recent apps in system UI for Skia pipeline" by John Reck · 7 years ago
  14. 59069e0 Revert "Fix recent apps in system UI for Skia pipeline" by John Reck · 7 years ago
  15. 625dd56 Fix recent apps in system UI for Skia pipeline by Stan Iliev · 7 years ago
  16. b33013f Fix recent apps in system UI for Skia pipeline by Stan Iliev · 7 years ago
  17. de0c35d Merge "Add StrictMode.noteSlowCall to calls that result in hw bitmap readback" into oc-dev am: 01a5cc9004 by Sergey Vasilinets · 7 years ago
  18. 9fd259c9 Add StrictMode.noteSlowCall to calls that result in hw bitmap readback by sergeyv · 7 years ago
  19. 489cfff Store an SkImageInfo on Bitmap by Matt Sarett · 7 years ago
  20. 7c0ae0f bitmaps and pixelrefs no longer need lock/unlock by Mike Reed · 7 years ago
  21. 0a8fb52 use sk_sp to manage colortables by Mike Reed · 7 years ago
  22. 2cb0826 lockPixels is no longer virtual by Mike Reed · 7 years ago
  23. 0246a29 Merge "Color management, the missing pieces" into oc-dev am: 7dfa16c2ef by Romain Guy · 7 years ago
  24. 8242656 Color management, the missing pieces by Romain Guy · 7 years ago
  25. ef6c9b1 Merge changes I6f00614d,I987eeab2 into oc-dev am: c273784c91 am: 3b447f6ed7 by Romain Guy · 7 years ago
  26. 7c98f5d Fix HardwareBitmapTests.testBitmapConfigFromRGB565 by Romain Guy · 7 years ago
  27. 826deef switch over to SkVertices object, and stop using deprecated methods. by Mike Reed · 7 years ago
  28. caaaa66 Convert bitmaps to sRGB/scRGB when they have a color profile by Romain Guy · 7 years ago
  29. 2bd7d98 fallout from getting rid of IGraphicBufferAlloc by Mathias Agopian · 7 years ago
  30. efb4b06 Add ColorSpace information on Bitmap by Romain Guy · 7 years ago
  31. 89ddb1f Update framework to use new SkColorSpace API by Matt Sarett · 8 years ago
  32. 9f4a82f Hardware bitmaps: Destroy texture ID generated for the copy by sergeyv · 8 years ago
  33. 6f773a0 Replace cutils/log.h and android/log.h with log/log.h by Mark Salyzyn · 8 years ago
  34. 8b6fe1d Merge "Support Bitmap.copy for hardware bitmaps" by Sergei Vasilinetc · 8 years ago
  35. 05126d1 Support Bitmap.copy for hardware bitmaps by sergeyv · 8 years ago
  36. 9505a65 Add new RGBA_F16 bitmap config by Romain Guy · 8 years ago
  37. 91d6354 HWUI: fix support RGB_565 for hardware bitmaps by sergeyv · 8 years ago
  38. cd55852 Make buffer age work in Vulkan by Greg Daniel · 8 years ago
  39. 9a02987 Add createHardwareBitmap on GraphicBuffer for SysUI by sergeyv · 8 years ago
  40. 59eecb52 Support readback from hardware bitmaps by sergeyv · 8 years ago
  41. 554ffeb Support hardware bitmaps in bitmap shaders by sergeyv · 8 years ago
  42. 850054c Use layered version of graphic buffer allocation calls. by Craig Donner · 8 years ago
  43. 1106b82 Merge "Reference ctable when adopting pointer in Bitmap" by TreeHugger Robot · 8 years ago
  44. 003f142 Reference ctable when adopting pointer in Bitmap by sergeyv · 8 years ago
  45. ab12c1f update callers to newer Skia APIs by Mike Reed · 8 years ago
  46. 694d499 Routine to upload hardware bitmaps by sergeyv · 8 years ago
  47. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 8 years ago
  48. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 8 years ago
  49. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 8 years ago
  50. c1c5406 Rename hwui/PixelRef to hwui/Bitmap Test: refactoring cl. bug:32216791 by sergeyv · 8 years ago[Renamed (78%) from libs/hwui/hwui/PixelRef.cpp]
  51. c36bd6c Move allocatePixelRef methods to hwui. by sergeyv · 8 years ago
  52. 163f881 Move PixelRef to hwui Test: refactoring cl. bug:27762775 by sergeyv · 8 years ago