index
:
Project-1CE/hardware_libhardware
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gralloc
/
framebuffer.cpp
Age
Commit message (
Expand
)
Author
2021-12-09
Add GRALLOC_FRAMEBUFFER_NUM configuration
YiMing Tseng
2019-10-15
gralloc: Configure framebuffer mode according to requested image format.
Peter Collingbourne
2018-02-13
Fix a memory leak
George Burgess IV
2017-12-19
Fix compiler warnings.
Chih-Hung Hsieh
2017-04-11
libhardware: deprecate cutils/log.h
Mark Salyzyn
2015-08-12
Lose HAVE_ANDROID_OS from hardware/libhardware.
Elliott Hughes
2014-06-02
gralloc: let target configure page flipping ioctl
Bernhard Rosenkraenzer
2014-02-21
gralloc: dont hardcode 32bpp as RGBX
Bernhard Rosenkraenzer
2012-06-12
am 1fbbb08d: Merge "remove seemed useless gralloc_open() call in fb_device_op...
Jean-Baptiste Queru
2012-03-15
remove seemed useless gralloc_open() call in fb_device_open()
suyi Yuan
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-05
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-04
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2011-06-06
Remove workarounds for buggy /dev/fb0 drivers
Jean-Baptiste Queru
2011-03-31
Allow to force 16bpp when 32bpp has problems
Jean-Baptiste Queru
2011-01-17
gralloc: Add support for 32-bit framebuffers.
David 'Digit' Turner
2011-01-15
gralloc: Fix division-by-0 during system emulation.
David 'Digit' Turner
2010-10-14
Allow disabling page-flipping.
Jean-Baptiste Queru
2009-12-15
remove all references to pmem and simplify the lock/unlock hooks
Mathias Agopian
2009-08-18
split gralloc_priv.h and make sure it is C friendly
Mathias Agopian
2009-07-15
generic gralloc HAL doesn't need to support partial updates using msm7k speci...
Mathias Agopian
2009-07-13
automatically detect update-on-demand
Mathias Agopian
2009-07-07
fix [1965734] Screen flickers a lot [Sholes]
Mathias Agopian
2009-07-07
Simulator build fixes for the new GL stuff. The simulator still doesn't run, ...
Marco Nelissen
2009-07-06
workaroud [1964234] emulator renders funny with new gralloc.
Mathias Agopian
2009-06-09
with the new lock/unlock API we don't really mean reference counting on mmap/...
Mathias Agopian
2009-05-07
better documentation for (*setUpdateRect)()
Mathias Agopian
2009-05-05
get rid of unused/needed flags
Mathias Agopian
2009-05-04
lock will now return the vaddr of the buffer. map/umap are gone.
Mathias Agopian
2009-04-10
Integrate from //sandbox/mathias/donut/...@145728
Mathias Agopian