summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* am 516efc1b: am 8a2b5423: Merge "libagl: Transform the vertex if using eye sp...Mathias Agopian2012-09-191-0/+7
|\
| * am 8a2b5423: Merge "libagl: Transform the vertex if using eye space lighting ...Mathias Agopian2012-09-191-0/+7
| |\
| | * Merge "libagl: Transform the vertex if using eye space lighting with point li...Mathias Agopian2012-09-191-0/+7
| | |\
| | | * libagl: Transform the vertex if using eye space lighting with point lightsMartin Storsjo2012-07-121-0/+7
* | | | Merge changes I561c198c,Id4865f3c into jb-mr1-devMathias Agopian2012-09-196-77/+215
|\ \ \ \
| * | | | improve sensor battery usage trackingMathias Agopian2012-09-185-73/+207
| * | | | track UID with connectionsMathias Agopian2012-09-182-4/+8
* | | | | fix typo in DisplayDevice logsMathias Agopian2012-09-191-1/+1
|/ / / /
* | | | Merge "fix a typo in SensorService" into jb-mr1-devMathias Agopian2012-09-181-1/+4
|\ \ \ \
| * | | | fix a typo in SensorServiceMathias Agopian2012-09-181-1/+4
* | | | | Merge "gui: conditionally set USE_NATIVE_FENCE_SYNC for msm8960" into jb-mr1-devIliyan Malchev2012-09-182-0/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gui: conditionally set USE_NATIVE_FENCE_SYNC for msm8960Jeff Boody2012-09-182-0/+54
* | | | | improve logging of external displaysMathias Agopian2012-09-183-28/+29
* | | | | suppress superfluous logMathias Agopian2012-09-181-2/+0
|/ / / /
* | | | Merge "Check that HWC exists before trying to use it" into jb-mr1-devJesse Hall2012-09-181-3/+3
|\ \ \ \
| * | | | Check that HWC exists before trying to use itJesse Hall2012-09-181-3/+3
* | | | | SurfaceTexture: default to doing GL syncJamie Gennis2012-09-183-4/+24
|/ / / /
* | | | Plumb display name into SurfaceFlingerAndy McFadden2012-09-188-15/+42
* | | | fix external displaysMathias Agopian2012-09-181-7/+14
* | | | Merge changes I53d70510,If34a05f3 into jb-mr1-devMathias Agopian2012-09-1712-122/+379
|\ \ \ \
| * | | | add support hwc 1.1Mathias Agopian2012-09-1711-89/+283
| * | | | refactor things a bitMathias Agopian2012-09-174-62/+125
* | | | | Merge "EGL: fix an extension string bug" into jb-mr1-devJamie Gennis2012-09-171-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | EGL: fix an extension string bugJamie Gennis2012-09-171-0/+4
* | | | | Merge "Use a named constant rather than a magic number." into jb-mr1-devElliott Hughes2012-09-171-1/+2
|\ \ \ \ \
| * | | | | Use a named constant rather than a magic number.Elliott Hughes2012-09-171-1/+2
| |/ / / /
* | | | | am e917bfbd: am 09a22fc2: Merge "Allow disable of dumpstate vibrate"jp abgrall2012-09-171-5/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 09a22fc2: Merge "Allow disable of dumpstate vibrate"jp abgrall2012-09-171-5/+11
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge "Allow disable of dumpstate vibrate"jp abgrall2012-09-171-5/+11
| | |\ \ \
| | | * | | Allow disable of dumpstate vibrateJohn Michelau2012-09-171-5/+11
| | |/ / /
* | | | | Merge "Print warnings when backwards timestamps are detected." into jb-mr1-devBen Cheng2012-09-161-5/+55
|\ \ \ \ \
| * | | | | Print warnings when backwards timestamps are detected.Ben Cheng2012-09-161-5/+55
* | | | | | New testAndy McFadden2012-09-161-0/+53
* | | | | | Fix transform hintsAndy McFadden2012-09-166-15/+38
| |_|_|/ / |/| | | |
* | | | | Fix display projections when translated.Jeff Brown2012-09-132-11/+14
|/ / / /
* | | | Minor tweaksAndy McFadden2012-09-133-8/+2
* | | | Merge "Initialize new HWC 1.2 fields" into jb-mr1-devJesse Hall2012-09-123-24/+34
|\ \ \ \
| * | | | Initialize new HWC 1.2 fieldsJesse Hall2012-09-123-24/+34
* | | | | Merge "Fix display projection transforms" into jb-mr1-devJesse Hall2012-09-121-5/+8
|\ \ \ \ \
| * | | | | Fix display projection transformsJesse Hall2012-09-121-5/+8
* | | | | | Merge "don't call hwc with non-empty layer lists for blanked displays" into j...Mathias Agopian2012-09-122-17/+20
|\ \ \ \ \ \
| * | | | | | don't call hwc with non-empty layer lists for blanked displaysMathias Agopian2012-09-122-17/+20
| | |/ / / / | |/| | | |
* | | | | | Region::validate() cannot be called from addRectUnchecked()Mathias Agopian2012-09-121-4/+0
* | | | | | Merge "strengthen region validation" into jb-mr1-devMathias Agopian2012-09-123-25/+62
|\ \ \ \ \ \
| * | | | | | strengthen region validationMathias Agopian2012-09-123-25/+62
| |/ / / / /
* | | | | | Merge "EGL: make max cache key size BoardConfig-able" into jb-mr1-devJamie Gennis2012-09-122-1/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | EGL: make max cache key size BoardConfig-ableJamie Gennis2012-09-122-1/+9
* | | | | | Merge "Fix emulator" into jb-mr1-devAndy McFadden2012-09-121-3/+6
|\ \ \ \ \ \
| * | | | | | Fix emulatorAndy McFadden2012-09-121-3/+6
* | | | | | | Merge "Watch for SurfaceFlinger death" into jb-mr1-devAndy McFadden2012-09-122-3/+51
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |