summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / | |/| |
* | | | Merge "Eliminate single-process mode. Bug: 5010576"Jeff Brown2011-07-111-39/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Eliminate single-process mode.Jeff Brown2011-07-081-39/+12
* | | | Use resource entry name instead of mangled name.Logan Chien2011-07-111-63/+1
* | | | Fix typo: mFieldCount -> mPragmaCount.Logan Chien2011-07-111-3/+2
|/ / /
* | | Merge "Align paths on pixel boundaries when rasterizing in bitmaps. Bug #5003...Romain Guy2011-07-081-1/+1
|\ \ \
| * | | Align paths on pixel boundaries when rasterizing in bitmaps.Romain Guy2011-07-081-1/+1
* | | | Fix EGLUtils::selectConfigForPixelFormat()Mathias Agopian2011-07-082-32/+106
| |/ / |/| |
* | | Merge "Correctly position layers."Romain Guy2011-07-081-4/+4
|\ \ \ | |/ /
| * | Correctly position layers.Romain Guy2011-07-081-4/+4
* | | Merge "Use NEAREST filtering mode for TextureView.getBitmap()."Romain Guy2011-07-072-4/+8
|\ \ \ | |/ /
| * | Use NEAREST filtering mode for TextureView.getBitmap().Romain Guy2011-07-072-4/+8
* | | Merge "Use NEAREST filtering for layers whenever possible."Romain Guy2011-07-076-202/+381
|\ \ \ | |/ /
| * | Use NEAREST filtering for layers whenever possible.Romain Guy2011-07-076-202/+381
| |/
* | Merge "SurfaceTexture: enable newly passing tests."Jamie Gennis2011-07-071-8/+4
|\ \ | |/ |/|
| * SurfaceTexture: enable newly passing tests.Jamie Gennis2011-07-061-8/+4
* | Merge "Add Thread::join"Glenn Kasten2011-07-061-0/+19
|\ \