summaryrefslogtreecommitdiffstats
path: root/include/private
Commit message (Expand)AuthorAgeFilesLines
* remove last traces of copybitMathias Agopian2011-05-021-16/+0
* get rid of dependency on copybit HAL moduleMathias Agopian2011-04-281-2/+0
* New fix for issue 4111672: control block flagsEric Laurent2011-04-051-4/+4
* Send WebView the current transform and whether we're drawing a layer.Romain Guy2011-03-171-0/+50
* Fix issue 3439872: video chat and bluetooth SCOEric Laurent2011-03-081-0/+7
* 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
* Support extracting thumbnail from rotated video tracksJames Dong2010-11-081-0/+1
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-041-4/+6
* Issue 3032913: improve AudioTrack recovery timeEric Laurent2010-09-301-2/+5
* 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
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+4
* allow re-targetting of surfacesMathias Agopian2010-06-081-10/+6
* split surface management from surface's buffers managementMathias Agopian2010-06-041-1/+2
* Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m...Eric Laurent2010-06-032-1/+53
* 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
* Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock.Eric Laurent2010-05-171-11/+24
* AudioFlinger: rename variables to clarify reference to track channel count or...Eric Laurent2010-05-141-1/+1
* SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-121-3/+52
* Add support for enqueuing buffers in arbitrary orderMathias Agopian2010-04-281-1/+3
* cleanup. waitForCondition() now uses polymorphsim instead of templtesMathias Agopian2010-04-281-49/+10
* fix a race condition in undoDequeue(), where 'tail' could be computed incorre...Mathias Agopian2010-04-281-2/+2
* added setCrop() to android_native_window_tMathias Agopian2010-04-201-9/+20
* add support for up to 16 buffers per surfaceMathias Agopian2010-04-201-8/+12
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-112-7/+8
* fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug)Mathias Agopian2010-02-031-2/+2
* implement [2396050] Add ETC1 texture support to AGLMathias Agopian2010-02-021-1/+6
* fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...Mathias Agopian2009-11-021-1/+3
* fix [2182249] [MR1] valgrind error in surface flingerMathias Agopian2009-10-151-6/+9
* fix [2170319] gmail bulk operation checkbox latency on passionMathias Agopian2009-10-072-48/+1
* fix [2152536] ANR in browserMathias Agopian2009-10-061-7/+13
* fix [2168531] have software-only gralloc buffer side-step the HALMathias Agopian2009-10-061-0/+83
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-062-127/+1
* Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-021-7/+9
* add basic time stats for surfaces lock timeMathias Agopian2009-09-171-8/+20
* make sure to update the tail pointer when undoing a dequeueMathias Agopian2009-09-141-0/+2
* fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-101-2/+3
* make sure conditions will return when the status of a surface is not NO_ERRORMathias Agopian2009-09-101-4/+12
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-074-156/+331
* Calculate specular lighting correctlyMartin Storsjo2009-08-251-0/+1