1. e0cf597 Remove use of SkColorSpace::Gamut enum by Brian Osman · 6 years ago
  2. 515bd28 Merge "Don't create RenderThread for dumpsys gfxinfo" by TreeHugger Robot · 6 years ago
  3. ba7e965 Don't create RenderThread for dumpsys gfxinfo by John Reck · 6 years ago
  4. 5cca8f2 Add continuous SKP capture test api by John Reck · 6 years ago
  5. c407678 Add support for preTransform in Vulkan swapchain. by Greg Daniel · 6 years ago
  6. caa8cc6 Merge "Standardize the surface origin for each HWUI pipeline." by Derek Sollenberger · 6 years ago
  7. 34495b9 Merge "VkFunctorDrawable implementation" by TreeHugger Robot · 6 years ago
  8. 7b8c1eb VkFunctorDrawable implementation by Bo Liu · 6 years ago
  9. 82637f5 Merge "Invoke Vulkan initialize earlier" by TreeHugger Robot · 6 years ago
  10. 25833d2 Standardize the surface origin for each HWUI pipeline. by Derek Sollenberger · 6 years ago
  11. a26b9b9 Merge "Fix leak/crash in exit" by TreeHugger Robot · 6 years ago
  12. 6104cea Fix leak/crash in exit by John Reck · 6 years ago
  13. 150001a Invoke Vulkan initialize earlier by Stan Iliev · 6 years ago
  14. 43d0613 Change formula for font cache size by Stan Iliev · 6 years ago
  15. 1b0278c Mark GrContext dirty after onContextDestroyed by Bo Liu · 6 years ago
  16. a640ed6 Merge "Fix/suppress renderthread google-explicit-constructor warnings" am: 138aae8eaf am: 2e2028aee4 by Chih-Hung Hsieh · 6 years ago
  17. d736d4b Fix/suppress renderthread google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  18. c0cd1d7f Merge "New WebViewFunctor API" by John Reck · 6 years ago
  19. 3bff135 [HWUI] Remove hardcoding around wide color gamut. by Peiyong Lin · 6 years ago
  20. 283bb46 New WebViewFunctor API by John Reck · 6 years ago
  21. bc46258 Fix temporary stretching when Surface is resized with Vulkan by Stan Iliev · 6 years ago
  22. 4f2b2d6 Merge "Revert "Revert "Make HWUI's surface Reliable^TM""" by John Reck · 6 years ago
  23. 848f651 Revert "Revert "Make HWUI's surface Reliable^TM"" by John Reck · 6 years ago
  24. 163e42c Merge "Prefer using 3 buffers in vulkan swapchain." by TreeHugger Robot · 6 years ago
  25. 4d5bf2a Prefer using 3 buffers in vulkan swapchain. by Greg Daniel · 6 years ago
  26. 58ccd60 Merge "Set color space on Vulkan render target surface" by TreeHugger Robot · 6 years ago
  27. 987a80c Set color space on Vulkan render target surface by Stan Iliev · 6 years ago
  28. d8a905b Merge "Remove dead code" by TreeHugger Robot · 6 years ago
  29. 7b8a808 Remove ; from closing namespaces in libs/hwui by Chris Blume · 6 years ago
  30. 4604521 Remove dead code by John Reck · 6 years ago
  31. dd08224 Revert "Make HWUI's surface Reliable^TM" by Bo Hu · 6 years ago
  32. ef60a05 Merge "In VulkanManager enable ycbcr feature on VkDevice." by Greg Daniel · 6 years ago
  33. 0503617 In VulkanManager enable ycbcr feature on VkDevice. by Greg Daniel · 6 years ago
  34. 650bd9a Make HWUI's surface Reliable^TM by John Reck · 6 years ago
  35. 8e539ca Add a sprinkle of speculative anti-crash dust by John Reck · 6 years ago
  36. 305e13a Handle ANativeWindow resize with Vulkan swapchain by Stan Iliev · 6 years ago
  37. 8785ceb Refactors and a potential public API for rendering by John Reck · 6 years ago
  38. 7a08127 Remove SyncFeatures usage from VulkanManager by Stan Iliev · 6 years ago
  39. 8a2a754 Cleanup of barriers used in swapching aquiring and presenting. by Greg Daniel · 6 years ago
  40. 9625962 Minor clean up/fixes of VulkanManager api version checks. by Greg Daniel · 6 years ago
  41. 8d1f833 Merge "Partially revert "[HWUI] Implement legacy color mode."" by TreeHugger Robot · 6 years ago
  42. 189021b Partially revert "[HWUI] Implement legacy color mode." by Peiyong Lin · 6 years ago
  43. 7021965 Merge "Wire-up default force-dark based off of isLightTheme" by John Reck · 6 years ago
  44. bb3a358 Wire-up default force-dark based off of isLightTheme by John Reck · 6 years ago
  45. 79351f3 Add support for wide gamut render targets in Vulkan by Stan Iliev · 6 years ago
  46. 26e0dca Implemenet fenceWait and createReleaseFence in VulkanManager. by Greg Daniel · 6 years ago
  47. 28a4d99 Refactor RenderState and remove unused functionality. by Derek Sollenberger · 6 years ago
  48. 5a5a648 Fix crash when EGLSurface is no longer valid. by Derek Sollenberger · 6 years ago
  49. 1766238 Refactor DeviceInfo in HWUI by Derek Sollenberger · 6 years ago
  50. 0ee549d Merge "Disable GLES validation" by John Reck · 6 years ago
  51. bdc9f1b Disable GLES validation by John Reck · 6 years ago
  52. 1f6aa12 [HWUI] Implement legacy color mode. by Peiyong Lin · 6 years ago
  53. 1a025a7 Refactor HWUI readback code to be backend independent by Stan Iliev · 6 years ago
  54. 564ca3e Reland "TextureView Vulkan support and optimized OpenGL draw" by Stan Iliev · 6 years ago
  55. 9f95955 Add cache validation to ensure the validity by Yichi Chen · 6 years ago
  56. e6cfb09 Merge "Revert "TextureView Vulkan support and optimized OpenGL draw"" by Stan Iliev · 6 years ago
  57. 867c43d Revert "TextureView Vulkan support and optimized OpenGL draw" by John Reck · 6 years ago
  58. 54b9892 Merge "TextureView Vulkan support and optimized OpenGL draw" by TreeHugger Robot · 6 years ago
  59. c8e22a6 TextureView Vulkan support and optimized OpenGL draw by Stan Iliev · 6 years ago
  60. f15c333 Merge changes Ie072511b,I6424f90c am: 9d10637e01 am: ddedd24e96 am: 57d7cabbf5 by Greg Kaiser · 6 years ago
  61. ddedd24 Merge changes Ie072511b,I6424f90c am: 9d10637e01 by Greg Kaiser · 6 years ago
  62. a95435b RenderThread: Make ~IFrameCallback() virtual by Greg Kaiser · 6 years ago
  63. 7fd0879 Merge "Update VulkanManager to use new skia Vulkan context api." by Greg Daniel · 6 years ago
  64. a227dbb Update VulkanManager to use new skia Vulkan context api. by Greg Daniel · 6 years ago
  65. 333a83c Prefer ES 2.0 with external image support vs ES 3.0 without that support by Derek Sollenberger · 6 years ago
  66. 22cc59d Have the framework setup android defines for including vulkan.h by Greg Daniel · 6 years ago
  67. edf3e1f Merge "Move allocateBuffers to RT" into pi-dev am: 2f8a3a4bb8 am: c9756c9193 by Jorim Jaggi · 6 years ago
  68. c9756c9 Merge "Move allocateBuffers to RT" into pi-dev am: 2f8a3a4bb8 by Jorim Jaggi · 6 years ago
  69. 7823ee7 Move allocateBuffers to RT by Jorim Jaggi · 6 years ago
  70. 4aa5867 No longer create a GrVkInterface in the VulkanManger. by Greg Daniel · 6 years ago
  71. 5d03348 Fix path rendering issues by Stan Iliev · 6 years ago
  72. 2f9d867 Remove unused member in VulkanManager. by Greg Daniel · 6 years ago
  73. 2ff20271 Manually create and manage vulkan instance and device. by Greg Daniel · 6 years ago
  74. c4d7698 Merge "cts case com.android.server.cts.GraphicsStatsValidationTest#testDaveyDrawFrame in modue CtsIncidentHostTestCases failed" am: 2dd3d8cbef am: d490e788f1 by Yu Jia · 6 years ago
  75. 048c675 Merge "cts case com.android.server.cts.GraphicsStatsValidationTest#testDaveyDrawFrame in modue CtsIncidentHostTestCases failed" am: 2dd3d8cbef by Yu Jia · 6 years ago
  76. 5b02c62 Attempting to fix the black flicker by John Reck · 6 years ago
  77. cc2eee8 Attempting to fix the black flicker by John Reck · 6 years ago
  78. e4c1e6c Remove dead code by John Reck · 6 years ago
  79. e57493a cts case by Yu Jia · 6 years ago
  80. e4a8d4c Merge changes I608d4b61,Ia7900e75 into pi-dev by Jorim Jaggi · 6 years ago
  81. 117f0c2 Merge "AnimatedImageDrawable: Eliminate unnecessary calls to redraw" into pi-dev am: a2113aa4ad by Leon Scroggins III · 6 years ago
  82. 64be98d Apply surface parameters in sync with RenderThread by Jorim Jaggi · 6 years ago
  83. 4afdd1c AnimatedImageDrawable: Eliminate unnecessary calls to redraw by Leon Scroggins III · 6 years ago
  84. 7a5addd Apply surface parameters in sync with RenderThread by Jorim Jaggi · 6 years ago
  85. e170fb6 A better HW Bitmap uploader by John Reck · 6 years ago
  86. e7f688b remove BakedOps and much of renderstate by Mike Reed · 6 years ago
  87. d9d7f12 Delete a bunch of code by John Reck · 6 years ago
  88. 551d08e Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositing by Derek Sollenberger · 6 years ago
  89. b5fc209 Remove unneeded pipeline check by John Reck · 6 years ago
  90. b90d4cb Move all non-GL HW Bitmap work off RT by John Reck · 6 years ago
  91. 1e51071 Remove RenderThread from EglManager by John Reck · 6 years ago
  92. 1a4a981 Revert "Add support for render-ahead" by John Reck · 6 years ago
  93. 80e73ee Merge changes Ie7b336ea,I36a8cb45 by John Reck · 6 years ago
  94. c5e6a08 Merge "Unpin bitmaps but don't purge all scratch resources." into pi-dev am: 1c70ecb455 by Derek Sollenberger · 6 years ago
  95. 1072fff Remove Properties::isSkiaPipeline (3/!?) by John Reck · 6 years ago
  96. 44627c2 So long OpenGLPipeline & OpenGLReadback (2/??) by John Reck · 6 years ago
  97. 92a9eb9 Unpin bitmaps but don't purge all scratch resources. by Derek Sollenberger · 6 years ago
  98. 1834a8c Update to use new skia getBackendRenderTarget calls. by Greg Daniel · 6 years ago
  99. 55665d4 Merge "Remove RenderPipelineType::OpenGL (1/many)" by John Reck · 6 years ago
  100. 18f442e Remove RenderPipelineType::OpenGL (1/many) by John Reck · 6 years ago