1. d19875f [native] Use newer GrDirectContexts::MakeGL by Kevin Lubick · 1 year, 11 months ago
  2. e9a6d8d [native] Migrate to safer GrDirectContext::submit() API by Kevin Lubick · 2 years ago
  3. e2b61c6 Delete GLESRenderEngine by Alec Mouri · 2 years ago
  4. 47bcb07 Delete non-colormanagement code by Alec Mouri · 2 years ago
  5. 1f0911e Add SkiaVk backend to RenderEngine by Ian Elliott · 3 years ago
  6. 00c1ff6 Move common Skia code to SkiaRenderEngine by Lingfeng Yang · 3 years, 3 months ago
  7. 50c0afe SF: Support xy scaling for rounded corners by Vishnu Nair · 3 years, 1 month ago
  8. 722c856 Fix the issue that renderEngine bails out too early. by Sally Qi · 3 years, 3 months ago
  9. 10cea3c Allow using custom widths and colors for layer borders. by Tianhao Yao · 3 years, 5 months ago
  10. 67dd712 Enable drawing layers' borders in SurfaceFlinger. by Tianhao Yao · 3 years, 6 months ago
  11. 0ed4ee9 Merge "Improve printing of Display- and Layer- Settings" into tm-dev am: a134914200 am: 88fa9327c0 am: fa9d1f0281 am: 0080b58ffa by Leon Scroggins · 3 years, 4 months ago
  12. a134914 Merge "Improve printing of Display- and Layer- Settings" into tm-dev by Leon Scroggins · 3 years, 4 months ago
  13. a3417f8 Merge "RE: Add a test verifying we've compiled a min no of shaders" into tm-dev am: 85ba66b763 am: 14a51e83f8 by Leon Scroggins · 3 years, 4 months ago
  14. 191b877 Improve printing of Display- and Layer- Settings by Leon Scroggins III · 3 years, 5 months ago
  15. 85ba66b Merge "RE: Add a test verifying we've compiled a min no of shaders" into tm-dev by Leon Scroggins · 3 years, 4 months ago
  16. bd9374e Fix Skia Includes by Kevin Lubick · 3 years, 4 months ago
  17. 57615dd Merge "Don't double-apply display color transform" into tm-dev am: 7a559b5d16 am: d8b1e111db by Alec Mouri · 3 years, 4 months ago
  18. 7a559b5 Merge "Don't double-apply display color transform" into tm-dev by Alec Mouri · 3 years, 4 months ago
  19. 9bcd1d1 Don't double-apply display color transform by Alec Mouri · 3 years, 4 months ago
  20. 45be918 RE: Add a test verifying we've compiled a min no of shaders by Leon Scroggins III · 3 years, 4 months ago
  21. 7cff1ad Merge "SF: include number of Skia shaders in perfetto traces" into tm-dev am: ef8f5f4a24 am: 1c18a53f12 by TreeHugger Robot · 3 years, 4 months ago
  22. adf18d8 SF: include number of Skia shaders in perfetto traces by Leon Scroggins III · 3 years, 4 months ago
  23. 66cb0ce Merge "Support RenderIntents in libtonemap." into tm-dev am: e1d7972190 am: f13c331bb7 by Alec Mouri · 3 years, 4 months ago
  24. fcedb9c Support RenderIntents in libtonemap. by Alec Mouri · 3 years, 5 months ago
  25. 94109c0 Merge "Plumb through dimming stage into RenderEngine." into tm-dev by TreeHugger Robot · 3 years, 5 months ago
  26. cb7e7d2 Merge "Plumb through dimming stage into RenderEngine." by Alec Mouri · 3 years, 5 months ago
  27. ab448ac Merge "Dither HDR content when compositing to an 8-bit target" into tm-dev am: a3eab26a64 by TreeHugger Robot · 3 years, 5 months ago
  28. 88acab9 Dither HDR content when compositing to an 8-bit target by Alec Mouri · 3 years, 5 months ago
  29. 8506569 Plumb through dimming stage into RenderEngine. by Alec Mouri · 3 years, 5 months ago
  30. 30835f2 Plumb through dimming stage into RenderEngine. by Alec Mouri · 3 years, 5 months ago
  31. cb850e3 Merge "Update RenderEngine to use GrGLMakeNativeInterface instead of deprecated GrGLCreateNativeInterface. The only difference is the former returns a sk_sp instead of a bare pointer." by TreeHugger Robot · 3 years, 5 months ago
  32. 11983f2 Merge "Skip a step when blurring" into tm-dev am: 6d3d7bd485 by Leon Scroggins · 3 years, 5 months ago
  33. 55bf474 Skip a step when blurring by Leon Scroggins III · 3 years, 5 months ago
  34. 40de6ba Update RenderEngine to use GrGLMakeNativeInterface instead of deprecated GrGLCreateNativeInterface. The only difference is the former returns a sk_sp instead of a bare pointer. by Brian Salomon · 3 years, 5 months ago
  35. 7d18c52 Merge "Add AHardwareBuffer as a tone-mapping input." into tm-dev am: e0b8adbb8e by TreeHugger Robot · 3 years, 5 months ago
  36. 1a3c545 Add AHardwareBuffer as a tone-mapping input. by Alec Mouri · 3 years, 6 months ago
  37. 1d53020 [includes] Fix more references to SkRRect by Kevin Lubick · 3 years, 6 months ago
  38. 745dcaa Pass display's colorTransform to RE even if HW handles it by Leon Scroggins III · 3 years, 7 months ago
  39. e22425b Merge "RenderEngine: draw A8 buffers with a color filter" by Leon Scroggins · 3 years, 7 months ago
  40. 2c1d9ef RenderEngine: draw A8 buffers with a color filter by Leon Scroggins III · 3 years, 7 months ago
  41. b21d94e Supply extra brightness parameters to RenderEngine by Alec Mouri · 3 years, 7 months ago
  42. cdf6cbc End-to-end plumbing for dimming SDR layers by Alec Mouri · 3 years, 10 months ago
  43. 492c85c Introduce libshaders static library by Alec Mouri · 3 years, 9 months ago
  44. 26dacab Add a GaussianBlurFilter to SkiaRE using Skia blur by Robin Lee · 4 years, 1 month ago
  45. 026680a Split BlurFilter into interface + implementation by Robin Lee · 4 years, 1 month ago
  46. 59a9f50 Revert^2 "Second Patch for async RenderEngine" by Sally Qi · 3 years, 11 months ago
  47. 2109270 Revert "Second Patch for async RenderEngine" by Vladimir Marko · 3 years, 11 months ago
  48. 403a05b Second Patch for async RenderEngine by Sally Qi · 4 years ago
  49. 4ee7b49 Add support for latching unsignaled buffers in Skia RenderEngine. by Alec Mouri · 4 years ago
  50. 4cabdd0 First patch for async renderengine. by Sally Qi · 4 years, 1 month ago
  51. 547d0a6 Use clipping when layer bounds are too small to mirror the crop's corner by Derek Sollenberger · 4 years, 1 month ago
  52. 3f6385d Merge "Remove clearRegion from SurfaceView interface." by Sally Qi · 4 years, 1 month ago
  53. df3da51 Remove clearRegion from SurfaceView interface. by Sally Qi · 4 years, 2 months ago
  54. 254cb11 Merge "Enable RenderEngine context switching to be async." into sc-dev am: b6d444ff4c am: e59b39a727 by Derek Sollenberger · 4 years, 2 months ago
  55. 1ec2fb5 Enable RenderEngine context switching to be async. by Derek Sollenberger · 4 years, 2 months ago
  56. ed3290f SF: default display is active display by Ady Abraham · 4 years, 3 months ago
  57. d2bcbae Fix color shift between gles and skiagl without color management by Alec Mouri · 4 years, 2 months ago
  58. 95c0a88 Merge "Swap contexts when unmapping ExternalTextures" into sc-dev by Alec Mouri · 4 years, 2 months ago
  59. c2ffeb4 Swap contexts when unmapping ExternalTextures by Alec Mouri · 4 years, 2 months ago
  60. d3f6065 Defer deleting ExternalTextures that go out of scope during DrawLayers by Derek Sollenberger · 4 years, 2 months ago
  61. e0220ce Merge "SF: RenderEngine::primeCache should not be called as SCHED_FIFO" into sc-dev by Ady Abraham · 4 years, 2 months ago
  62. a49a916 Merge "Activate reduced shader mode in SkiaGlRenderEngine" into sc-dev by TreeHugger Robot · 4 years, 2 months ago
  63. b3d39f5 Merge "If requested then cache unprotected buffers even in protected mode" into sc-dev by Derek Sollenberger · 4 years, 2 months ago
  64. 4500718 If requested then cache unprotected buffers even in protected mode by Derek Sollenberger · 4 years, 3 months ago
  65. cbd3093 Add RenderEngine trace point with layer name. by Alec Mouri · 4 years, 3 months ago
  66. fe2a6db SF: RenderEngine::primeCache should not be called as SCHED_FIFO by Ady Abraham · 4 years, 3 months ago
  67. f8d35e9 Activate reduced shader mode in SkiaGlRenderEngine by Nathaniel Nifong · 4 years, 3 months ago
  68. f824b53 Merge "SkiaRE: Use RGB_888x for isOpaque" into sc-dev by Leon Scroggins · 4 years, 3 months ago
  69. c4e0cbd SkiaRE: Use RGB_888x for isOpaque by Leon Scroggins III · 4 years, 3 months ago
  70. c20e080 Avoid blur behind for layers that are fully opaque. by Derek Sollenberger · 4 years, 3 months ago
  71. 46259c5 Merge "Return to previous RenderEngine behavior for protected buffers" into sc-dev by Derek Sollenberger · 4 years, 3 months ago
  72. bc14f3c Return to previous RenderEngine behavior for protected buffers by Derek Sollenberger · 4 years, 3 months ago
  73. c31985e Remove unnecessary drawing commands when drawing shadows. by Derek Sollenberger · 4 years, 3 months ago
  74. 4f9959f Avoid clipping for common SysUI interactions with roundedCorners. by Derek Sollenberger · 4 years, 3 months ago
  75. b672987 Merge "Fix shadow corner radius during PIP size change" into sc-dev by Leon Scroggins · 4 years, 3 months ago
  76. 18c7970 Merge "Make sdr white point do a thing" into sc-dev by John Reck · 4 years, 3 months ago
  77. 63e8695 Fix shadow corner radius during PIP size change by Leon Scroggins III · 4 years, 3 months ago
  78. 5c234ab Merge "Updated SkiaGLRenderEngine stretch logic" into sc-dev by Nader Jawad · 4 years, 4 months ago
  79. c088bdc Updated SkiaGLRenderEngine stretch logic by Nader Jawad · 4 years, 4 months ago
  80. d16d3a0 Merge "Updated SkiaGLRenderEngine to no longer adjust stretch bounds" into sc-dev by Nader Jawad · 4 years, 4 months ago
  81. 01351e1 Merge "Apply shadow to roundedRects in RenderEngine." into sc-dev by TreeHugger Robot · 4 years, 4 months ago
  82. 63644d3 Updated SkiaGLRenderEngine to no longer adjust stretch bounds by Nader Jawad · 4 years, 4 months ago
  83. 0ad873b Remove unreachable code now that we no longer cache protected buffers by Derek Sollenberger · 4 years, 4 months ago
  84. dfde3f9 Merge "Do not map protected buffers to GPU resources and cache the result" into sc-dev by Derek Sollenberger · 4 years, 4 months ago
  85. b24258c Do not map protected buffers to GPU resources and cache the result by Derek Sollenberger · 4 years, 4 months ago
  86. b0e764c Apply shadow to roundedRects in RenderEngine. by Derek Sollenberger · 4 years, 4 months ago
  87. 8e8b3bf Update RenderEngine to properly respect the roundRectCrop. by Derek Sollenberger · 4 years, 4 months ago
  88. 2dfc98b Update SurfaceFlinger to handle stretching by Nader Jawad · 4 years, 5 months ago
  89. ac09e45 Make sdr white point do a thing by John Reck · 4 years, 5 months ago
  90. 39feade Ensure that blurRegions take into account the buffers rotation. by Derek Sollenberger · 4 years, 4 months ago
  91. 21edd57 Merge "Fix SF crashing when blur layer rect is empty" into sc-dev by Galia Peycheva · 4 years, 4 months ago
  92. e425ac8 Fix SF crashing when blur layer rect is empty by Galia Peycheva · 4 years, 5 months ago
  93. d8fdae3 Cleanup AutoBackendTexture to make it more difficult to leak resources by Derek Sollenberger · 4 years, 5 months ago
  94. a90a570 Revert "Revert "Add ExternalTexture class into RenderEngine inte..." by Alec Mouri · 4 years, 4 months ago
  95. 98a9c04 Merge "Revert "Add ExternalTexture class into RenderEngine interface"" into sc-dev by Alec Mouri · 4 years, 4 months ago
  96. 617752f Revert "Add ExternalTexture class into RenderEngine interface" by Alec Mouri · 4 years, 4 months ago
  97. 80a7a76 Don't attempt to print protected context stats if it doesn't exist by Derek Sollenberger · 4 years, 4 months ago
  98. 2daef3c Add ExternalTexture class into RenderEngine interface by Alec Mouri · 4 years, 5 months ago
  99. 0e6d356 Add additional logging to RenderEngine regarding Skia's cache contents by Derek Sollenberger · 4 years, 5 months ago
  100. b9f27ef Catch more shaders in cache warming by Nathaniel Nifong · 4 years, 5 months ago