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