summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Add sideband streams to BufferQueue and related classes"Jesse Hall2014-03-134-1/+19
|\ \
| * | Add sideband streams to BufferQueue and related classesJesse Hall2014-03-114-1/+19
* | | VirtualDisplaySurface: no attach/detach supportDan Stoza2014-03-121-5/+7
* | | BufferQueue: Allow detaching/reattaching buffersDan Stoza2014-03-102-0/+11
|/ /
* | Fix virtual display nestingDan Stoza2014-02-045-16/+31
* | am ade9a911: am f65ebc3b: am f5bcb391: Merge "SurfaceFlinger: mFbProducerSlot...Jesse Hall2014-01-281-0/+1
|\ \ | |/
| * SurfaceFlinger: mFbProducerSlot initailizationmayank parshar2014-01-281-0/+1
* | am 25f75c36: am 8c303f7e: am fcf9c1ba: Merge "SurfaceFlinger: mFbFence initia...Jesse Hall2014-01-261-0/+1
|\ \ | |/
| * SurfaceFlinger: mFbFence initializationmayank parshar2014-01-251-0/+1
* | am 03691218: am e5f7bf74: am b6c21004: Merge "Implement per-display EGLConfig...Jesse Hall2014-01-031-2/+6
|\ \ | |/
| * Implement per-display EGLConfig and configless EGLContextJesse Hall2013-12-231-2/+6
* | am 1ee45c2d: am 14e8b01a: Don\'t change the framebuffer target until we rende...Jesse Hall2013-11-081-12/+10
|\ \ | |/
| * Don't change the framebuffer target until we render a new oneJesse Hall2013-11-071-12/+10
* | am 2d32aa59: am 356c2386: Merge "Provide virtual display output buffer to HWC...Jesse Hall2013-11-061-1/+1
|\ \ | |/
| * Merge "Provide virtual display output buffer to HWC in prepare" into klp-devJesse Hall2013-11-071-1/+1
| |\
| | * Provide virtual display output buffer to HWC in prepareJesse Hall2013-11-051-1/+1
* | | am f111ee13: am 49318631: Merge "Don\'t use implementation-defined format wit...Jesse Hall2013-11-062-7/+24
|\ \ \ | |/ /
| * | Don't use implementation-defined format with CPU consumersJesse Hall2013-11-042-7/+24
| |/
* | am 96002be4: am c354effe: Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRT...Jesse Hall2013-10-251-1/+5
|\ \ | |/
| * Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYSJesse Hall2013-10-251-1/+5
* | am a54a8b63: am 93fcb823: Merge "Add a boardconfig to force HWC composition o...Jesse Hall2013-10-231-0/+14
|\ \ | |/
| * Add a boardconfig to force HWC composition of virtual displaysNaseer Ahmed2013-10-171-0/+14
* | am 48775386: am c5807f90: Merge "Use implementation-defined format when HWC w...Jesse Hall2013-10-232-15/+42
|\ \ | |/
| * Use implementation-defined format when HWC writes to output bufferJesse Hall2013-10-172-15/+42
* | am a04fd39c: am 8e26b28b: Filter out vsync events from HWC with duplicate tim...Jesse Hall2013-10-151-2/+16
|\ \ | |/
| * Filter out vsync events from HWC with duplicate timestampsJesse Hall2013-10-141-2/+16
* | resolved conflicts for merge of 790b6d09 to masterJamie Gennis2013-10-081-1/+1
|\ \ | |/
| * SurfaceFlinger: SW-based vsync eventsJamie Gennis2013-10-071-1/+1
* | am f3fa0712: am 93573e91: Merge "Treat composition frames with no layers as u...Jesse Hall2013-10-021-0/+9
|\ \ | |/
| * Merge "Treat composition frames with no layers as using GLES composition" int...Jesse Hall2013-10-021-0/+9
| |\
| | * Treat composition frames with no layers as using GLES compositionJesse Hall2013-09-301-0/+9
* | | am 72d270c5: am b716e570: Set the outbuf acquire fence after we actually have...Jesse Hall2013-10-021-1/+9
|\ \ \ | |/ /
| * | Set the outbuf acquire fence after we actually have it.Jesse Hall2013-10-011-1/+9
| |/
* | am 338acd68: am 86206b41: Merge "fix initialization of framebuffer target cro...Mathias Agopian2013-09-261-1/+8
|\ \ | |/
| * Merge "fix initialization of framebuffer target crop rect on hwc 1.3" into kl...Mathias Agopian2013-09-261-1/+8
| |\
| | * fix initialization of framebuffer target crop rect on hwc 1.3Mathias Agopian2013-09-251-1/+8
* | | am 0ff4b283: am 6da15f46: fix crashers with wifi/virtual displaysMathias Agopian2013-09-261-0/+11
|\ \ \ | |/ /
| * | fix crashers with wifi/virtual displaysMathias Agopian2013-09-251-0/+11
| |/
* | Merge "Remove unnecessary include."Christopher Ferris2013-09-191-1/+0
|\ \ | |/ |/|
| * Remove unnecessary include.Christopher Ferris2013-09-191-1/+0
* | Make sure do disconnect from a BQ when its client dies.Mathias Agopian2013-09-162-3/+5
|/
* Force async behavior for the virtual display output BufferQueueJesse Hall2013-08-292-6/+13
* handle several vsync signal correctlyMathias Agopian2013-08-212-8/+18
* Provide HWC prepare with a valid output bufferJesse Hall2013-08-205-38/+91
* Fix HWComposer dumping of float source cropsJesse Hall2013-08-201-10/+20
* Merge "Re-enable frame dropping for non-auto timestamps" into klp-devAndy McFadden2013-08-191-3/+4
|\
| * Re-enable frame dropping for non-auto timestampsAndy McFadden2013-08-161-3/+4
* | Use new HWC display type/count constants.Jesse Hall2013-08-162-23/+19
|/
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-065-37/+21
* single buffer mode for BufferQueueMathias Agopian2013-07-261-1/+1