summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware
Commit message (Expand)AuthorAgeFilesLines
* Don't change the framebuffer target until we render a new oneandroid-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1Jesse Hall2013-11-071-12/+10
* 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
* | Don't use implementation-defined format with CPU consumersJesse Hall2013-11-042-7/+24
|/
* Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYSJesse Hall2013-10-251-1/+5
* Add a boardconfig to force HWC composition of virtual displaysNaseer Ahmed2013-10-171-0/+14
* Use implementation-defined format when HWC writes to output bufferJesse Hall2013-10-172-15/+42
* Filter out vsync events from HWC with duplicate timestampsJesse Hall2013-10-141-2/+16
* SurfaceFlinger: SW-based vsync eventsJamie Gennis2013-10-071-1/+1
* 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
* | Set the outbuf acquire fence after we actually have it.Jesse Hall2013-10-011-1/+9
|/
* 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
* | fix crashers with wifi/virtual displaysMathias Agopian2013-09-251-0/+11
|/
* 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
* Make ANW.setSwapInterval(0) work againMathias Agopian2013-07-192-9/+10
* BufferQueue improvements and APIs changesMathias Agopian2013-07-183-11/+6
* Fix build -- update for function signature changeJesse Hall2013-07-161-1/+1
* Merge "Rewrite VirtualDisplaySurface"Jesse Hall2013-07-166-21/+565
|\
| * Rewrite VirtualDisplaySurfaceJesse Hall2013-07-156-21/+565
* | Merge "Pay attention to buffer timestamps"Andy McFadden2013-07-111-1/+1
|\ \
| * | Pay attention to buffer timestampsAndy McFadden2013-07-101-1/+1
| |/
* | fix SF buffer croppingMathias Agopian2013-07-103-4/+63
|/
* BufferQueue: track buffer-queue by instance vs. by referenceLajos Molnar2013-05-231-3/+4
* am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() imp...Mathias Agopian2013-05-171-1/+1
|\
| * make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-1/+1
* | am dda42952: am 64f3b2fd: Merge "Remove experimental HWC virtual display supp...Jesse Hall2013-05-085-489/+17
|\ \ | |/
| * Remove experimental HWC virtual display supportJesse Hall2013-05-075-489/+17
* | clean-up/simplify all dump() APIsMathias Agopian2013-04-224-10/+7
|/
* Merge "Tell HWComposer the dimensions of virtual displays" into jb-mr2-devJesse Hall2013-04-062-13/+26
|\
| * Tell HWComposer the dimensions of virtual displaysJesse Hall2013-04-052-13/+26
* | 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
* | Merge "Clean up HWC state when releasing a DisplayDevice" into jb-mr2-devJesse Hall2013-04-041-6/+6
|\ \ | |/ |/|
| * Clean up HWC state when releasing a DisplayDeviceJesse Hall2013-03-271-6/+6
* | Fix include pathsMathias Agopian2013-04-012-5/+6
|/
* Fix virtual displays for HWC<=1.1Jesse Hall2013-03-222-13/+35
* Isolate knowledge that fb target == output bufferJesse Hall2013-03-227-24/+64
* 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-227-20/+17