summaryrefslogtreecommitdiff
path: root/libs/ui/GraphicBuffer.cpp
AgeCommit message (Expand)Author
2015-02-19am 592cc33c: am e86f7e96: am 3c0272ba: am dc2d031a: am da9fd70d: am 2758eb2e:... Michael Lentine
2015-02-19am dc2d031a: am da9fd70d: am 2758eb2e: am fde92eb0: Update maxNumber to be sm... Michael Lentine
2015-02-19am da9fd70d: am 2758eb2e: am fde92eb0: Update maxNumber to be smaller. Michael Lentine
2015-02-19am 2758eb2e: am fde92eb0: Update maxNumber to be smaller. Michael Lentine
2015-02-18Update maxNumber to be smaller. Michael Lentine
2014-12-04Fix -Werror on 64-bit builds Dan Stoza
2014-12-04libui: Enable -Weverything and -Werror Dan Stoza
2014-12-04Enable clang for libui/libgui/surfaceflinger Dan Stoza
2014-12-04Fix for corruption when numFds or numInts is too large. Michael Lentine
2014-12-02resolved conflicts for merge of d6308379 to lmp-dev Michael Lentine
2014-12-02am 76ebd319: am 3d89edca: am e6f7a44e: Fix for corruption when numFds or numI... Michael Lentine
2014-12-02am 3d89edca: am e6f7a44e: Fix for corruption when numFds or numInts is too la... Michael Lentine
2014-11-21Fix for corruption when numFds or numInts is too large. Michael Lentine
2014-07-22crash if getNativeBuffer() called on NULL GraphicBuffer Colin Cross
2014-05-12am 38c9e132: am c1ffd351: am bd20e551: Merge "Use asynchronous lock/unlock API" Greg Hackmann
2014-05-12Use asynchronous lock/unlock API Francis Hart
2014-05-09am 9493d492: am 9eb142e3: am a9d49f99: Merge "Revert "Use asynchronous lock/u... Greg Hackmann
2014-05-09am 4b46776f: am 8a6cd189: am f60564a1: Merge "Use asynchronous lock/unlock API" Greg Hackmann
2014-05-09Merge "Revert "Use asynchronous lock/unlock API"" Greg Hackmann
2014-05-09Revert "Use asynchronous lock/unlock API" Greg Hackmann
2014-05-09Merge "Use asynchronous lock/unlock API" Greg Hackmann
2014-05-02Use asynchronous lock/unlock API Francis Hart
2014-04-29fix GraphicBuffer::flatten crash issue when handle is null Jun Jiang
2014-03-31Add unique ID to GraphicBuffer Dan Stoza
2014-03-17Added null check Andy McFadden
2013-08-13am fc43e16a: Merge "Graphics:Add error check when create GraphicBuffer" Jesse Hall
2013-08-13Graphics:Add error check when create GraphicBuffer Lingyun Zhu
2013-07-31remove unused code form GraphicBuffer Mathias Agopian
2013-07-30Make Flattenable not virtual Mathias Agopian
2013-05-06Add support for HAL_PIXEL_FORMAT_YCbCr_420_888 Eino-Ville Talvala
2012-08-30libgui: add some error checks Jamie Gennis
2012-02-24remove dependency on android_native{s_priv|buffer}.h Mathias Agopian
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2011-05-03frameworks/base: android_native_buffer_t -> ANativeWindowBuffer Iliyan Malchev
2010-12-07am 48f42f8c: am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBu... Mathias Agopian
2010-12-03[3171580] don't automatically log GraphicBuffer allocation failures Mathias Agopian
2010-10-10Move binder magic from the Surface class to GraphicBuffer. Jamie Gennis
2010-06-30fix live wallpapers on Droid Mathias Agopian
2010-06-08allow re-targetting of surfaces Mathias Agopian
2010-06-04split surface management from surface's buffers management Mathias Agopian
2010-06-01fix a bug where fading in/out of opaque 32-bits windows wasn't working Mathias Agopian
2010-02-21remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). Mathias Agopian
2009-11-02fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ... Mathias Agopian
2009-10-27 fix [2143798] Need to figure out how to do video Mathias Agopian
2009-10-06fix [2167050] glTexImage2D code path buggy in SurfaceFlinger Mathias Agopian