summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix software GL renderer."Xavier Ducrohet2011-10-211-1/+1
|\
| * Fix software GL renderer.Xavier Ducrohet2011-10-211-1/+1
* | am aa938c8d: Merge "mDirtyRegion is single threaded, but could be accessed fr...Mathias Agopian2011-10-212-2/+23
|\ \ | |/ |/|
| * mDirtyRegion is single threaded, but could be accessed from a hwc threadMathias Agopian2011-10-212-2/+23
* | am 16bece04: Merge "added dpi and refresh rate info in SF\'s dumpsys" into ic...Mathias Agopian2011-10-201-2/+9
|\ \ | |/
| * added dpi and refresh rate info in SF's dumpsysMathias Agopian2011-10-201-2/+9
* | am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0Dave Burke2011-10-186-28/+226
|\ \ | |/
| * Add a LayerScreenshotMathias Agopian2011-10-186-28/+226
* | am f7613743: Merge "Don\'t call hwc set() if there is nothing new to do" into...Mathias Agopian2011-10-181-2/+10
|\ \ | |/
| * Don't call hwc set() if there is nothing new to doMathias Agopian2011-10-181-2/+10
* | am 23bf2505: Merge "Make sure set GL state properly" into ics-mr0Mathias Agopian2011-10-184-40/+30
|\ \ | |/
| * Make sure set GL state properlyMathias Agopian2011-10-184-40/+30
* | am 840b8a67: Revert "Add a LayerScreenshot"Mathias Agopian2011-10-176-226/+28
|\ \ | |/
| * Revert "Add a LayerScreenshot"Mathias Agopian2011-10-166-226/+28
* | am 4fb6416e: Merge "we need to guarantee that h/w comp set() is called when a...Mathias Agopian2011-10-171-9/+7
|\ \ | |/
| * we need to guarantee that h/w comp set() is called when a buffer has been ret...Mathias Agopian2011-10-161-10/+8
* | Merge branch 'master' of ssh://android-git:29418/platform/frameworks/baseElliott Hughes2011-10-176-174/+298
|\ \ | |/ |/|
| * SurfaceFlinger: Remove display freezing codeJamie Gennis2011-10-144-155/+5
| * SurfaceFlinger: add some layer update testsJamie Gennis2011-10-142-1/+276
| * SurfaceFlinger: make sync transactions explicitJamie Gennis2011-10-142-18/+17
* | Add a LayerScreenshotMathias Agopian2011-10-146-28/+226
|/
* SurfaceFlinger: update orientation via transactionsJamie Gennis2011-10-112-2/+15
* Merge "fix an issue where the screen could stay off"Mathias Agopian2011-10-104-21/+2
|\
| * fix an issue where the screen could stay offMathias Agopian2011-10-104-21/+2
* | Merge "Fix screen off animation when in landscape"Mathias Agopian2011-10-101-2/+10
|\ \ | |/
| * Fix screen off animation when in landscapeMathias Agopian2011-10-101-2/+10
* | Merge "enable EGL_IMG_context_priority for the omap4 platform"Mathias Agopian2011-10-101-0/+3
|\ \ | |/ |/|
| * enable EGL_IMG_context_priority for the omap4 platformMathias Agopian2011-10-071-0/+3
* | SurfaceFlinger: screenshots w/ protected buffersJamie Gennis2011-10-073-30/+38
|/
* Force a repaint when hwc invalidate hook is calledMathias Agopian2011-10-052-6/+4
* improve hwc log outputMathias Agopian2011-09-291-5/+5
* Merge changes Ib302d79e,Ib4ee085fJamie Gennis2011-09-273-1/+7
|\
| * SurfaceFlinger: set layer names on SurfaceTexturesJamie Gennis2011-09-223-1/+7
* | am da42e0fa: Merge "SurfaceFlinger: fix setting default buffer size" into ics...Jamie Gennis2011-09-271-4/+5
|\ \
| * \ Merge "SurfaceFlinger: fix setting default buffer size" into ics-factoryromJamie Gennis2011-09-271-4/+5
| |\ \
| | * | SurfaceFlinger: fix setting default buffer sizeJamie Gennis2011-09-261-4/+5
| * | | don't clear the framebuffer when the framebuffer is not usedMathias Agopian2011-09-261-5/+6
| * | | Merge "(DO NOT MERGE) SurfaceFlinger: fix isOpaque check in lockPageFlip" int...Jamie Gennis2011-09-261-10/+10
| |\ \ \
| | * | | (DO NOT MERGE) SurfaceFlinger: fix isOpaque check in lockPageFlipJamie Gennis2011-09-161-10/+10
* | | | | am 3780d380: Merge "SurfaceFlinger: fix the transform hint" into ics-factoryromJamie Gennis2011-09-263-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | SurfaceFlinger: fix the transform hintJamie Gennis2011-09-243-1/+5
| | |/ / | |/| |
| * | | fix transition from full overlays to fbMathias Agopian2011-09-205-48/+90
| * | | rename mInvalidRegion to mSwapRegionMathias Agopian2011-09-202-11/+11
| * | | improve hwc dumpsysMathias Agopian2011-09-204-6/+21
| |/ /
* | | Merge "don't clear the framebuffer when the framebuffer is not used"Mathias Agopian2011-09-221-5/+6
|\ \ \
| * | | don't clear the framebuffer when the framebuffer is not usedMathias Agopian2011-09-221-5/+6
* | | | Merge "fix dumpsys wording for h/w composer"Mathias Agopian2011-09-221-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | fix dumpsys wording for h/w composerMathias Agopian2011-09-221-1/+1
* | | Handle orientation changes more systematically.Jeff Brown2011-09-212-3/+3
|/ /
* | fix transition from full overlays to fbMathias Agopian2011-09-205-48/+90