summaryrefslogtreecommitdiff
path: root/libs/hwui/HardwareBitmapUploader.cpp
AgeCommit message (Expand)Author
2024-09-06Merge "Add support for AHARDWAREBUFFER_FORMAT_R10G10B10A10_UNORM" into main Treehugger Robot
2024-09-06Add support for AHARDWAREBUFFER_FORMAT_R10G10B10A10_UNORM Greg Daniel
2024-08-30[HWUI] Update Ganesh includes to specify new location Nolan Scobie
2024-02-15Fix bufferFormat if we're falling back to 8888 John Reck
2024-01-16Fix wrong constant for R8 GL upload John Reck
2023-09-12[base] Update GrDirectContext calls to use safer API Kevin Lubick
2023-03-27Migrate SkImage static methods to SkImages namespace Kevin Lubick
2022-09-28Change how memory policy is configured John Reck
2022-03-17Merge "Support ALPHA_8 + HARDWARE" into tm-dev am: cc37f4e979 Leon Scroggins
2022-03-15Support ALPHA_8 + HARDWARE Leon Scroggins III
2022-03-04Fix transitive dependencies on SkImageEncoder Kevin Lubick
2022-01-27Expose 1010102 config for bitmap Alec Mouri
2021-05-22Use TraceUtils.h from gui shared library. rnlee
2021-01-29Modernize calls to drawImage Mike Reed
2020-08-17Share Vulkan resources between RenderThread and HardwareBitmapUploader Derek Sollenberger
2020-07-28Migrate from GrContext to GrDirectContext Adlai Holler
2020-03-30Use ANDROID_get_native_client_buffer in HWUI Alec Mouri
2020-03-01[HWUI] remove libui from HWUI's dependencies Alec Mouri
2020-02-03Convert fatal aborts to error returns John Reck
2019-10-31Merge "Fix fallthrough warning" am: e1813e522f am: 937e4af019 Colin Cross
2019-10-31Fix fallthrough warning Colin Cross
2019-08-09Move GraphicBuffer back into libandroid_runtime. Derek Sollenberger
2019-03-27Couple fixes to HardwareBitmapUploader. Greg Daniel
2019-03-19Add support for uploading to AHBs using Vulkan. Greg Daniel
2019-01-31Remove references to ANDROID_ENABLE_LINEAR_BLENDING Leon Scroggins III
2019-01-31Only decode to F16 if HARDWARE supports it Leon Scroggins III
2019-01-23Don't assume all FP16 bitmaps are linearly encoded. Derek Sollenberger
2019-01-10Fix leak/crash in exit John Reck
2018-12-18Cleanup of Bitmap.h entry points. Derek Sollenberger
2018-12-03Remove ; from closing namespaces in libs/hwui Chris Blume
2018-09-18Merge "Implement WebView support for Vulkan using temporary buffer" TreeHugger Robot
2018-09-18Implement WebView support for Vulkan using temporary buffer Stan Iliev
2018-09-17Fix silly mistake John Reck
2018-07-19More auto-dark stuff John Reck
2018-05-09A better HW Bitmap uploader John Reck