summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix include pathsMathias Agopian2013-04-012-5/+6
* don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-2911-89/+190
* fix uninitialized attribute in SurfaceFlingerMathias Agopian2013-03-281-1/+2
* Merge changes I22f1b358,I5496d0de,Ifd98966b into jb-mr2-devMathias Agopian2013-03-287-150/+507
|\
| * replace eglWaitSyncANDROID by eglWaitSyncKHRMathias Agopian2013-03-284-29/+37
| * update EGL headers to most recentMathias Agopian2013-03-283-86/+372
| * cleanup EGL extensions strings and entry-pointsMathias Agopian2013-03-283-40/+103
* | Merge "Remove unused clz.cpp" into jb-mr2-devJesse Hall2013-03-281-37/+0
|\ \
| * | Remove unused clz.cppJesse Hall2013-03-281-37/+0
* | | atrace: add support for app tracingJamie Gennis2013-03-281-3/+26
* | | am 4194b389: am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc...Jesse Hall2013-03-284-4/+4
|\ \ \
| * \ \ am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc 4.8"Jesse Hall2013-03-284-4/+4
| |\ \ \
| | * \ \ Merge "frameworks/native/opengl: Fix build with gcc 4.8"Jesse Hall2013-03-284-4/+4
| | |\ \ \
| | | * | | frameworks/native/opengl: Fix build with gcc 4.8Bernhard Rosenkränzer2013-03-274-4/+4
| | |/ / /
* | | | | Merge "atrace: fix tracing on user builds" into jb-mr2-devJamie Gennis2013-03-281-5/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | atrace: fix tracing on user buildsJamie Gennis2013-03-271-5/+7
* | | | | Merge "make sure to unlock the screenshot's buffer on destruction" into jb-mr...Mathias Agopian2013-03-272-0/+5
|\ \ \ \ \
| * | | | | make sure to unlock the screenshot's buffer on destructionMathias Agopian2013-03-262-0/+5
* | | | | | am 1cd763f1: am cd91024c: Merge "[MIPS] Avoid unaligned load/store for 64-bit...Keun-young Park2013-03-261-1/+44
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | am cd91024c: Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles."Keun-young Park2013-03-261-1/+44
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles."Keun-young Park2013-03-261-1/+44
| | |\ \ \
| | | * | | [MIPS] Avoid unaligned load/store for 64-bit doubles.Douglas Leung2013-01-171-1/+44
* | | | | | Merge "Add seinfo parsing to PackageManagerService." into jb-mr2-devGeremy Condra2013-03-263-5/+5
|\ \ \ \ \ \
| * | | | | | Add seinfo parsing to PackageManagerService.Robert Craig2013-03-253-5/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Bugreport broadcasts are only useful to owners." into jb-mr2-devJeff Sharkey2013-03-261-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Bugreport broadcasts are only useful to owners.Jeff Sharkey2013-03-251-1/+1
| |/ / / /
* | | | | Merge "Fix virtual displays for HWC<=1.1" into jb-mr2-devJesse Hall2013-03-255-57/+73
|\ \ \ \ \
| * | | | | Fix virtual displays for HWC<=1.1Jesse Hall2013-03-225-57/+73
* | | | | | Merge changes I98927540,I95c71e8d into jb-mr2-devJesse Hall2013-03-2510-29/+80
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Fix dump when virtual display existsJesse Hall2013-03-222-3/+15
| * | | | Isolate knowledge that fb target == output bufferJesse Hall2013-03-228-26/+65
* | | | | Implement #8323587, #8323342, #8323590: new features.Dianne Hackborn2013-03-222-0/+6
|/ / / /
* | | | Use descriptive aliases instead of HWC_NUM_DISPLAY_TYPESJesse Hall2013-03-221-8/+11
* | | | Pass sp<Fence>s around instead of file descriptorsJesse Hall2013-03-2211-38/+34
* | | | Merge "Release virtual display buffer immediately after HWC set" into jb-mr2-devJesse Hall2013-03-228-65/+37
|\ \ \ \
| * | | | Release virtual display buffer immediately after HWC setJesse Hall2013-03-208-65/+37
* | | | | make sure screenshot are in a format supported by Bitmap.javaMathias Agopian2013-03-222-7/+32
* | | | | Merge "improved CallStack a bit" into jb-mr2-devMathias Agopian2013-03-227-24/+21
|\ \ \ \ \
| * | | | | improved CallStack a bitMathias Agopian2013-03-217-24/+21
* | | | | | fix a typo that broke all screenshotsMathias Agopian2013-03-211-1/+1
* | | | | | Merge "only use glReadPixels() when needed when taking screenshots" into jb-m...Mathias Agopian2013-03-222-4/+9
|\ \ \ \ \ \
| * | | | | | only use glReadPixels() when needed when taking screenshotsMathias Agopian2013-03-212-4/+9
| |/ / / / /
* | | | | | Merge "initialize planeAlpha (to 0xFF) for the FB_TARGET" into jb-mr2-devMathias Agopian2013-03-211-0/+1
|\ \ \ \ \ \
| * | | | | | initialize planeAlpha (to 0xFF) for the FB_TARGETMathias Agopian2013-03-211-0/+1
| |/ / / / /
* | | | | | atrace: use creat instead of truncateJamie Gennis2013-03-211-3/+8
* | | | | | Merge "CpuConsumer: Properly track acquired buffers" into jb-mr2-devEino-Ville Talvala2013-03-212-34/+63
|\ \ \ \ \ \
| * | | | | | CpuConsumer: Properly track acquired buffersEino-Ville Talvala2013-03-052-34/+63
* | | | | | | Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" in...Ramanan Rajeswaran2013-03-212-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Revert "Revert "Change SurfaceControl setPosition to take floats""Ramanan Rajeswaran2013-03-212-2/+2
| |/ / / / /
* | | | | | fix build. update test to new APIMathias Agopian2013-03-201-11/+11