summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Merge "SurfaceTexture: enable RGB external textures"Jamie Gennis2011-07-252-42/+20
|\
| * SurfaceTexture: enable RGB external texturesJamie Gennis2011-07-222-42/+20
* | Merge "Add support for creating a Surface from a a SurfaceTexture."Ted Bonkenburg2011-07-251-14/+42
|\ \
| * | Add support for creating a Surface from a a SurfaceTexture.Ted Bonkenburg2011-07-221-14/+42
* | | SurfaceTexture: add the abandon method.Jamie Gennis2011-07-224-17/+166
* | | SurfaceTexture: add a deadlock scenario testJamie Gennis2011-07-221-4/+70
| |/ |/|
* | Merge changes I799532f7,I5cffa6ebJamie Gennis2011-07-223-22/+0
|\ \
| * | SurfaceTexture: remove getAllocatorJamie Gennis2011-07-213-22/+0
| |/
* | Merge "Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINT"Mathias Agopian2011-07-212-21/+10
|\ \
| * | Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINTMathias Agopian2011-07-212-21/+10
| |/
* | Merge "Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList. Bug: 5...Jeff Brown2011-07-212-9/+6
|\ \ | |/ |/|
| * Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList.Jeff Brown2011-07-212-9/+6
* | Merge "clean-up. get rid ofunused code and members in Surface[Control].cpp"Mathias Agopian2011-07-204-78/+9
|\ \ | |/ |/|
| * clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-204-78/+9
* | Merge "Remove unimplemented memory pool."Jeff Brown2011-07-202-38/+0
|\ \
| * | Remove unimplemented memory pool.Jeff Brown2011-07-202-38/+0
* | | Merge "Correctly call glviewport when surface changes."Alex Sakhartchouk2011-07-202-0/+2
|\ \ \ | |/ / |/| |
| * | Correctly call glviewport when surface changes.Alex Sakhartchouk2011-07-192-0/+2
* | | Merge "Extract BC metadata using a single call."Stephen Hines2011-07-192-60/+46
|\ \ \
| * | | Extract BC metadata using a single call.Stephen Hines2011-07-182-60/+46
* | | | Merge "implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an ...Mathias Agopian2011-07-194-17/+56
|\ \ \ \ | | |_|/ | |/| |
| * | | implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-194-17/+56
* | | | Merge "Reduce the fade area to save bandwidth."Romain Guy2011-07-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Reduce the fade area to save bandwidth.Romain Guy2011-07-191-1/+1
* | | | use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-192-2/+2
* | | | Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-194-5/+86
|/ / /
* | | Merge "Trim OpenGLRenderer's memory usage whenever possible"Romain Guy2011-07-183-0/+49
|\ \ \ | |/ / |/| |
| * | Trim OpenGLRenderer's memory usage whenever possibleRomain Guy2011-07-183-0/+49
* | | Merge "SurfaceTexture: add a multi-SurfaceTexture test"Jamie Gennis2011-07-181-0/+86
|\ \ \
| * | | SurfaceTexture: add a multi-SurfaceTexture testJamie Gennis2011-07-111-0/+86
* | | | Merge "move lock/unlock implementaion outside of Surface into SurfaceTextureC...Mathias Agopian2011-07-184-299/+258
|\ \ \ \ | |_|/ / |/| | |
| * | | move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-154-299/+258
* | | | Fix build break on MacOSGlenn Kasten2011-07-151-9/+9
|/ / /
* | | Merge "CPU statistics library"Glenn Kasten2011-07-153-0/+241
|\ \ \
| * | | CPU statistics libraryGlenn Kasten2011-07-153-0/+241
* | | | Merge "SurfaceTexture: fix SurfaceTextureGLToGLTest"Jamie Gennis2011-07-151-5/+30
|\ \ \ \
| * | | | SurfaceTexture: fix SurfaceTextureGLToGLTestJamie Gennis2011-07-141-5/+30
| | |/ / | |/| |
* | | | Merge "For the serialization context, no fifo initialization is necessary."Alex Sakhartchouk2011-07-153-8/+6
|\ \ \ \
| * | | | For the serialization context, no fifo initialization is necessary.Alex Sakhartchouk2011-07-133-8/+6
* | | | | Merge "Add a call to pthread_attr_destroy to avoid potential memory leaks."Jeff Brown2011-07-141-0/+1
|\ \ \ \ \
| * | | | | Add a call to pthread_attr_destroy to avoid potential memory leaks.Le-Chun Wu2011-07-141-0/+1
* | | | | | fix a typo in ISurfaceTexture IPC codeMathias Agopian2011-07-141-1/+1
* | | | | | Merge changes Id9aa1003,I8c154189Jamie Gennis2011-07-143-31/+85
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SurfaceTexture: make (dis)connect into an IPCJamie Gennis2011-07-143-37/+85
| * | | | | SurfaceTexture: add support for new connect valuesJamie Gennis2011-07-141-0/+6
| | |/ / / | |/| | |
* | | | | Minor code cleanups in vector.Jeff Brown2011-07-141-26/+24
* | | | | Replace Vector _grow/_shrink checks with assert.Jeff Brown2011-07-141-5/+7
| |_|_|/ |/| | |
* | | | Provide more descriptive name for InputChannel ashmem.Jeff Brown2011-07-131-1/+3
* | | | Merge "Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator ...Mike Lockwood2011-07-131-12/+0
|\ \ \ \
| * | | | Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-12/+0