summaryrefslogtreecommitdiff
path: root/include/private
AgeCommit message (Expand)Author
2011-07-13Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build Mike Lockwood
2011-06-29SF transactions are now O(1) wrt IPC instead of O(N). Mathias Agopian
2011-06-13unify SurfaceTexture and Surface Mathias Agopian
2011-06-01Remove unnecessary level of priority indirection Glenn Kasten
2011-06-01Use channel mask instead of channel count for track creation Jean-Michel Trivi
2011-05-02remove last traces of copybit Mathias Agopian
2011-04-28get rid of dependency on copybit HAL module Mathias Agopian
2011-04-05New fix for issue 4111672: control block flags Eric Laurent
2011-03-17Send WebView the current transform and whether we're drawing a layer. Romain Guy
2011-03-08Fix issue 3439872: video chat and bluetooth SCO Eric Laurent
2011-03-01Add support for up to 32 buffers per Surface Mathias Agopian
2011-01-20clean-up unneeded code Mathias Agopian
2010-12-08fix [3259708] Graphic Buffer Mapper does not support YV12 Mathias Agopian
2010-11-11Implement reducing the buffer count of a Surface. Jamie Gennis
2010-11-08Support extracting thumbnail from rotated video tracks James Dong
2010-10-04fix [2835280] Add support for cancelling buffers to ANativeWindow Mathias Agopian
2010-09-30Issue 3032913: improve AudioTrack recovery time Eric Laurent
2010-08-26fix a race in SF buffer management Mathias Agopian
2010-08-24fix [2931513] Add support for setting the orientation of an ANativeWindow Mathias Agopian
2010-07-27fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque... Mathias Agopian
2010-06-13Native input dispatch rewrite work in progress. Jeff Brown
2010-06-08allow re-targetting of surfaces Mathias Agopian
2010-06-04split surface management from surface's buffers management Mathias Agopian
2010-06-03Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m... Eric Laurent
2010-05-28more clean-up in preparation of bigger changes Mathias Agopian
2010-05-25fix [2712278] The preview buffer left some black borders in left and bottom e... Mathias Agopian
2010-05-24added the notion of fixed-size buffers Mathias Agopian
2010-05-24fix a bug when reallocating a window's buffers is needed Mathias Agopian
2010-05-21added native_window_set_buffer_count() Mathias Agopian
2010-05-20fix the threading issue for setBuffercount() Mathias Agopian
2010-05-17fix some bugs in SharedBufferStack::resize Mathias Agopian
2010-05-17Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. Eric Laurent
2010-05-14AudioFlinger: rename variables to clarify reference to track channel count or... Eric Laurent
2010-05-12SharedBufferStack now can grow up to 16 buffers. Mathias Agopian
2010-04-28Add support for enqueuing buffers in arbitrary order Mathias Agopian
2010-04-28cleanup. waitForCondition() now uses polymorphsim instead of templtes Mathias Agopian
2010-04-28fix a race condition in undoDequeue(), where 'tail' could be computed incorre... Mathias Agopian
2010-04-20added setCrop() to android_native_window_t Mathias Agopian
2010-04-20add support for up to 16 buffers per surface Mathias Agopian
2010-02-11split libsurfaceflinger_client and libcamera_client out of libui Mathias Agopian
2010-02-03fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) Mathias Agopian
2010-02-02implement [2396050] Add ETC1 texture support to AGL Mathias Agopian
2009-11-02fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ... Mathias Agopian
2009-10-15fix [2182249] [MR1] valgrind error in surface flinger Mathias Agopian
2009-10-07fix [2170319] gmail bulk operation checkbox latency on passion Mathias Agopian
2009-10-06fix [2152536] ANR in browser Mathias Agopian
2009-10-06fix [2168531] have software-only gralloc buffer side-step the HAL Mathias Agopian
2009-10-06fix [2167050] glTexImage2D code path buggy in SurfaceFlinger Mathias Agopian
2009-10-02Attempt to fix [2152536] ANR in browser Mathias Agopian
2009-09-17add basic time stats for surfaces lock time Mathias Agopian