1. dfde3f9 Merge "Do not map protected buffers to GPU resources and cache the result" into sc-dev by Derek Sollenberger · 4 years, 3 months ago
  2. b24258c Do not map protected buffers to GPU resources and cache the result by Derek Sollenberger · 4 years, 3 months ago
  3. 8e8b3bf Update RenderEngine to properly respect the roundRectCrop. by Derek Sollenberger · 4 years, 3 months ago
  4. 2dfc98b Update SurfaceFlinger to handle stretching by Nader Jawad · 4 years, 4 months ago
  5. 39feade Ensure that blurRegions take into account the buffers rotation. by Derek Sollenberger · 4 years, 3 months ago
  6. 21edd57 Merge "Fix SF crashing when blur layer rect is empty" into sc-dev by Galia Peycheva · 4 years, 4 months ago
  7. e425ac8 Fix SF crashing when blur layer rect is empty by Galia Peycheva · 4 years, 5 months ago
  8. d8fdae3 Cleanup AutoBackendTexture to make it more difficult to leak resources by Derek Sollenberger · 4 years, 4 months ago
  9. a90a570 Revert "Revert "Add ExternalTexture class into RenderEngine inte..." by Alec Mouri · 4 years, 4 months ago
  10. 98a9c04 Merge "Revert "Add ExternalTexture class into RenderEngine interface"" into sc-dev by Alec Mouri · 4 years, 4 months ago
  11. 617752f Revert "Add ExternalTexture class into RenderEngine interface" by Alec Mouri · 4 years, 4 months ago
  12. 80a7a76 Don't attempt to print protected context stats if it doesn't exist by Derek Sollenberger · 4 years, 4 months ago
  13. 2daef3c Add ExternalTexture class into RenderEngine interface by Alec Mouri · 4 years, 4 months ago
  14. 0e6d356 Add additional logging to RenderEngine regarding Skia's cache contents by Derek Sollenberger · 4 years, 4 months ago
  15. b9f27ef Catch more shaders in cache warming by Nathaniel Nifong · 4 years, 4 months ago
  16. 3425788 Revert "Increase performance for screenshots by pre-loading the buffer" by Derek Sollenberger · 4 years, 4 months ago
  17. c4a05e1 Cleanup initialization of GrContext. by Derek Sollenberger · 4 years, 5 months ago
  18. 957f7b3 Increase performance for screenshots by pre-loading the buffer by Derek Sollenberger · 4 years, 5 months ago
  19. a8f8929 Merge "RE was not using the protected cache when in protected mode" into sc-dev by Derek Sollenberger · 4 years, 5 months ago
  20. 9f3072c SkiaGLRE caching: monitor the caching of shaders by Leon Scroggins III · 4 years, 5 months ago
  21. eb904d4 RE was not using the protected cache when in protected mode by Derek Sollenberger · 4 years, 5 months ago
  22. b05e902 Merge "SkiaRE: respect disableBlending" into sc-dev by Leon Scroggins · 4 years, 5 months ago
  23. cf3d95c SkiaRE: respect disableBlending by Leon Scroggins III · 4 years, 5 months ago
  24. ddd47e3 Merge "Implement SkiaGLRenderEngine::cleanFramebufferCache" into sc-dev by Marin Shalamanov · 4 years, 5 months ago
  25. cea12ef Implement SkiaGLRenderEngine::cleanFramebufferCache by Marin Shalamanov · 4 years, 5 months ago
  26. 2cdc76b Merge "Eliminate offscreen buffer for some blurs." into sc-dev by Derek Sollenberger · 4 years, 5 months ago
  27. 90f6694 Merge "Implement SkiaGLRenderEngine::primeCache" into sc-dev by TreeHugger Robot · 4 years, 5 months ago
  28. b9216dc Implement SkiaGLRenderEngine::primeCache by Leon Scroggins III · 4 years, 5 months ago
  29. 193426d SF: add buffer checks to Render Engine by Ady Abraham · 4 years, 6 months ago
  30. 53c4e8a Merge "Dispatch texture destruction off of render thread for screenshots" into sc-dev by Alec Mouri · 4 years, 5 months ago
  31. 0d99510 Dispatch texture destruction off of render thread for screenshots by Alec Mouri · 4 years, 6 months ago
  32. a8bad0e Merge "Remove sampling usage bit requirement for output buffers" into sc-dev by Alec Mouri · 4 years, 6 months ago
  33. d354992 Remove sampling usage bit requirement for output buffers by Alec Mouri · 4 years, 6 months ago
  34. e2fe78c Cleanup Skia RE display and layer colorTransforms by Derek Sollenberger · 4 years, 6 months ago
  35. 4c331c8 Avoid unnecessary computation for shadows and clipping for rounded layers by Derek Sollenberger · 4 years, 6 months ago
  36. 7c42bef Use stack based cleanup for canvas save/restore calls. by Derek Sollenberger · 4 years, 6 months ago
  37. 3134ec3 Eliminate offscreen buffer for some blurs. by Derek Sollenberger · 4 years, 6 months ago
  38. a600b97 Fix blur region drawing crashing by Galia Peycheva · 4 years, 6 months ago
  39. fa940e0 Merge "Enable offscreen buffers in mskp captures for RenderEngine" into sc-dev by Derek Sollenberger · 4 years, 6 months ago
  40. f6a0781 Actually support protected content in SkiaGL RenderEngine by Alec Mouri · 4 years, 6 months ago
  41. 76664d6 Enable offscreen buffers in mskp captures for RenderEngine by Derek Sollenberger · 4 years, 6 months ago
  42. 3f77aa4 Add support for crossfading blur with original input. by Derek Sollenberger · 4 years, 6 months ago
  43. ecb2146 Update RenderEngine blur to snap an image of the full surface. by Derek Sollenberger · 4 years, 6 months ago
  44. cdb4ed7 Add plumbing for sending stretch effect to SF by John Reck · 4 years, 6 months ago
  45. 1d12b3b Adding SkiaGL RE information to dumpsys by Ana Krulec · 4 years, 6 months ago
  46. 1d602a1 Merge "Improve RenderEngine's blur performance." by TreeHugger Robot · 4 years, 7 months ago
  47. 545ec44 Improve RenderEngine's blur performance. by Derek Sollenberger · 4 years, 7 months ago
  48. dfec8f5 Caching images and textures for threaded Skia RE by Ana Krulec · 4 years, 7 months ago
  49. c0aae73 Clean up and fix skia-RenderEngine tests by Alec Mouri · 4 years, 7 months ago
  50. 34388ac Merge "Properly support the opaque flag in Skia RenderEngine" by Alec Mouri · 4 years, 7 months ago
  51. 4ce5ec0 Properly support the opaque flag in Skia RenderEngine by Alec Mouri · 4 years, 7 months ago
  52. 4781421 Apply the color transform for all shaders by Ana Krulec · 4 years, 7 months ago
  53. 0a8314d Merge "Don't fill boundary rectangle when drawing shadows." by TreeHugger Robot · 4 years, 7 months ago
  54. d6f0946 Plumbing through GPU context priority from SF to RE by Alec Mouri · 4 years, 8 months ago
  55. bd17b3b Don't fill boundary rectangle when drawing shadows. by Alec Mouri · 4 years, 8 months ago
  56. 6eab17a Adding additional annotation to Skia Recorder by Ana Krulec · 4 years, 8 months ago
  57. 9a71507 Merge "Fixing cosmetic kinks" by TreeHugger Robot · 4 years, 8 months ago
  58. f9a15d9 Fixing cosmetic kinks by Ana Krulec · 4 years, 8 months ago
  59. 711e1f0 Use SkSamplingOptions for all imageshaders by Mike Reed · 4 years, 8 months ago
  60. 70d15b1b Adding Skia Recorder to Render Engine by Ana Krulec · 4 years, 8 months ago
  61. 3a3cf3c Implement a new way of transforming source buffers by Huihong Luo · 4 years, 8 months ago
  62. f180f41 Fix the bilinear filtering on the Skia blur by Robin Lee · 4 years, 8 months ago
  63. c53833d Merge "Make blur surface with bounds of layer" by Galia Peycheva · 4 years, 8 months ago
  64. 8971760 Fix creating of RRect in SkiaRE by Ana Krulec · 4 years, 8 months ago
  65. f7889b3 Make blur surface with bounds of layer by Galia Peycheva · 4 years, 9 months ago
  66. e265096 SkiaRE: refactor to use eglQueryString instead by Yiwei Zhang · 4 years, 8 months ago
  67. 1a4d064 Support linear color transforms in Skia-RenderEngine. by Alec Mouri · 4 years, 9 months ago
  68. c16a77d Support caching of {LinearEffect, SkRuntimeEffect} pairs by Alec Mouri · 4 years, 9 months ago
  69. c7f6c8b Introduce AutoBackendTexture into Skia-RenderEngine by Alec Mouri · 4 years, 9 months ago
  70. 1768bd2 Respect LayerSettings::alpha in Skia-RE for buffer layers by Ana Krulec · 4 years, 9 months ago
  71. b7b28b2 Support bilinear filtering in Skia-RE by Ana Krulec · 4 years, 9 months ago
  72. 3a2a24f Merge "Revert "Respect LayerSettings::alpha in Skia-RE for buffer layers"" by Lyn Han · 4 years, 9 months ago
  73. 023e314 Merge "Revert "Support bilinear filtering in Skia-RE"" by Colin Cross · 4 years, 9 months ago
  74. 810477b Revert "Support bilinear filtering in Skia-RE" by Lyn Han · 4 years, 9 months ago
  75. 1bdedb3 Revert "Respect LayerSettings::alpha in Skia-RE for buffer layers" by Lyn Han · 4 years, 9 months ago
  76. c12fbff Merge "Respect LayerSettings::alpha in Skia-RE for buffer layers" by Ana Krulec · 4 years, 9 months ago
  77. 51e7d6e Merge "Support bilinear filtering in Skia-RE" by Ana Krulec · 4 years, 9 months ago
  78. 4bf67f5 Fix SkSurface cache. by Derek Sollenberger · 4 years, 9 months ago
  79. 0559ca7 Respect LayerSettings::alpha in Skia-RE for buffer layers by Ana Krulec · 4 years, 9 months ago
  80. 6c24c1b Support bilinear filtering in Skia-RE by Ana Krulec · 4 years, 9 months ago
  81. 20c0faa Merge "Add protected context support" by Lucas Dupin · 4 years, 9 months ago
  82. d508e47 Add protected context support by Lucas Dupin · 4 years, 9 months ago
  83. 80116e5 Unify drawing for background blur and blur regions by Galia Peycheva · 4 years, 9 months ago
  84. 6c13c19 Merge "Clip blur to bounds of layer" by Galia Peycheva · 4 years, 9 months ago
  85. 6c46065 Clip blur to bounds of layer by Galia Peycheva · 4 years, 9 months ago
  86. da4f351 Merge "Implement initial version of tone mapping in Skia RenderEngine." by TreeHugger Robot · 4 years, 9 months ago
  87. 029d195 Implement initial version of tone mapping in Skia RenderEngine. by Alec Mouri · 4 years, 10 months ago
  88. 42b86c1 Scale buffer to fit the layer boundary by Huihong Luo · 4 years, 9 months ago
  89. c3800b8 Implement blur region in RenderEngine by Lucas Dupin · 4 years, 10 months ago
  90. b34f0b7 Apply display color matrix in Skia-RenderEngine. by Alec Mouri · 4 years, 10 months ago
  91. 55560f5 Merge "Fix visual bugs in Skia-RenderEngine" by TreeHugger Robot · 4 years, 10 months ago
  92. 678245d Fix visual bugs in Skia-RenderEngine by Alec Mouri · 4 years, 10 months ago
  93. b577745 Tag color spaces in Skia-renderengine by Alec Mouri · 4 years, 10 months ago
  94. f4cb4a0 Port background blurs to SkiaRE by Lucas Dupin · 4 years, 11 months ago
  95. 3f11e92 Add shadow support to SkiaRE by Lucas Dupin · 4 years, 11 months ago
  96. bb1a1d4 Hook up transforms to SkiaRE by Lucas Dupin · 4 years, 11 months ago
  97. 21f348e Add rounded corner support to SkiaRE by Lucas Dupin · 5 years ago
  98. 081be4c Delete RenderEngine unused code by Alec Mouri · 5 years ago
  99. 67b1e2b RE-on-SK The First Steps by John Reck · 5 years ago