summaryrefslogtreecommitdiff
path: root/libs/hwui/tests
AgeCommit message (Expand)Author
2025-02-18Pass metrics buffer as std::array Siarhei Vishniakou
2025-02-11Calculate workload target using original frame deadline Melody Hsu
2025-01-31fix(high contrast text): Fix the color calculation used in high contrast text Daniel Norman
2025-01-08Refactor Typeface class for ensuring all members are initialized Seigo Nonaka
2024-11-18Don't create layers for negative-sized RenderNodes John Reck
2024-10-22Window blur bench scenes. Shan Huang
2024-10-07Add benchmark for backdrop blur John Reck
2024-10-07Fix backdrop effect for prerotation John Reck
2024-09-20Add UID for graphicsstats Alec Mouri
2024-09-06Merge changes from topic "remove_use_bounds_for_width" into main Treehugger Robot
2024-09-05Remove fix_double_underline flag Seigo Nonaka
2024-08-30[HWUI] Update Ganesh includes to specify new location Nolan Scobie
2024-08-24base: ConsumerBase-based classes now create their own BufferQueues Jim Shargo
2024-07-29Detangle shared AndroidTest.xml for hwui_unit_tests/hwuimicro/hwuimacro Nolan Scobie
2024-07-29Log chosen RenderPipelineType when running hwui_unit_tests Nolan Scobie
2024-07-22Deflake functor tests Alec Mouri
2024-04-20Add HWUI session tagging Matt Buckley
2024-03-27Pass active functor rendering threads to HWUI ADPF session Igor Kraskevich
2024-02-09fix(high contrast text): fix solid rectangle background obscuring other text ... Tyler Freeman
2024-01-10fix(high contrast text): draw a solid rectangle background behind text instea... Tyler Freeman
2024-01-02Update tests and canvas subclasses to expect drawImageRect calls Michael Ludwig
2023-11-22Merge "fix(force invert): fix white-on-white text when text is drawn against ... Tyler Freeman
2023-11-22fix(force invert): fix white-on-white text when text is drawn against a fill ... Tyler Freeman
2023-11-22Merge "Fix some libhwui build warnings" into main John Reck
2023-11-21Fix some libhwui build warnings John Reck
2023-11-17[base] Replace SkFontMgr::RefDefault() with FreeTypeFontMgr Kevin Lubick
2023-11-01Avoid default SkFont in tests Kevin Lubick
2023-10-19Optimize HWUI ADPF for sysui and ensure correct closure Matt Buckley
2023-09-27Draw a single underline if multiple fonts are used in a single line. Seigo Nonaka
2023-09-19Mitigation for mass GC deletion Matt Buckley
2023-09-08Add unit tests for HintSessionWrapper Matt Buckley
2023-07-21Partial fix for mutable Bitmaps in BitmapShader John Reck
2023-07-19Merge "Allow passing --renderer=skiavk to hwuiunit" into main TreeHugger Robot
2023-07-18Improve hwuimacro atest compatibility John Reck
2023-07-17Allow passing --renderer=skiavk to hwuiunit John Reck
2023-07-11Destroy prefetched layers when the context is destroyed John Reck
2023-06-27Merge "Update ShaderCache to support shared locking" into udc-qpr-dev am: c57... Wei Wang
2023-06-26Update ShaderCache to support shared locking Matt Buckley
2023-06-22Merge "Add setBackdropRenderEffect for View and RenderNode." John Reck
2023-05-26Add setBackdropRenderEffect for View and RenderNode. Dongya Jiang
2023-05-25Revert "Turn on vk unit tests" Alec Mouri
2023-05-23Revert "Turn on vk unit tests" Alec Mouri
2023-05-18[base] Migrate SkSurface creation to SkSurfaces factories Kevin Lubick
2023-03-27Migrate SkImage static methods to SkImages namespace Kevin Lubick
2023-03-14Move Android to new SkImage_RasterPinnable-based APIs Kevin Lubick
2023-02-10Fix storing VkPipelineCache in HWUI's shader cache breaking persistence Nolan Scobie
2023-01-31Revert "Revert "Created HardwareBufferRenderer to support rendering into..."" Nader Jawad
2023-01-30Revert "Created HardwareBufferRenderer to support rendering into..." John Reck
2023-01-27Merge "Fix macrobench names" John Reck
2023-01-11Merge "[base] SkBudgeted -> skgpu::Budgeted" Kevin Lubick