1. d11bade SF: build with ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION by Ady Abraham · 3 years ago
  2. 50c0afe SF: Support xy scaling for rounded corners by Vishnu Nair · 3 years, 1 month ago
  3. 1fed86e Add test to validate that renderengine doesn't bail out early. by Sally Qi · 3 years, 1 month ago
  4. 10cea3c Allow using custom widths and colors for layer borders. by Tianhao Yao · 3 years, 4 months ago
  5. 67dd712 Enable drawing layers' borders in SurfaceFlinger. by Tianhao Yao · 3 years, 5 months ago
  6. 85ba66b Merge "RE: Add a test verifying we've compiled a min no of shaders" into tm-dev by Leon Scroggins · 3 years, 3 months ago
  7. 9bcd1d1 Don't double-apply display color transform by Alec Mouri · 3 years, 3 months ago
  8. 45be918 RE: Add a test verifying we've compiled a min no of shaders by Leon Scroggins III · 3 years, 3 months ago
  9. 8506569 Plumb through dimming stage into RenderEngine. by Alec Mouri · 3 years, 5 months ago
  10. 7a57745 Push HLG OOTF down to libtonemap. by Alec Mouri · 3 years, 5 months ago
  11. 196b0f2 Tweak libtonemap's CPU interface to support batching. by Alec Mouri · 3 years, 5 months ago
  12. 745dcaa Pass display's colorTransform to RE even if HW handles it by Leon Scroggins III · 3 years, 6 months ago
  13. 5a49372 Use BT2100 OOTF for HLG... by Alec Mouri · 3 years, 6 months ago
  14. 2c1d9ef RenderEngine: draw A8 buffers with a color filter by Leon Scroggins III · 3 years, 6 months ago
  15. dbbe385 SF: Make ExternalTexture mockable by Vishnu Nair · 3 years, 7 months ago
  16. cdf6cbc End-to-end plumbing for dimming SDR layers by Alec Mouri · 3 years, 9 months ago
  17. 2019fd2 Enable more ColorSpaces in RenderEngine by Sally Qi · 3 years, 8 months ago
  18. 4049b53 Add CPU implementation for tone-mapping curves. by Alec Mouri · 3 years, 10 months ago
  19. 59a9f50 Revert^2 "Second Patch for async RenderEngine" by Sally Qi · 3 years, 10 months ago
  20. 2109270 Revert "Second Patch for async RenderEngine" by Vladimir Marko · 3 years, 10 months ago
  21. 403a05b Second Patch for async RenderEngine by Sally Qi · 4 years ago
  22. ec41121 Fix renderengine_test to work with new async drawLayers API by Derek Sollenberger · 4 years ago
  23. 4cabdd0 First patch for async renderengine. by Sally Qi · 4 years ago
  24. 547d0a6 Use clipping when layer bounds are too small to mirror the crop's corner by Derek Sollenberger · 4 years ago
  25. df3da51 Remove clearRegion from SurfaceView interface. by Sally Qi · 4 years, 1 month ago
  26. d2bcbae Fix color shift between gles and skiagl without color management by Alec Mouri · 4 years, 1 month ago
  27. d3f6065 Defer deleting ExternalTextures that go out of scope during DrawLayers by Derek Sollenberger · 4 years, 2 months ago
  28. c4e0cbd SkiaRE: Use RGB_888x for isOpaque by Leon Scroggins III · 4 years, 2 months ago
  29. c31985e Remove unnecessary drawing commands when drawing shadows. by Derek Sollenberger · 4 years, 3 months ago
  30. 8e8b3bf Update RenderEngine to properly respect the roundRectCrop. by Derek Sollenberger · 4 years, 3 months ago
  31. 272e162 Merge "Increase color comparison threshold for blurred case" into sc-dev by TreeHugger Robot · 4 years, 3 months ago
  32. 53494f3 Increase color comparison threshold for blurred case by Nathaniel Nifong · 4 years, 3 months ago
  33. e8489fd Guarantee that blur surface has valid dimensions. by Alec Mouri · 4 years, 3 months ago
  34. af3a22e Merge "Disable renderengine blur test" into sc-dev by TreeHugger Robot · 4 years, 3 months ago
  35. ce438e7 Disable renderengine blur test by Alec Mouri · 4 years, 3 months ago
  36. a90a570 Revert "Revert "Add ExternalTexture class into RenderEngine inte..." by Alec Mouri · 4 years, 4 months ago
  37. 617752f Revert "Add ExternalTexture class into RenderEngine interface" by Alec Mouri · 4 years, 4 months ago
  38. 2daef3c Add ExternalTexture class into RenderEngine interface by Alec Mouri · 4 years, 4 months ago
  39. cf3d95c SkiaRE: respect disableBlending by Leon Scroggins III · 4 years, 5 months ago
  40. b399837 Enable RenderEngine blur testing on more devices. by Derek Sollenberger · 4 years, 6 months ago
  41. ecb2146 Update RenderEngine blur to snap an image of the full surface. by Derek Sollenberger · 4 years, 6 months ago
  42. c0aae73 Clean up and fix skia-RenderEngine tests by Alec Mouri · 4 years, 7 months ago
  43. 07b98df Add test that makes sure color transform from the layer is used by Ana Krulec · 4 years, 7 months ago
  44. 0a8314d Merge "Don't fill boundary rectangle when drawing shadows." by TreeHugger Robot · 4 years, 7 months ago
  45. bed7fd3 SF: Compile with -Wextra by Marin Shalamanov · 4 years, 7 months ago
  46. bd17b3b Don't fill boundary rectangle when drawing shadows. by Alec Mouri · 4 years, 8 months ago
  47. da2845c Fix the order of applying layer alpha and color matrices in GLESRenderEngine by KaiChieh Chuang · 4 years, 8 months ago
  48. f9a15d9 Fixing cosmetic kinks by Ana Krulec · 4 years, 8 months ago
  49. 0eab3e8 Enable Skia-RenderEngine in RenderEngineTest by Alec Mouri · 4 years, 8 months ago
  50. aa2fe7f Re-adding useColorManagement=true in GLESCMRenderEngineFactory class. by Ana Krulec · 4 years, 8 months ago
  51. 82ba2ec Moving RenderEngineTest to Value-parameterized tests by Ana Krulec · 4 years, 8 months ago
  52. 436fc19 [RenderEngine] Introduce non-linear display color transform. by KaiChieh Chuang · 5 years ago
  53. 04eae7d Remove unused code by Alec Mouri · 4 years, 11 months ago
  54. 6ab8a00 Merge "[RenderEngine] correct alpha blending func" am: 6f94260396 am: 9592c9d586 am: d0567ad4a1 am: 444c983529 am: 228b500fe6 by Treehugger Robot · 5 years ago
  55. 228b500 Merge "[RenderEngine] correct alpha blending func" am: 6f94260396 am: 9592c9d586 am: d0567ad4a1 am: 444c983529 by Treehugger Robot · 5 years ago
  56. d0567ad Merge "[RenderEngine] correct alpha blending func" am: 6f94260396 am: 9592c9d586 by Treehugger Robot · 5 years ago
  57. 6f3c0bb [RenderEngine] correct alpha blending func by wukui1 · 5 years ago
  58. 56f295e Toggle for RenderEngine to cleanup texture memory. by Alec Mouri · 5 years ago
  59. 368e158 Toggle for RenderEngine to cleanup texture memory. by Alec Mouri · 5 years ago
  60. 58379d9 Merge "Use more inclusive terms." into rvc-dev-plus-aosp am: 6da1a17423 am: e9d251bb1b am: 2658bbf0a2 by Peiyong Lin · 5 years ago
  61. d8460c8 Use more inclusive terms. by Peiyong Lin · 5 years ago
  62. 9bc9dc6 Creating a threaded version of the Render Engine. by Ana Krulec · 5 years ago
  63. 2e4fef6 Revert "Revert "[RenderEngine] Rebind output texture when unbinding framebuffer"" by Lingfeng Yang · 5 years ago
  64. e76fc0c Revert "[RenderEngine] Rebind output texture when unbinding framebuffer" by Lingfeng Yang · 5 years ago
  65. 4dde178 [RenderEngine] Rebind output texture when unbinding framebuffer by Alec Mouri · 6 years ago
  66. d9c7175 [RenderEngine] Rebind output texture when unbinding framebuffer by Alec Mouri · 6 years ago
  67. d8f9114 Merge "Remove DisplaySettings::globalTransform" into rvc-dev am: 4afbe7c775 am: fb6c28b098 am: 96fca0a0fd am: e592621ca7 by Alec Mouri · 5 years ago
  68. 0e1df74 Fix filtering for screenshotting custom displays. am: 5a6d857f33 am: f537ef6c8f am: d478f37b5f am: 6a4c7a80b9 by Alec Mouri · 5 years ago
  69. d4bf795 Remove DisplaySettings::globalTransform by Alec Mouri · 5 years ago
  70. 5a6d857 Fix filtering for screenshotting custom displays. by Alec Mouri · 5 years ago
  71. fc874ae SF: RenderEngine->drawLayers takes GraphicBuffer instead of ANativeWindow by Ana Krulec · 5 years ago
  72. 9b079a2 Skip client composition requests by Vishnu Nair · 6 years ago
  73. 19c8f0e Add support for background blurs by Lucas Dupin · 6 years ago
  74. b0dbdaa SurfaceFlinger: Enable -WConversion in Android.bp by Ady Abraham · 6 years ago
  75. 16efdbf [Shadows] Add shadow vertex generation code and shaders [8/n] by Vishnu Nair · 6 years ago
  76. 4137a1d [RenderEngine] Refactor RenderEngine creation arguments. by Peiyong Lin · 6 years ago
  77. 16a9940 [RenderEngine] add an ImageManager thread by Alec Mouri · 6 years ago
  78. 21976c3 Merge "Create EGLImages during buffer allocation" by Alec Mouri · 6 years ago
  79. fe0d72b Don't cache framebuffer images for screenshots. by Alec Mouri · 6 years ago
  80. d7b3a8b Create EGLImages during buffer allocation by Alec Mouri · 6 years ago
  81. d43ccab Add extra tests for renderengine by Alec Mouri · 6 years ago
  82. da4cf3b Add output fb cache to renderengine by Alec Mouri · 6 years ago
  83. 6338c9d Plumb fence from dequeueBuffer into renderengine by Alec Mouri · 6 years ago
  84. e7d1d4a Revert "Revert "Use renderengine::drawLayers api everywhere."" by Alec Mouri · 6 years ago
  85. 79108df Revert "Use renderengine::drawLayers api everywhere." by Alec Mouri · 6 years ago
  86. 0f71483 Use renderengine::drawLayers api everywhere. by Alec Mouri · 7 years ago
  87. 7c94edb Support rounded corners in RenderEngine::drawLayers by Alec Mouri · 7 years ago
  88. ac33553 Clear region before drawing layers. by Alec Mouri · 7 years ago
  89. 0d5e1eb Implement drawLayers() with buffer source. by Alec Mouri · 7 years ago
  90. 1089aed Implement color layers in RenderEngine::drawLayers by Alec Mouri · 7 years ago
  91. 46080ef [RenderEngine] Move RenderEngine to libs/renderengine by Peiyong Lin · 7 years ago[Renamed from services/surfaceflinger/RenderEngine/tests/RenderEngineTest.cpp]
  92. 6e57f68 First-pass for the new RenderEngine interface. by Alec Mouri · 7 years ago