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