summaryrefslogtreecommitdiff
path: root/modules/gralloc/framebuffer.cpp
AgeCommit message (Expand)Author
2021-12-09Add GRALLOC_FRAMEBUFFER_NUM configurationYiMing Tseng
2019-10-15gralloc: Configure framebuffer mode according to requested image format.Peter Collingbourne
2018-02-13Fix a memory leakGeorge Burgess IV
2017-12-19Fix compiler warnings.Chih-Hung Hsieh
2017-04-11libhardware: deprecate cutils/log.hMark Salyzyn
2015-08-12Lose HAVE_ANDROID_OS from hardware/libhardware.Elliott Hughes
2014-06-02gralloc: let target configure page flipping ioctlBernhard Rosenkraenzer
2014-02-21gralloc: dont hardcode 32bpp as RGBXBernhard Rosenkraenzer
2012-06-12am 1fbbb08d: Merge "remove seemed useless gralloc_open() call in fb_device_op...Jean-Baptiste Queru
2012-03-15remove seemed useless gralloc_open() call in fb_device_open()suyi Yuan
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-05Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
2011-06-06Remove workarounds for buggy /dev/fb0 driversJean-Baptiste Queru
2011-03-31Allow to force 16bpp when 32bpp has problemsJean-Baptiste Queru
2011-01-17gralloc: Add support for 32-bit framebuffers.David 'Digit' Turner
2011-01-15gralloc: Fix division-by-0 during system emulation.David 'Digit' Turner
2010-10-14Allow disabling page-flipping.Jean-Baptiste Queru
2009-12-15remove all references to pmem and simplify the lock/unlock hooksMathias Agopian
2009-08-18split gralloc_priv.h and make sure it is C friendlyMathias Agopian
2009-07-15generic gralloc HAL doesn't need to support partial updates using msm7k speci...Mathias Agopian
2009-07-13automatically detect update-on-demandMathias Agopian
2009-07-07fix [1965734] Screen flickers a lot [Sholes]Mathias Agopian
2009-07-07Simulator build fixes for the new GL stuff. The simulator still doesn't run, ...Marco Nelissen
2009-07-06workaroud [1964234] emulator renders funny with new gralloc.Mathias Agopian
2009-06-09with the new lock/unlock API we don't really mean reference counting on mmap/...Mathias Agopian
2009-05-07better documentation for (*setUpdateRect)()Mathias Agopian
2009-05-05get rid of unused/needed flagsMathias Agopian
2009-05-04lock will now return the vaddr of the buffer. map/umap are gone.Mathias Agopian
2009-04-10Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian