summaryrefslogtreecommitdiffstats
path: root/include/private
Commit message (Expand)AuthorAgeFilesLines
* SurfaceFlinger: Native changes to add blur effectByunghun Jeon2015-11-081-2/+10
* libgui/SF: Propagate SECURE Layer flag changesDan Stoza2015-06-181-2/+2
* Fix issue #18356768: some app process may hang at Runtime#exit...Dianne Hackborn2014-11-131-5/+0
* Add tracking of parcel memory allocations.Dianne Hackborn2014-11-111-1/+6
* Have VirtualDisplays send SF resize messages when resizingMichael Wright2014-07-301-1/+3
* Allow "opaque" flag to be updatedAndy McFadden2014-01-291-1/+6
* libutils clean-upMathias Agopian2013-05-072-35/+3
* don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-291-0/+45
* get rid of ISurfaceMathias Agopian2013-03-121-1/+0
* get rid of Surface identity and tokenMathias Agopian2013-02-131-2/+2
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-1/+1
* strengthen region validationMathias Agopian2012-09-121-1/+1
* Watch for SurfaceFlinger deathAndy McFadden2012-09-061-1/+14
* display projection API now has a single function instead of 3Mathias Agopian2012-09-041-5/+3
* display states can't share the dirty flagsMathias Agopian2012-08-161-3/+5
* make multi-display more realMathias Agopian2012-08-101-7/+14
* libgui includes refactoringMathias Agopian2012-08-101-0/+27
* get rid of the shared-memory control blockMathias Agopian2012-07-252-63/+0
* add a layerStack attribute to Layers.Mathias Agopian2012-07-241-1/+2
* update SF binder protocol to support setting display attributesMathias Agopian2012-07-241-0/+11
* Remove freeze(), unfreeze() and setFreezeTint().Jeff Brown2012-07-161-2/+1
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-111-0/+3
* fix Region const_iterator.Mathias Agopian2012-04-161-13/+30
* fix libgui header locationMathias Agopian2012-02-272-2/+1
* libagl shouldn't export anythingMathias Agopian2012-02-271-640/+0
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-17/+0
* split ComposerService out of SurfaceComposerClient.hMathias Agopian2011-11-281-0/+53
* fix Surface positions are not floatsMathias Agopian2011-08-301-2/+2
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-115/+0
* SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-291-0/+8
* unify SurfaceTexture and SurfaceMathias Agopian2011-06-131-346/+2
* remove last traces of copybitMathias Agopian2011-05-021-16/+0
* get rid of dependency on copybit HAL moduleMathias Agopian2011-04-281-2/+0
* Add support for up to 32 buffers per SurfaceMathias Agopian2011-03-011-3/+3
* clean-up unneeded codeMathias Agopian2011-01-201-8/+1
* fix [3259708] Graphic Buffer Mapper does not support YV12Mathias Agopian2010-12-081-83/+0
* Implement reducing the buffer count of a Surface.Jamie Gennis2010-11-111-0/+10
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-041-4/+6
* fix a race in SF buffer managementMathias Agopian2010-08-261-1/+5
* fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-241-8/+10
* fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...Mathias Agopian2010-07-271-8/+0
* allow re-targetting of surfacesMathias Agopian2010-06-081-10/+6
* split surface management from surface's buffers managementMathias Agopian2010-06-041-1/+2
* more clean-up in preparation of bigger changesMathias Agopian2010-05-281-2/+1
* fix [2712278] The preview buffer left some black borders in left and bottom e...Mathias Agopian2010-05-251-1/+0
* added the notion of fixed-size buffersMathias Agopian2010-05-241-1/+2
* fix a bug when reallocating a window's buffers is neededMathias Agopian2010-05-241-0/+1
* added native_window_set_buffer_count()Mathias Agopian2010-05-211-0/+1
* fix the threading issue for setBuffercount()Mathias Agopian2010-05-201-14/+29
* fix some bugs in SharedBufferStack::resizeMathias Agopian2010-05-171-4/+5