summaryrefslogtreecommitdiffstats
path: root/hwc
Commit message (Expand)AuthorAgeFilesLines
* Revert "hwc: publicly define omap specific usage flags"D. Andrei Măceș2018-01-291-11/+0
* hwc: Fix Clang build.Kyle Repinski2018-01-291-1/+1
* hwc: Allow setting OMAP_ENHANCEMENT_HWC_EXTENDED_APID. Andrei Măceș2018-01-291-0/+4
* board: Localize COMMON_GLOBAL_CFLAGS to respective modulesD. Andrei Măceș2018-01-291-1/+6
* omap4: fix build if using TI's libion_ti driverAndreas Blaesius2018-01-291-0/+5
* libion: build with -Wall -WerrorZiyan2018-01-291-1/+1
* Add APIs/BOARD flag toggle for using standard google ION driverHashcode2018-01-292-2/+16
* hwc: Build with -Wall -Werror.Kyle Repinski2018-01-297-20/+25
* hwc: dock_image: Prevent setjmp corruption in load_png_image.Kyle Repinski2018-01-291-1/+1
* hwc: Include stdlib.h where appropriate.Kyle Repinski2018-01-292-0/+2
* hwc: add OMAP_ENHANCEMENT_HWC_EXTENDED_API for framework supportHashcode2015-02-063-1/+18
* Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang2015-02-021-1/+0
* hwc: add missing bionic defines for fb ratio flagsHashcode2015-02-021-0/+8
* hwc: Fix div_by_0 crash in hwcomposerSunita Nadampalli2015-02-021-1/+7
* hwc: Disable eglSwapBuffers() in HWC 1.1+Mykola Ostrovskyy2012-12-181-12/+19
* hwc: Fix handling of disconnected displays in check_sync_fds()Mykola Ostrovskyy2012-12-181-0/+3
* hwc: Support enumeration of display attributesMykola Ostrovskyy2012-12-185-7/+252
* hwc: Support HWC_FRAMEBUFFER_TARGET layersMykola Ostrovskyy2012-12-182-1/+19
* hwc: isolating S3D code by OMAP_ENHANCEMENT_S3D macroPavlo Suikov2012-12-042-19/+41
* Merge remote-tracking branch 'gl-mirror/d-jb-mr0-release-hwc' into d-jb-mr1-r...Pavlo Suikov2012-12-049-951/+1595
|\
| * hwc: s/w vsync supportTony Lofthouse2012-11-285-10/+185
| * hwc: Move dock image into a separate fileTony Lofthouse2012-11-285-150/+242
| * hwc: rgz: remove RGZ_TEST_INTEGRATIONTony Lofthouse2012-11-281-81/+0
| * hwc: pull in common headers to hwc_dev.hTony Lofthouse2012-11-283-9/+6
| * hwc: Remove omap4_hwc prefixPavlo Suikov2012-11-282-136/+136
| * hwc: Unified conversion from format to BPPMykola Ostrovskyy2012-11-281-13/+9
| * hwc: Move definition of omap4_hwc_device into a header fileMykola Ostrovskyy2012-11-282-138/+167
| * hwc: Prevent precision loss in rotation transformMykola Ostrovskyy2012-11-281-1/+1
| * hwc: Support odd-sized dockable layersMykola Ostrovskyy2012-11-281-2/+2
| * hwc: Use single instance of countsMykola Ostrovskyy2012-11-281-18/+24
| * hwc: Reorganize includes and definesMykola Ostrovskyy2012-11-281-20/+15
| * hwc: Improve consistency of referenced typesMykola Ostrovskyy2012-11-281-212/+197
| * hwc: Do not swap red and blue channels if we can blit allGustavo Diaz Prado2012-11-281-0/+2
| * hwc: Fix debug.hwc.nv12_onlyTony Lofthouse2012-11-281-1/+3
| * hwc: rgz: Optimize batchflagsGustavo Diaz Prado2012-11-281-8/+61
| * hwc: Compose with the blitter on hwc idle timeout when possibleGustavo Diaz Prado2012-11-281-2/+1
| * hwc: Avoid blits when cloning to TVGustavo Diaz Prado2012-11-282-10/+1
| * hwc: Allow regionizer to process geometry changesGustavo Diaz Prado2012-11-281-7/+9
| * hwc: rgz: Fix hang in sorting algorithmGustavo Diaz Prado2012-11-281-20/+10
| * hwc: rgz: Handle geometry changes efficientlyGustavo Diaz Prado2012-11-283-86/+316
| * hwc: rgz: Store a copy of the hwc layer data instead of pointerGustavo Diaz Prado2012-11-282-24/+30
| * hwc: rgz: Introduce concept of framebuffer stateGustavo Diaz Prado2012-11-282-34/+48
| * hwc: rgz: Rotate destination instead if the source is NV12Gustavo Diaz Prado2012-11-281-0/+18
| * hwc: rgz: Allow destination rotationGustavo Diaz Prado2012-11-281-95/+235
* | Merge branch 'p-jb-mr0-release-hwc' into d-jb-mr1-releaseDaniel Levin2012-12-045-131/+2921
|\|
| * hwc: rgz: Fix using an invalid array index when there are no blitsGustavo Diaz Prado2012-11-281-3/+5
| * hwc: Fix for losing first blit buffer handleGustavo Diaz Prado2012-11-281-1/+1
| * hwc: rgz: Fix incorrect src rectangle calculation for scaled layersGustavo Diaz Prado2012-11-281-1/+4
| * hwc: rgz: Allow scaling and rotation on the same blitGustavo Diaz Prado2012-11-281-4/+0
| * hwc: rgz: Introduce scaling supportGustavo Diaz Prado2012-11-281-19/+96