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