Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | be more friendly with C | Mathias Agopian | 2009-08-13 | 1 | -2/+2 | |
| | ||||||
* | Fix issue 1795088 Improve audio routing code | Eric Laurent | 2009-07-23 | 1 | -6/+7 | |
| | | | | | | | Initial commit for review. Integrated comments after patch set 1 review. Fixed lockup in AudioFlinger::ThreadBase::exit() Fixed lockup when playing tone with AudioPlocyService startTone() | |||||
* | add a ctor to Mutex to specify the type, which can be shared. This is used ↵ | Mathias Agopian | 2009-07-13 | 1 | -0/+2 | |
| | | | | by sf and af an soon will allow some optimization in the kernel for non shared mutexes | |||||
* | implement Mutex and Condition with pthread instead of calling futex directly. | Mathias Agopian | 2009-07-13 | 1 | -60/+0 | |
| | | | | | internally pthread uses futex. the implementation consists of simple inlines there are no implementation files anymore. | |||||
* | Merge change 6382 | Android (Google) Code Review | 2009-07-07 | 1 | -0/+2 | |
|\ | | | | | | | | | * changes: add a virtual destructor to region_rasterizer, to be on the safe side | |||||
| * | add a virtual destructor to region_rasterizer, to be on the safe side | Mathias Agopian | 2009-07-07 | 1 | -0/+2 | |
| | | ||||||
* | | am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the ↵ | Eric Laurent | 2009-07-07 | 1 | -4/+3 | |
|\ \ | |/ |/| | | | | | | | | | | | | | playback rate to twice of the ouputSR Merge commit '88e209dcf8c2ebddda5c272f46d1bd5478bc639c' * commit '88e209dcf8c2ebddda5c272f46d1bd5478bc639c': Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR | |||||
| * | Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate ↵ | Eric Laurent | 2009-07-07 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | to twice of the ouputSR Store sample rate on 32 bits instead of 16 bits in audio_track_cblk_t. Removed sampleRate() methods from AudioTrack and AudioRecord: replaced by getSampleRate(). AudioTrack::setSampleRate() no returns a status. | |||||
* | | merge master in master_gl | Mathias Agopian | 2009-06-24 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | am 5277103d: Merge change 5035 into donut | Android (Google) Code Review | 2009-06-22 | 1 | -1/+1 | |
| |\ \ | | |/ | | | | | | | | | | | | | | | | Merge commit '5277103db9033226814edc8fcba6f4ba4e846678' * commit '5277103db9033226814edc8fcba6f4ba4e846678': add glTexParameteri() and fix glTexParameteriv() | |||||
| | * | add glTexParameteri() and fix glTexParameteriv() | Mathias Agopian | 2009-06-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix a bug where copybit only renders in the first buffer when used with s/w GL | Mathias Agopian | 2009-06-10 | 1 | -3/+2 | |
| | | | ||||||
* | | | revive the copybit test. | Mathias Agopian | 2009-06-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | cleanup Debug.h a bit | Mathias Agopian | 2009-06-04 | 1 | -12/+5 | |
| | | | ||||||
* | | | merge master to master_gl | Mathias Agopian | 2009-05-22 | 3 | -23/+39 | |
|\ \ \ | |/ / | ||||||
| * | | move libbinder's header files under includes/binder | Mathias Agopian | 2009-05-20 | 2 | -31/+5 | |
| | | | ||||||
| * | | checkpoint: split libutils into libutils + libbinder | Mathias Agopian | 2009-05-20 | 3 | -1/+43 | |
| |/ | ||||||
* | | Region now has its own implementation instead of relying on SkRegion, which ↵ | Mathias Agopian | 2009-05-17 | 1 | -0/+279 | |
| | | | | | | | | allows us to break libui's dependency on libcorecg. | |||||
* | | move android_native_buffer_t declaration into its own ↵ | Mathias Agopian | 2009-05-05 | 2 | -1/+63 | |
| | | | | | | | | private/ui/android_native_priv.h header, since user code should never have access to it. | |||||
* | | move opengl/include/EGL/android_natives.h to ↵ | Mathias Agopian | 2009-05-05 | 1 | -0/+76 | |
| | | | | | | | | | | | | include/ui/egl/android_natives.h and don't include it from egl.h the android_native_ types are just forward declared in egl.h | |||||
* | | a brand new MessageQueue for SurfaceFlinger. | Mathias Agopian | 2009-04-24 | 1 | -28/+0 | |
| | | ||||||
* | | Integrate from //sandbox/mathias/donut/...@145728 | Mathias Agopian | 2009-04-10 | 2 | -25/+35 | |
|/ | | | | SurfaceFlinger rework for new EGL driver model support. | |||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 1 | -1/+2 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 9 | -0/+1427 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 9 | -1427/+0 | |
| | ||||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -0/+1 | |
| | ||||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 1 | -1/+8 | |
| | ||||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -1/+1 | |
| | ||||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 3 | -12/+158 | |
| | ||||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 8 | -0/+1273 | |