summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make sure to update the "current state" when we "fake" the transactionMathias Agopian2013-04-121-0/+10
* Merge "Improve screenshot performance on some devices (DO NOT MERGE)" into jb...Mathias Agopian2013-04-122-120/+131
|\
| * Improve screenshot performance on some devices (DO NOT MERGE)Mathias Agopian2013-04-112-120/+131
* | Merge "Updated comments" into jb-mr2-devAndy McFadden2013-04-112-115/+212
|\ \ | |/ |/|
| * Updated commentsAndy McFadden2013-04-052-115/+212
* | Merge "fix another bug where screenshots could end-up all black" into jb-mr2-devMathias Agopian2013-04-113-4/+37
|\ \
| * | fix another bug where screenshots could end-up all blackMathias Agopian2013-04-103-4/+37
* | | Merge "Add liblog" into jb-mr2-devYing Wang2013-04-1018-10/+26
|\ \ \
| * | | Add liblogYing Wang2013-04-0918-10/+26
| |/ /
* | | Merge changes I82e361a6,I83694682 into jb-mr2-devJamie Gennis2013-04-094-17/+40
|\ \ \ | |/ / |/| |
| * | libgui_test: increase the tolerance for a YUV testJamie Gennis2013-04-081-12/+12
| * | libgui: fix an EGLImage leakJamie Gennis2013-04-083-5/+28
* | | Merge "Tell HWComposer the dimensions of virtual displays" into jb-mr2-devJesse Hall2013-04-063-14/+34
|\ \ \
| * | | Tell HWComposer the dimensions of virtual displaysJesse Hall2013-04-053-14/+34
* | | | Merge "Actually set the virtual display output buffer." into jb-mr2-devJesse Hall2013-04-061-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Actually set the virtual display output buffer.Jesse Hall2013-04-041-1/+5
* | | | fix local include pathsMathias Agopian2013-04-0411-22/+20
* | | | Merge "Implement async event callout from drm plugin to Java app" into jb-mr2...Jeff Tinker2013-04-051-3/+39
|\ \ \ \
| * | | | Implement async event callout from drm plugin to Java appJeff Tinker2013-04-031-3/+39
* | | | | Merge "Clean up HWC state when releasing a DisplayDevice" into jb-mr2-devJesse Hall2013-04-045-17/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Clean up HWC state when releasing a DisplayDeviceJesse Hall2013-03-275-17/+38
* | | | | latch transparent region hint only when we get a new frameMathias Agopian2013-04-025-7/+28
| |_|_|/ |/| | |
* | | | Merge "Fix include paths" into jb-mr2-devMathias Agopian2013-04-022-5/+6
|\ \ \ \
| * | | | Fix include pathsMathias Agopian2013-04-012-5/+6
* | | | | Merge "MediaDrm API update" into jb-mr2-devJeff Tinker2013-04-021-33/+100
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | MediaDrm API updateJeff Tinker2013-04-011-33/+100
* | | | Merge "EGL_ANDROID_presentation_time: initial spec draft" into jb-mr2-devJamie Gennis2013-04-011-0/+121
|\ \ \ \
| * | | | EGL_ANDROID_presentation_time: initial spec draftJamie Gennis2013-04-011-0/+121
* | | | | Fix MIPS assembly variable names to not conflict with GL API parameter namesJesse Hall2013-03-303-22/+22
* | | | | Merge "don't use compile-time configuration of libgui as much as possible" in...Mathias Agopian2013-03-2911-89/+190
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-2911-89/+190
* | | | | am e3a396b2: am 906bd042: Merge "[MIPS] Add MIPS architecture support to libagl"Keun-young Park2013-03-294-1/+113
|\ \ \ \ \
| * \ \ \ \ am 906bd042: Merge "[MIPS] Add MIPS architecture support to libagl"Keun-young Park2013-03-294-1/+113
| |\ \ \ \ \
| | * \ \ \ \ Merge "[MIPS] Add MIPS architecture support to libagl"Keun-young Park2013-03-294-1/+113
| | |\ \ \ \ \
| | | * | | | | [MIPS] Add MIPS architecture support to libaglDuane Sand2013-03-274-1/+113
* | | | | | | | am 111d920b: am d3b2c029: Merge "[MIPS] Add MIPS architecture support to open...Keun-young Park2013-03-284-1/+116
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | am d3b2c029: Merge "[MIPS] Add MIPS architecture support to opengl framework"Keun-young Park2013-03-284-1/+116
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge "[MIPS] Add MIPS architecture support to opengl framework"Keun-young Park2013-03-294-1/+116
| | |\ \ \ \ \
| | | * | | | | [MIPS] Add MIPS architecture support to opengl frameworkDuane Sand2013-03-284-1/+116
| | | |/ / / /
* | | | | | | 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
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |