1. 7cae510 Wait on frame work fences when frames are dropped am: 06e2e9cf4c am: 7a14f5aeb9 by Chris Craik · 9 years ago
  2. 06e2e9c Wait on frame work fences when frames are dropped by Chris Craik · 9 years ago
  3. 56ad6ec Remove LayerRenderer. by Derek Sollenberger · 9 years ago
  4. cf3e1a7 Merge \\"Change swap chain stuffed detection logic\\" into nyc-mr1-dev am: 433a19e8bf by Chris Craik · 9 years ago
  5. 3163568 Change swap chain stuffed detection logic by Chris Craik · 9 years ago
  6. b4c51cf Merge "Move isSkiaEnabled to the Properties class" by Stan Iliev · 9 years ago
  7. 768e393 Refactor CanvasContext: move OpenGL specific code by Stan Iliev · 9 years ago
  8. 8a33e40 Move isSkiaEnabled to the Properties class by Stan Iliev · 9 years ago
  9. 5e00c7c Delete old rendering pipeline by Chris Craik · 9 years ago
  10. a1a529e Merge "Implement runtime switch to select default renderer mode" by TreeHugger Robot · 9 years ago
  11. 03de074 Implement runtime switch to select default renderer mode by Stan Iliev · 9 years ago
  12. e7f27fb Merge \\"Consider queue & dequeue times for should draw\\" into nyc-mr1-dev am: 3a465e7a12 by John Reck · 9 years ago
  13. 0def73a Consider queue & dequeue times for should draw by John Reck · 9 years ago
  14. 0535764 Remove unused method from RenderProxy and CanvasContext. by Derek Sollenberger · 9 years ago
  15. ab1080c Delete unused args by John Reck · 9 years ago
  16. 306f331 Redraw if dirty during stopped when resumed by John Reck · 9 years ago
  17. 28912a5 Make getFrameNumber lazy by John Reck · 9 years ago
  18. 8afcc76 Revert "Revert "Make stopped state a first-class thing"" by John Reck · 9 years ago
  19. 825fa4d Merge "Revert "Make stopped state a first-class thing"" into nyc-dev by John Reck · 9 years ago
  20. eab3f26 Revert "Make stopped state a first-class thing" by John Reck · 9 years ago
  21. c724dcf Merge "Make stopped state a first-class thing" into nyc-dev by John Reck · 9 years ago
  22. 945961f Make stopped state a first-class thing by John Reck · 9 years ago
  23. 51f2d60 Fix some edge cases by John Reck · 9 years ago
  24. 6246d278 Support buildLayer in new pipeline by Chris Craik · 9 years ago
  25. 38f6c03 Move updating window position off RT by John Reck · 9 years ago
  26. 11f02d7 allow for slow FrameMetricsListeners by Andres Morales · 9 years ago
  27. 910beb8 updates to FrameStatsObserver API by Andres Morales · 10 years ago
  28. 0a1abd3 Merge "Have RT drive window positioning" by John Reck · 9 years ago
  29. f648108 Have RT drive window positioning by John Reck · 10 years ago
  30. 6e068c01 Early kickoff of shadow tasks by Chris Craik · 10 years ago
  31. 06f5bc7 expose hwui frame stats through FrameStatsObserver by Andres Morales · 10 years ago
  32. 031eaed Merge "Add TextureView support to new renderer/reorderer" by Chris Craik · 10 years ago
  33. d2dfd8f Add TextureView support to new renderer/reorderer by Chris Craik · 10 years ago
  34. bf4b31f resolve merge conflicts of 04ce46db64 to master. by John Reck · 10 years ago
  35. 0bcd0cb libhwui: make setSurface asynchronous by Thomas Buhot · 10 years ago
  36. 9e7fcfd Move BakedOpDispatcher to separate file by Chris Craik · 10 years ago
  37. 98787e6 Finish shadow support in new reorderer/renderer by Chris Craik · 10 years ago
  38. 0b7e824 Initial HW layer support in new reorderer/renderer by Chris Craik · 10 years ago
  39. 263e19b Merge "Simplify TreeInfo" by Chris Craik · 10 years ago
  40. e2e53a7 Simplify TreeInfo by Chris Craik · 10 years ago
  41. 97c9265 Merge "Tune scheduling a bit, avoid a binder ipc" by John Reck · 10 years ago
  42. e486d93 Tune scheduling a bit, avoid a binder ipc by John Reck · 10 years ago
  43. 77c4010 Cleanups by John Reck · 10 years ago
  44. ddf2215 Add partial damage support to new draw path by Chris Craik · 10 years ago
  45. b816087 Rendering the window frame with a second thread by Skuhne · 10 years ago
  46. ea7a7fb MultiThreaded rendering of different renderNodes by Skuhne · 10 years ago
  47. e248bd1 Serializing display lists by John Reck · 10 years ago
  48. 149173d Support new EGL extensions by John Reck · 10 years ago
  49. 13d1b4a renderthread: add EGL_EXT_buffer_age support by Season Li · 10 years ago
  50. 272a685 Replace most usages of utils/Vector.h by John Reck · 10 years ago
  51. be3fba0 Adjust for pipeline stalls by John Reck · 10 years ago
  52. d7db4d7 Eliminate requireGlContext by John Reck · 10 years ago
  53. 50210d9 Adjust light source for window position by Alan Viverette · 10 years ago
  54. 4c9e59d Unify DrawProfiler/JankStats by John Reck · 10 years ago
  55. d04794a Add eglSwapBuffersWithDamageKHR support by John Reck · 10 years ago
  56. edc524c Add GraphicsStatsService by John Reck · 10 years ago
  57. b36016c Cleanups & simplifications by John Reck · 10 years ago
  58. ba6adf6 Initial attempt at jank-tracking stat collection by John Reck · 10 years ago
  59. d41c4d8 Add overrides and switch to nullptr keyword for all files by Chris Craik · 11 years ago
  60. 51d6a3d Cleanup various clang warnings, use unique_ptrs in several places by Chris Craik · 11 years ago
  61. 01a5ea3 Resume RT-animations after a pauseSurface by John Reck · 11 years ago
  62. aa95a88 Have an actual fallback if the surface is lost by John Reck · 11 years ago
  63. 1125d1f Add some free zoom to lockHardwareCanvas by John Reck · 11 years ago
  64. 749906b Cleanup DeferredLayerUpdater by John Reck · 11 years ago
  65. 443a714 Yet more layer tracking logging by John Reck · 11 years ago
  66. 17035b0 Have destroy call freePrefetchedLayers by John Reck · 11 years ago
  67. 998a6d8 Track buildLayer calls, destroy if unused by John Reck · 11 years ago
  68. 119907c Animator stuff by John Reck · 11 years ago
  69. 3e82495 Implement full View.buildLayer by John Reck · 11 years ago
  70. 058fc64 Connect shadow style attributes to renderer by Chris Craik · 11 years ago
  71. f47a594 Fix onTrimMemory for HardwareRenderer by John Reck · 11 years ago
  72. 68bfe0a Animator refactoring & fixes by John Reck · 11 years ago
  73. 3b20251 No-fail invokeFunctor by John Reck · 11 years ago
  74. e4267ea Even FASTER damage calculations! by John Reck · 11 years ago
  75. d72e0a3 Re-jigger layers by John Reck · 11 years ago
  76. fe5e7b7 Enable debug stuffs by John Reck · 11 years ago
  77. e1628b7 Implement FlushCaches TODO by John Reck · 11 years ago
  78. a5dda64 Bag of scheduling tweaks by John Reck · 11 years ago
  79. 797b95b2 Define light position (using new lighting spec) in Java by Chris Craik · 11 years ago
  80. 66f0be6 Wire up texture atlas by John Reck · 11 years ago
  81. 63a0667 Implement TODO(romainguy) by John Reck · 11 years ago
  82. f9be779 Make RenderNodeAnimator and WebView play nice by John Reck · 11 years ago
  83. 18f16e6 TIME LORD! by John Reck · 11 years ago
  84. e45b1fd RenderThread animator support by John Reck · 11 years ago
  85. e8a866d Merge "Fix issue with bitmap uploading" by John Reck · 11 years ago
  86. 860d155 Fix issue with bitmap uploading by John Reck · 11 years ago
  87. fae904d Fence on destruction by John Reck · 11 years ago
  88. d3d8daf Make attachFunctor blocking by John Reck · 11 years ago
  89. f4198b7 Merge hasFunctors & pushStaging into prepareTree by John Reck · 11 years ago
  90. 8e1f918 Merge "Switch DisplayListData to a staging model" by John Reck · 11 years ago
  91. 8de65a8 Switch DisplayListData to a staging model by John Reck · 11 years ago
  92. f7d9c1d Fix ThreadedRenderer.setEnabled() by John Reck · 11 years ago
  93. 1949e79 Ensure there's a GL context before creating a Layer by John Reck · 11 years ago
  94. 0d1f634 Add invokeFunctor by John Reck · 11 years ago
  95. 750ca6d Remove kStatusInvoke & kStatusDraw by John Reck · 11 years ago
  96. e18264b Rename DisplayList->RenderNode by John Reck · 11 years ago
  97. be34f2f DisplayList lifecycle changes by John Reck · 11 years ago
  98. 44fd8d2 DisplayList overhaul by John Reck · 11 years ago
  99. 19b6bcf Support HardwareLayers in RenderThread by John Reck · 11 years ago
  100. fc53ef27 Implement missing safelyRun() on ThreadedRenderer by John Reck · 11 years ago