| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip eglSwapBuffers() call when we do not draw to GL | Chet Haase | 2012-05-31 | 1 | -1/+8 |
* | Pass width/height parameters to webview | Chet Haase | 2012-04-11 | 1 | -0/+4 |
* | Allow fine-grained control over functors execution | Romain Guy | 2012-04-02 | 1 | -3/+14 |
* | Deleted the media, camera, drm related files since they are relocated | James Dong | 2012-03-28 | 3 | -336/+0 |
* | Use a status_t return type for GL functors | Romain Guy | 2012-03-26 | 1 | -0/+17 |
* | Whitespace and indentation | Glenn Kasten | 2012-03-13 | 1 | -5/+5 |
* | remove files that moved to frameworks/native | Mathias Agopian | 2012-03-07 | 7 | -584/+0 |
* | fix libgui header location | Mathias Agopian | 2012-02-27 | 2 | -2/+1 |
* | libagl shouldn't export anything | Mathias Agopian | 2012-02-27 | 1 | -640/+0 |
* | remove dependency on android_native{s_priv|buffer}.h | Mathias Agopian | 2012-02-24 | 1 | -17/+0 |
* | Update comments | Glenn Kasten | 2012-02-14 | 1 | -6/+23 |
* | Don't double destruct audio_track_cblk_t | Glenn Kasten | 2012-02-03 | 1 | -0/+1 |
* | Make AudioTrack control block volume field private | Glenn Kasten | 2012-01-20 | 1 | -1/+14 |
* | Track volume cleanup | Glenn Kasten | 2012-01-17 | 1 | -4/+7 |
* | Merge "Use size_t for frame size" | Glenn Kasten | 2012-01-17 | 1 | -1/+1 |
|\ |
|
| * | Use size_t for frame size | Glenn Kasten | 2012-01-13 | 1 | -1/+1 |
* | | AudioTrack and AudioFlinger send level cleanup | Glenn Kasten | 2012-01-13 | 1 | -1/+16 |
|/ |
|
* | Audio C++ comments | Glenn Kasten | 2011-12-14 | 1 | -2/+2 |
* | split ComposerService out of SurfaceComposerClient.h | Mathias Agopian | 2011-11-28 | 1 | -0/+53 |
* | fix Surface positions are not floats | Mathias Agopian | 2011-08-30 | 1 | -2/+2 |
* | Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build | Mike Lockwood | 2011-07-13 | 1 | -115/+0 |
* | SF transactions are now O(1) wrt IPC instead of O(N). | Mathias Agopian | 2011-06-29 | 1 | -0/+8 |
* | unify SurfaceTexture and Surface | Mathias Agopian | 2011-06-13 | 1 | -346/+2 |
* | Remove unnecessary level of priority indirection | Glenn Kasten | 2011-06-01 | 1 | -1/+0 |
* | Use channel mask instead of channel count for track creation | Jean-Michel Trivi | 2011-06-01 | 1 | -1/+2 |
* | remove last traces of copybit | Mathias Agopian | 2011-05-02 | 1 | -16/+0 |
* | get rid of dependency on copybit HAL module | Mathias Agopian | 2011-04-28 | 1 | -2/+0 |
* | New fix for issue 4111672: control block flags | Eric Laurent | 2011-04-05 | 1 | -4/+4 |
* | Send WebView the current transform and whether we're drawing a layer. | Romain Guy | 2011-03-17 | 1 | -0/+50 |
* | Fix issue 3439872: video chat and bluetooth SCO | Eric Laurent | 2011-03-08 | 1 | -0/+7 |
* | Add support for up to 32 buffers per Surface | Mathias Agopian | 2011-03-01 | 1 | -3/+3 |
* | clean-up unneeded code | Mathias Agopian | 2011-01-20 | 1 | -8/+1 |
* | fix [3259708] Graphic Buffer Mapper does not support YV12 | Mathias Agopian | 2010-12-08 | 1 | -83/+0 |
* | Implement reducing the buffer count of a Surface. | Jamie Gennis | 2010-11-11 | 1 | -0/+10 |
* | Support extracting thumbnail from rotated video tracks | James Dong | 2010-11-08 | 1 | -0/+1 |
* | fix [2835280] Add support for cancelling buffers to ANativeWindow | Mathias Agopian | 2010-10-04 | 1 | -4/+6 |
* | Issue 3032913: improve AudioTrack recovery time | Eric Laurent | 2010-09-30 | 1 | -2/+5 |
* | fix a race in SF buffer management | Mathias Agopian | 2010-08-26 | 1 | -1/+5 |
* | fix [2931513] Add support for setting the orientation of an ANativeWindow | Mathias Agopian | 2010-08-24 | 1 | -8/+10 |
* | fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque... | Mathias Agopian | 2010-07-27 | 1 | -8/+0 |
* | Native input dispatch rewrite work in progress. | Jeff Brown | 2010-06-13 | 1 | -0/+4 |
* | allow re-targetting of surfaces | Mathias Agopian | 2010-06-08 | 1 | -10/+6 |
* | split surface management from surface's buffers management | Mathias Agopian | 2010-06-04 | 1 | -1/+2 |
* | Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m... | Eric Laurent | 2010-06-03 | 2 | -1/+53 |
* | more clean-up in preparation of bigger changes | Mathias Agopian | 2010-05-28 | 1 | -2/+1 |
* | fix [2712278] The preview buffer left some black borders in left and bottom e... | Mathias Agopian | 2010-05-25 | 1 | -1/+0 |
* | added the notion of fixed-size buffers | Mathias Agopian | 2010-05-24 | 1 | -1/+2 |
* | fix a bug when reallocating a window's buffers is needed | Mathias Agopian | 2010-05-24 | 1 | -0/+1 |
* | added native_window_set_buffer_count() | Mathias Agopian | 2010-05-21 | 1 | -0/+1 |
* | fix the threading issue for setBuffercount() | Mathias Agopian | 2010-05-20 | 1 | -14/+29 |