summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge "Fix native crash when GL driver fails to initialize."Jason Sams2011-07-131-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix native crash when GL driver fails to initialize.Jason Sams2011-07-131-1/+3
* | | | | Merge "Fix debugging for hwui caches"Kenny Root2011-07-132-2/+1
|\ \ \ \ \
| * | | | | Fix debugging for hwui cachesKenny Root2011-07-132-2/+1
* | | | | | Merge "Compress the backup output stream"Christopher Tate2011-07-131-4/+12
|\ \ \ \ \ \
| * | | | | | Compress the backup output streamChristopher Tate2011-07-131-4/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Add slot number to forEach hal."Jason Sams2011-07-134-1/+4
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Add slot number to forEach hal.Jason Sams2011-07-134-1/+4
* | | | | Merge "Fix for the renderscript ref counting bug."Alex Sakhartchouk2011-07-121-6/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix for the renderscript ref counting bug.Alex Sakhartchouk2011-07-121-6/+6
* | | | | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-1210-43/+0
|\ \ \ \ \
| * | | | | Remove the simulator target from all makefiles.Jeff Brown2011-07-1110-43/+0
| |/ / / /
* | | | | Merge "Fix typo in an assert's log"Mathias Agopian2011-07-111-2/+2
|\ \ \ \ \
| * | | | | Fix typo in an assert's logMathias Agopian2011-07-111-2/+2
| |/ / / /
* | | | | Merge "EGL: fix the ANativeWindow size/fmt override"Jamie Gennis2011-07-112-5/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | EGL: fix the ANativeWindow size/fmt overrideJamie Gennis2011-07-112-5/+39
| | |/ / | |/| |