1. b680371 Send syncStatus and return FrameCommitCallback in FrameCallback by chaviw · 3 years, 9 months ago
  2. 712eae0 Support dump gfxinfo reset for process' without a Window by John Reck · 4 years ago
  3. 9c13753 Rework blast sync callback model by chaviw · 4 years ago
  4. 6a3fc60 Switch HWUI to use native performance hint API by Bo Liu · 4 years, 2 months ago
  5. e947e2e2 Merge "Revert "Delete RenderProxy off of the cleaner thread"" into sc-dev by John Reck · 4 years, 2 months ago
  6. f0b6921 Revert "Delete RenderProxy off of the cleaner thread" by John Reck · 4 years, 2 months ago
  7. 472d962 Merge "Delete RenderProxy off of the cleaner thread" into sc-dev by Rob Carr · 4 years, 2 months ago
  8. da35596 Delete RenderProxy off of the cleaner thread by John Reck · 4 years, 2 months ago
  9. 4df4151 Fix a crash caused by transaction by Huihong Luo · 4 years, 2 months ago
  10. 34f42fd Fix z-order for webview surface control by Huihong Luo · 4 years, 4 months ago
  11. 7600518 Improve picture capture debug path by John Reck · 4 years, 3 months ago
  12. 3920768 More benchmark tweaks by John Reck · 4 years, 4 months ago
  13. 66e06d4 Macrobenchmark tweaks & gpu memory dumping by John Reck · 4 years, 4 months ago
  14. 054b8d3 Webview overlay support by Huihong Luo · 4 years, 6 months ago
  15. 027b218 Integrate HWUI with PerformanceHintManager by Bo Liu · 4 years, 6 months ago
  16. 5fdf7b8 Add SurfaceControl to hwui by Huihong Luo · 4 years, 8 months ago
  17. 7bb70fa Remove render ahead from hwui by Ady Abraham · 4 years, 7 months ago
  18. b36bfdd Wire-up colorMode="hdr" by John Reck · 5 years ago
  19. aa4c982 Remove legacy callDrawGlFunction2 from HWUI by John Reck · 5 years ago
  20. 3fedf5a Remove unecessary exported symbols from libhwui.so by Derek Sollenberger · 6 years ago
  21. 43fe6fc [HWUI] Remove references to gui/Surface. by Alec Mouri · 6 years ago
  22. 8a82b14 [HWUI] use ANativeWindow_getLastQueuedBuffer api by Alec Mouri · 6 years ago
  23. cd18c22 Fix for Surface#lockHardwareCanvas lockups by John Reck · 6 years ago
  24. 83161dc Delete VectorDrawableAtlas by John Reck · 6 years ago
  25. 8b99419 Update includes to begin isolating graphics classes. by Derek Sollenberger · 6 years ago
  26. 859f98d Add back render-ahead support by John Reck · 6 years ago
  27. 898123b Start RenderThread earlier to preload Vulkan/EGL drivers by Stan Iliev · 7 years ago
  28. 5cca8f2 Add continuous SKP capture test api by John Reck · 7 years ago
  29. 283bb46 New WebViewFunctor API by John Reck · 7 years ago
  30. 7b8a808 Remove ; from closing namespaces in libs/hwui by Chris Blume · 7 years ago
  31. 8785ceb Refactors and a potential public API for rendering by John Reck · 7 years ago
  32. bb3a358 Wire-up default force-dark based off of isLightTheme by John Reck · 7 years ago
  33. 28a4d99 Refactor RenderState and remove unused functionality. by Derek Sollenberger · 7 years ago
  34. 1a025a7 Refactor HWUI readback code to be backend independent by Stan Iliev · 7 years ago
  35. edf3e1f Merge "Move allocateBuffers to RT" into pi-dev am: 2f8a3a4bb8 am: c9756c9193 by Jorim Jaggi · 7 years ago
  36. 7823ee7 Move allocateBuffers to RT by Jorim Jaggi · 7 years ago
  37. 5b02c62 Attempting to fix the black flicker by John Reck · 7 years ago
  38. cc2eee8 Attempting to fix the black flicker by John Reck · 7 years ago
  39. e4c1e6c Remove dead code by John Reck · 7 years ago
  40. e170fb6 A better HW Bitmap uploader by John Reck · 7 years ago
  41. 1a4a981 Revert "Add support for render-ahead" by John Reck · 7 years ago
  42. 413a3c3 Merge "Remove dead code" by TreeHugger Robot · 7 years ago
  43. 617673f Remove dead code by John Reck · 7 years ago
  44. ec10097 Add support for render-ahead by John Reck · 7 years ago
  45. 9568800 [Magnifier-26] Wire up frame callback for realsies by Mihai Popa · 8 years ago
  46. 1bcacfd Format the world (or just HWUI) by John Reck · 8 years ago
  47. f8441e6 Switch to a fancy new queue by John Reck · 8 years ago
  48. 6b894d7 Release VectorDrawable cache surface on render thread by Stan Iliev · 8 years ago
  49. 3310fb1 Cache VectorDrawables in an atlas by Stan Iliev · 8 years ago
  50. 2d41b97 Merge "Add a workaround for simulate secondary display" into oc-dev am: 31443a17e8 by John Reck · 8 years ago
  51. a896306 Add a workaround for simulate secondary display by John Reck · 8 years ago
  52. 26a2b97 Enable wide color gamut rendering by Romain Guy · 8 years ago
  53. 9a81487 Improve time to texture destruction by John Reck · 8 years ago
  54. 576b6a8 Revert "Fix recent apps in system UI for Skia pipeline" by John Reck · 8 years ago
  55. 625dd56 Fix recent apps in system UI for Skia pipeline by Stan Iliev · 8 years ago
  56. df1742e Overhaul GraphicsStatsService by John Reck · 9 years ago
  57. 2de950d Overhaul RenderNode's DisplayList management by John Reck · 9 years ago
  58. 59eecb52 Support readback from hardware bitmaps by sergeyv · 9 years ago
  59. 694d499 Routine to upload hardware bitmaps by sergeyv · 9 years ago
  60. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 9 years ago
  61. 253f2c2 Linear blending, step 1 by Romain Guy · 9 years ago
  62. 9580146 Add API to copy a window by John Reck · 9 years ago
  63. 8b9a1fa Eliminate recents upload jank am: 4387190d8e am: 021a952150 am: 897b9effb7 by John Reck · 9 years ago
  64. 4387190 Eliminate recents upload jank by John Reck · 9 years ago
  65. aa17353 Merge changes from topic \\'fifo\\' into nyc-mr1-dev am: a96d445aef by Tim Murray · 9 years ago
  66. 33eb07f Add new mode for SCHED_FIFO on UI and RenderThreads. by Tim Murray · 9 years ago
  67. f148076 Benchmark-mode for macrobench by John Reck · 9 years ago
  68. 0535764 Remove unused method from RenderProxy and CanvasContext. by Derek Sollenberger · 9 years ago
  69. ab1080c Delete unused args by John Reck · 9 years ago
  70. e94cbc7 API tweaks to PixelCopy and make it public by John Reck · 9 years ago
  71. 8afcc76 Revert "Revert "Make stopped state a first-class thing"" by John Reck · 9 years ago
  72. d2eec0e Merge "Framework-side of SurfaceView#getBitmap" into nyc-dev by John Reck · 9 years ago
  73. 10dd058 Framework-side of SurfaceView#getBitmap by John Reck · 9 years ago
  74. 825fa4d Merge "Revert "Make stopped state a first-class thing"" into nyc-dev by John Reck · 9 years ago
  75. eab3f26 Revert "Make stopped state a first-class thing" by John Reck · 9 years ago
  76. c724dcf Merge "Make stopped state a first-class thing" into nyc-dev by John Reck · 9 years ago
  77. 4a73544 Merge "Fix a derp" into nyc-dev by John Reck · 9 years ago
  78. a41f244 Fix a derp by John Reck · 9 years ago
  79. 945961f Make stopped state a first-class thing by John Reck · 9 years ago
  80. 51f2d60 Fix some edge cases by John Reck · 9 years ago
  81. 910beb8 updates to FrameStatsObserver API by Andres Morales · 10 years ago
  82. f648108 Have RT drive window positioning by John Reck · 10 years ago
  83. 06f5bc7 expose hwui frame stats through FrameStatsObserver by Andres Morales · 10 years ago
  84. 465eefb Merge "fix race condition between HWUI cache and renderThread" am: 2c2b5e8514 by John Reck · 10 years ago
  85. c0a0e1a fix race condition between HWUI cache and renderThread by Thomas Buhot · 10 years ago
  86. bf4b31f resolve merge conflicts of 04ce46db64 to master. by John Reck · 10 years ago
  87. 0bcd0cb libhwui: make setSurface asynchronous by Thomas Buhot · 10 years ago
  88. cba287b Fix threading issues by John Reck · 10 years ago
  89. 6b50780 Remove almost-all android::Singleton users by John Reck · 10 years ago
  90. 003cc3d Rename DisplayListData to DisplayList by Chris Craik · 10 years ago
  91. b816087 Rendering the window frame with a second thread by Skuhne · 10 years ago
  92. ea7a7fb MultiThreaded rendering of different renderNodes by Skuhne · 10 years ago
  93. e248bd1 Serializing display lists by John Reck · 10 years ago
  94. 272a685 Replace most usages of utils/Vector.h by John Reck · 10 years ago
  95. 50210d9 Adjust light source for window position by Alan Viverette · 10 years ago
  96. 356b177 Merge "Cleanup properties" into mnc-dev by Chris Craik · 10 years ago
  97. 7f2e5e3 Dump profile info after running test by John Reck · 10 years ago
  98. 2507c34 Cleanup properties by Chris Craik · 10 years ago
  99. 3731dc2 A bunch more cleanups by John Reck · 10 years ago
  100. 9d4efdf Revert "A bunch more cleanups" by John Reck · 10 years ago