1. 3c0f563 Fix profile gpu bars to use display fps by John Reck · 6 years ago
  2. 898123b Start RenderThread earlier to preload Vulkan/EGL drivers by Stan Iliev · 6 years ago
  3. 700079e Fix RenderThread setForLooper by John Reck · 6 years ago
  4. 981afe7 Decouple VulkanManager from RenderThread by Stan Iliev · 6 years ago
  5. 978d532 Fix RenderThread and worker thread names used by tools by Stan Iliev · 6 years ago
  6. b3cd68b Merge "Tell JVM to not wait for HWUI worker threads upon shutdown" by TreeHugger Robot · 6 years ago
  7. 80dbc35 Tell JVM to not wait for HWUI worker threads upon shutdown by Stan Iliev · 6 years ago
  8. 90276c8 Fix crash when VulkanSurface is no longer valid by Stan Iliev · 6 years ago
  9. 150001a Invoke Vulkan initialize earlier by Stan Iliev · 6 years ago
  10. 283bb46 New WebViewFunctor API by John Reck · 6 years ago
  11. 5a5a648 Fix crash when EGLSurface is no longer valid. by Derek Sollenberger · 7 years ago
  12. 1766238 Refactor DeviceInfo in HWUI by Derek Sollenberger · 7 years ago
  13. 1a025a7 Refactor HWUI readback code to be backend independent by Stan Iliev · 7 years ago
  14. 564ca3e Reland "TextureView Vulkan support and optimized OpenGL draw" by Stan Iliev · 7 years ago
  15. 9f95955 Add cache validation to ensure the validity by Yichi Chen · 7 years ago
  16. e6cfb09 Merge "Revert "TextureView Vulkan support and optimized OpenGL draw"" by Stan Iliev · 7 years ago
  17. 867c43d Revert "TextureView Vulkan support and optimized OpenGL draw" by John Reck · 7 years ago
  18. 54b9892 Merge "TextureView Vulkan support and optimized OpenGL draw" by TreeHugger Robot · 7 years ago
  19. c8e22a6 TextureView Vulkan support and optimized OpenGL draw by Stan Iliev · 7 years ago
  20. 333a83c Prefer ES 2.0 with external image support vs ES 3.0 without that support by Derek Sollenberger · 7 years ago
  21. b5fc209 Remove unneeded pipeline check by John Reck · 7 years ago
  22. b90d4cb Move all non-GL HW Bitmap work off RT by John Reck · 7 years ago
  23. 1e51071 Remove RenderThread from EglManager by John Reck · 7 years ago
  24. 1a4a981 Revert "Add support for render-ahead" by John Reck · 7 years ago
  25. 44627c2 So long OpenGLPipeline & OpenGLReadback (2/??) by John Reck · 7 years ago
  26. 18f442e Remove RenderPipelineType::OpenGL (1/many) by John Reck · 7 years ago
  27. ec10097 Add support for render-ahead by John Reck · 7 years ago
  28. 5642847 Don't use IPC in isolateProcess by John Reck · 7 years ago
  29. a31973fe Create an empty stub for Vulkan readback by Stan Iliev · 7 years ago
  30. 660d6ec Update GrContext creation calls to use sk_sp by Greg Daniel · 7 years ago
  31. 259b25a Switch RenderThread to a Java daemon thread by John Reck · 8 years ago
  32. 01b4394 Disable skia shader cache by Stan Iliev · 8 years ago
  33. 47f5c3a Fix leak of FILE* in dumping by John Reck · 8 years ago
  34. d495f43 Implement SkSL cache by Stan Iliev · 8 years ago
  35. 1bcacfd Format the world (or just HWUI) by John Reck · 8 years ago
  36. f8441e6 Switch to a fancy new queue by John Reck · 8 years ago
  37. 6b894d7 Release VectorDrawable cache surface on render thread by Stan Iliev · 8 years ago
  38. 34781b2 Move frame history into jank tracker by John Reck · 8 years ago
  39. f9e45d1 Implement CacheManager for the Skia pipelines. by Derek Sollenberger · 8 years ago
  40. 7bc3bc6 Implement HW Bitmap for Skia pipeline by Stan Iliev · 8 years ago
  41. 59069e0 Revert "Fix recent apps in system UI for Skia pipeline" by John Reck · 8 years ago
  42. b33013f Fix recent apps in system UI for Skia pipeline by Stan Iliev · 8 years ago
  43. 2f94448 Add missing assert that task isn't queued by John Reck · 8 years ago
  44. 4d7094d Merge "Check for spurious wake ups" am: 3a3cd0a27f am: c2dcebe6e6 am: 1344c034c5 by Tom Cherry · 8 years ago
  45. 298a146 Check for spurious wake ups by Tom Cherry · 8 years ago
  46. 7269372 Merge "Avoid starving RT anims" am: f77c220aa9 by John Reck · 9 years ago
  47. a5b7b89 Avoid starving RT anims by John Reck · 9 years ago
  48. 769ccdb Merge "Avoid starving RT anims" by John Reck · 9 years ago
  49. c4fbada Support Surface and Layer Readback in the SkiaPipelines. by Derek Sollenberger · 9 years ago
  50. 12efa55 Avoid starving RT anims by John Reck · 9 years ago
  51. 0e3cba3 Handle vulkan windowing directly in SkiaVulkanPipeline by Derek Sollenberger · 9 years ago
  52. fb5c675 resolve merge conflicts of 67daab6 to nyc-mr1-dev-plus-aosp by John Reck · 9 years ago
  53. 2d5b8d7 Teach JankTracker about new swap behaviors by John Reck · 9 years ago
  54. 85e0c89 resolve merge conflicts of 1599b981 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 9 years ago
  55. c6baf56 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  56. cba287b Fix threading issues by John Reck · 10 years ago
  57. 6b50780 Remove almost-all android::Singleton users by John Reck · 10 years ago
  58. 0a24b14 Add initial OpReorderer benchmarks by Chris Craik · 10 years ago
  59. 2507c34 Cleanup properties by Chris Craik · 10 years ago
  60. b36016c Cleanups & simplifications by John Reck · 10 years ago
  61. ba6adf6 Initial attempt at jank-tracking stat collection by John Reck · 10 years ago
  62. 65fe5ee Move scissor state to RenderState by Chris Craik · 10 years ago
  63. 026111b am f7049289: am 3812e68e: Merge "kill HAVE_PTHREADS." automerge: 3a10a67 by Yabin Cui · 10 years ago
  64. 3a10a67 am f7049289: am 3812e68e: Merge "kill HAVE_PTHREADS." by Yabin Cui · 10 years ago
  65. 1610486 kill HAVE_PTHREADS. by Yabin Cui · 10 years ago
  66. f78ff7d am cefeb34e: am 2c9f86aa: am 53af1cd3: Merge "Vsyncs are hard" into lmp-mr1-dev by John Reck · 10 years ago
  67. a22c9b2 Vsyncs are hard by John Reck · 10 years ago
  68. d41c4d8 Add overrides and switch to nullptr keyword for all files by Chris Craik · 10 years ago
  69. a733f89 Tweak RT-animator scheduling by John Reck · 10 years ago
  70. 01a5ea3 Resume RT-animations after a pauseSurface by John Reck · 11 years ago
  71. 8b59a52 Revert "Frameworks/base: Unused parameters in hwui" by John Reck · 11 years ago
  72. 42ddc18 Frameworks/base: Unused parameters in hwui by Andreas Gampe · 11 years ago
  73. 0e89e2b Layer changes by John Reck · 11 years ago
  74. 69e5adf Define shadow casting behavior within layers by Chris Craik · 11 years ago
  75. 21be43e Fix hwuitask & RT priorities by John Reck · 11 years ago
  76. 738ec3a Revert "Dump RenderThread stack on unresponsive" by Chris Craik · 11 years ago
  77. 73b7a4d Dump RenderThread stack on unresponsive by John Reck · 11 years ago
  78. 3b20251 No-fail invokeFunctor by John Reck · 11 years ago
  79. a5dda64 Bag of scheduling tweaks by John Reck · 11 years ago
  80. 18f16e6 TIME LORD! by John Reck · 11 years ago
  81. e45b1fd RenderThread animator support by John Reck · 11 years ago
  82. a6260b8 Fix nano vs. millis by John Reck · 11 years ago
  83. 4f02bf4 Native-side proxy by John Reck · 11 years ago
  84. 69d2513 Track Looper decoupling from ALooper by Brian Carlstrom · 11 years ago
  85. cec24ae RenderThread work by John Reck · 12 years ago